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) 2021-05-17T04:25:29.051Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-c2tfd with PID 14 (/app/app.jar started by so in /app) 2021-05-17T04:25:29.056Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-05-17T04:25:29.057Z||main|||||INFO|500||The following profiles are active: basic 2021-05-17T04:25:36.829Z||main|||||INFO|500||Starting service [Tomcat] 2021-05-17T04:25:36.830Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-05-17T04:25:36.978Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-05-17T04:25:38.430Z||main|||||INFO|500||catdb-pool - Starting... 2021-05-17T04:25:38.645Z||main|||||INFO|500||catdb-pool - Start completed. 2021-05-17T04:25:38.956Z||main|||||INFO|500||reqdb-pool - Starting... 2021-05-17T04:25:38.962Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-05-17T04:25:39.042Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-05-17T04:25:39.199Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-05-17T04:25:39.564Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-05-17T04:25:40.557Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-17T04:25:42.502Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-17T04:25:42.542Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-05-17T04:25:43.022Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-17T04:25:43.197Z||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. 2021-05-17T04:25:44.385Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-17T04:25:45.250Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-05-17T04:25:45.272Z||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$$fe0b36b9.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) 2021-05-17T04:25:45.273Z||main|||||WARN|500||The sdc end point is not alive 2021-05-17T04:25:47.406Z||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 2021-05-17T04:25:49.711Z||main|||||WARN|500||--- 2021-05-17T04:25:49.711Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-05-17T04:25:49.712Z||main|||||WARN|500||--- 2021-05-17T04:25:49.991Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-05-17T04:25:52.863Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T04:25:52.864Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T04:25:52.865Z||main|||||INFO|500||Started Application in 25.617 seconds (JVM running for 26.748) 2021-05-17T04:25:52.874Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T04:25:52.921Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T04:25:52.961Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2fe376ba-062f-4a31-bf16-ad8fc07226a0 url= /sdc/v1/artifactTypes 2021-05-17T04:25:52.962Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T04:25:53.251Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-17T04:25:53.274Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-05-17T04:25:53.294Z||scheduling-1|||||DEBUG|500||create keys 2021-05-17T04:25:53.301Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-17T04:25:53.319Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:25:53.338Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c82ca395-12ba-45e7-9c75-16bf23353a60 url= /sdc/v1/registerForDistribution 2021-05-17T04:25:53.503Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c82ca395-12ba-45e7-9c75-16bf23353a60 url= /sdc/v1/registerForDistribution 2021-05-17T04:25:53.503Z||scheduling-1|||||INFO|500||start DistributionClient 2021-05-17T04:25:53.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:25:53.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:25:53.517Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-05-17T04:25:53.518Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:25:53.518Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:25:53.519Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:25:53.519Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:26:03.741Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:26:03.743Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:26:53.510Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:26:53.512Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:26:53.512Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:26:53.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:26:53.513Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:26:53.514Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:27:03.065Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:27:03.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:27:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:27:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:27:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:27:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:27:53.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:27:53.514Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:28:03.054Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:28:03.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:28:53.511Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:28:53.512Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:28:53.512Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:28:53.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:28:53.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:28:53.513Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:29:03.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:29:03.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:29:53.510Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:29:53.511Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:29:53.511Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:29:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:29:53.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:29:53.514Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:30:03.055Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:30:03.055Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:30:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:30:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:30:53.512Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:30:53.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:30:53.515Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:30:53.516Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:31:03.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:31:03.051Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:31:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:31:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:31:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:31:53.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:31:53.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:31:53.513Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:32:03.056Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:32:03.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:32:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:32:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:32:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:32:53.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:32:53.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:32:53.513Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:33:03.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:33:03.058Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:33:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:33:53.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:33:53.513Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:33:53.513Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:33:53.516Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:33:53.516Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:34:03.054Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:34:03.055Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:34:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:34:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:34:53.512Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:34:53.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:34:53.513Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:34:53.513Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:35:03.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:35:03.053Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:35:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:35:53.512Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:35:53.512Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:35:53.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:35:53.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:35:53.513Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:35:54.666Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-05-17T04:36:03.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:36:03.051Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:36:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:36:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:36:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:36:53.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:36:53.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:36:53.513Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:37:03.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:37:03.050Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:37:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:37:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:37:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:37:53.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:37:53.513Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:37:53.514Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:38:03.045Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:38:03.050Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:38:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:38:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:38:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:38:53.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:38:53.513Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:38:53.513Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:39:03.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:39:03.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:39:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:39:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:39:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:39:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:39:53.513Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:39:53.513Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:40:03.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:40:03.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:40:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:40:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:40:53.512Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:40:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:40:53.513Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:40:53.513Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:41:03.067Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:41:03.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:41:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:41:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:41:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:41:53.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:41:53.513Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:41:53.513Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:42:03.050Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:42:03.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:42:53.511Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:42:53.512Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:42:53.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:42:53.512Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:42:53.513Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:42:53.513Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:43:03.055Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:43:03.055Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:43:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:43:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:43:53.512Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:43:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:43:53.512Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:43:53.513Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:44:03.054Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:44:03.054Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:44:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:44:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:44:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:44:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:44:53.512Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:44:53.512Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:45:03.052Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:45:03.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:45:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:45:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:45:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:45:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:45:53.513Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:45:53.513Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:46:03.049Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:46:03.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:46:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:46:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:46:53.512Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:46:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:46:53.512Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:46:53.512Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:47:03.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:47:03.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:47:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:47:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:47:53.512Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:47:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:47:53.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:47:53.523Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:48:03.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:48:03.054Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:48:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:48:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:48:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:48:53.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:48:53.513Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:48:53.513Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:49:03.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:49:03.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:49:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:49:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:49:53.512Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:49:53.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:49:53.512Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:49:53.513Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:50:03.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:50:03.056Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:50:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:50:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:50:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:50:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:50:53.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:50:53.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:51:03.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:51:03.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:51:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:51:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:51:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:51:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:51:53.513Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:51:53.513Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:52:03.050Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:52:03.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:52:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:52:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:52:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:52:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:52:53.512Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:52:53.513Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:53:03.055Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:53:03.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:53:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:53:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:53:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:53:53.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:53:53.513Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:53:53.513Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:54:03.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:54:03.050Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:54:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:54:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:54:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:54:53.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:54:53.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:54:53.513Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:55:03.051Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:55:03.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:55:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:55:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:55:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:55:53.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:55:53.512Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:55:53.513Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:56:03.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:56:03.048Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:56:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:56:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:56:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:56:53.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:56:53.512Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:56:53.513Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:57:03.046Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:57:03.047Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:57:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:57:53.511Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:57:53.511Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:57:53.513Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:57:53.514Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:57:53.514Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:58:03.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:58:03.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:58:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:58:53.511Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:58:53.512Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:58:53.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:58:53.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:58:53.513Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:59:03.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:59:03.054Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T04:59:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:59:53.511Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:59:53.511Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T04:59:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T04:59:53.512Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T04:59:53.513Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:00:03.047Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:00:03.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:00:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:00:53.511Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:00:53.511Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:00:53.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:00:53.512Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:00:53.513Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:01:03.044Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:01:03.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:01:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:01:53.511Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:01:53.511Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:01:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:01:53.512Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:01:53.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:02:03.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:02:03.049Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:02:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:02:53.511Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:02:53.511Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:02:53.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:02:53.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:02:53.513Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:03:03.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:03:03.049Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:03:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:03:53.511Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:03:53.511Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:03:53.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:03:53.512Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:03:53.513Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:04:03.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:04:03.053Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:04:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:04:53.511Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:04:53.511Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:04:53.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:04:53.513Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:04:53.513Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:05:03.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:05:03.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:05:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:05:53.511Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:05:53.511Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:05:53.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:05:53.512Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:05:53.513Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:06:03.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:06:03.050Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:06:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:06:53.511Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:06:53.512Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:06:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:06:53.512Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:06:53.512Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:07:03.055Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:07:03.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:07:53.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:07:53.511Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:07:53.511Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:07:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:07:53.513Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:07:53.513Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:08:03.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:08:03.049Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:08:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:08:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:08:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:08:53.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:08:53.513Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:08:53.513Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:09:03.049Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:09:03.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:09:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:09:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:09:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:09:53.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:09:53.513Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:09:53.513Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:10:03.044Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:10:03.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:10:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:10:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:10:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:10:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:10:53.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:10:53.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:11:03.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:11:03.048Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:11:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:11:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:11:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:11:53.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:11:53.513Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:11:53.513Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:12:03.053Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:12:03.053Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:12:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:12:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:12:53.512Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:12:53.512Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:12:53.512Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:12:53.513Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:13:03.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:13:03.048Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:13:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:13:53.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:13:53.512Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:13:53.512Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:13:53.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:13:53.513Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:14:03.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:14:03.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:14:53.510Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:14:53.511Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:14:53.511Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:14:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:14:53.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:14:53.513Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:14:56.784Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:14:56.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-17T05:14:56.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8d7e620-bc04-44d3-9d7d-8c3a743e5476","serviceName":"vFW 2021-05-17 05-11-29","serviceVersion":"1.0","serviceUUID":"a33a269c-644c-4e89-b05b-b60099b4caf7","serviceDescription":"catalog service description","serviceInvariantUUID":"87bc8252-bfba-4161-8cc4-0e64b8129704","resources":[{"resourceInstanceName":"vFW cee1a177-f958 0","resourceName":"vFW cee1a177-f958","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b621714b-9d6d-461c-8b1e-07b13cc7fee2","resourceInvariantUUID":"618b378d-1367-4a3c-ae99-b0599512c7a7","resourceCustomizationUUID":"693b0e0d-c94e-49b7-b530-c7359cce4568","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml","artifactChecksum":"ODcyMTA5MWYyZjUxZWNmODliYzE3NDc3MDg0ZGM1MTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"86a39a7f-f63b-433c-9de3-c6f2b2807ddb","artifactVersion":"1"},{"artifactName":"vfwcee1a177f9580_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json","artifactChecksum":"Yzk5Y2MwNjIyYWZlMzE5NmNmYzA2MmQxNjZmMzQyYmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91c51178-a8f0-4f36-acf2-57c666d48e00","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8d9d50c2-75a8-4331-8c9f-63dcf28863ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml","artifactChecksum":"NjEzOGFiODAyMWI3MDNmZDZjZGQzNjk2ZDY0MTA0NTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dbd5d59a-5f6f-42f7-abfd-a9f7a390abcb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"475f29f4-7440-4b52-865c-48e2b1b21f79","artifactVersion":"2","generatedFromUUID":"8d9d50c2-75a8-4331-8c9f-63dcf28863ca"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210517051129-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml","artifactChecksum":"NjI5OGQwNmY5ZTBlZGY0MzZjZWQyNmFjNDQ1NzFlODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c51872b5-aa95-4799-a797-441a77bcd3eb","artifactVersion":"1"},{"artifactName":"service-Vfw20210517051129-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar","artifactChecksum":"YTU0Y2MzMTQ3ZTkyMWJlZTZiZDI3NDEzMTViNTk1OTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de27e93c-f200-4364-81ae-ac07f53d153e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-17T05:14:56.796Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:14:56.810Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:14:56.824Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:14:56.824Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228493510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:14:56.924Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2021-05-17T05:14:56.928Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:14:56.928Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:14:56.984Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:14:56.984Z||pool-3-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:14:57.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:14:57.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:14:57.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "cds", "timestamp": 1621228495740, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:14:57.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:14:57.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:14:57.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-k8s-id", "timestamp": 1621228492748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:14:57.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:14:57.833Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:14:57.833Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:14:57.835Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:14:57.835Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228493510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "NOTIFIED" } 2021-05-17T05:14:57.935Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:14:57.936Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:14:57.936Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:14:57.942Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:14:57.942Z||pool-4-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:14:58.835Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:14:58.836Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:14:58.838Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:14:58.838Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228493510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-17T05:14:58.938Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:14:58.939Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:14:58.939Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:14:58.945Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:14:58.945Z||pool-5-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:14:59.838Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:14:59.839Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:14:59.841Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:14:59.841Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228493510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:14:59.941Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:14:59.942Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:14:59.942Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:14:59.948Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:14:59.948Z||pool-6-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:15:00.842Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:15:00.842Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:15:00.844Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:15:00.844Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228493510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-17T05:15:00.944Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:15:00.945Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:15:00.945Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:15:00.952Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:15:00.953Z||pool-7-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:15:01.845Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:15:01.845Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:15:01.847Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:15:01.847Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228493510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:15:01.948Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:15:01.949Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:15:01.949Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:15:01.955Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:15:01.955Z||pool-8-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:15:02.848Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:15:02.849Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:15:02.851Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:15:02.851Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228493510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:15:02.951Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:15:02.952Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:15:02.952Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:15:02.958Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:15:02.959Z||pool-9-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:15:03.853Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "serviceName": "vFW 2021-05-17 05-11-29", "serviceVersion": "1.0", "serviceUUID": "a33a269c-644c-4e89-b05b-b60099b4caf7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "87bc8252-bfba-4161-8cc4-0e64b8129704", "resources": [ { "resourceInstanceName": "vFW cee1a177-f958 0", "resourceCustomizationUUID": "693b0e0d-c94e-49b7-b530-c7359cce4568", "resourceName": "vFW cee1a177-f958", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b621714b-9d6d-461c-8b1e-07b13cc7fee2", "resourceInvariantUUID": "618b378d-1367-4a3c-ae99-b0599512c7a7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwcee1a177f9580_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "artifactChecksum": "Yzk5Y2MwNjIyYWZlMzE5NmNmYzA2MmQxNjZmMzQyYmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "91c51178-a8f0-4f36-acf2-57c666d48e00", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8d9d50c2-75a8-4331-8c9f-63dcf28863ca", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "475f29f4-7440-4b52-865c-48e2b1b21f79", "generatedFromUUID": "8d9d50c2-75a8-4331-8c9f-63dcf28863ca" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "475f29f4-7440-4b52-865c-48e2b1b21f79", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210517051129-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "artifactChecksum": "YTU0Y2MzMTQ3ZTkyMWJlZTZiZDI3NDEzMTViNTk1OTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "de27e93c-f200-4364-81ae-ac07f53d153e" } ], "workloadContext": "Production" } 2021-05-17T05:15:03.854Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-17T05:15:03.854Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a33a269c-644c-4e89-b05b-b60099b4caf7 ASDC 2021-05-17T05:15:03.960Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:c8d7e620-bc04-44d3-9d7d-8c3a743e5476 ServiceName:vFW 2021-05-17 05-11-29 ServiceVersion:1.0 ServiceUUID:a33a269c-644c-4e89-b05b-b60099b4caf7 ServiceInvariantUUID:87bc8252-bfba-4161-8cc4-0e64b8129704 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210517051129-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar ArtifactUUID:de27e93c-f200-4364-81ae-ac07f53d153e ArtifactChecksum:YTU0Y2MzMTQ3ZTkyMWJlZTZiZDI3NDEzMTViNTk1OTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW cee1a177-f958 0 ResourceCustomizationUUID:693b0e0d-c94e-49b7-b530-c7359cce4568 ResourceInvariantUUID:618b378d-1367-4a3c-ae99-b0599512c7a7 ResourceName:vFW cee1a177-f958 ResourceType:VF ResourceUUID:b621714b-9d6d-461c-8b1e-07b13cc7fee2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwcee1a177f9580_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json ArtifactUUID:91c51178-a8f0-4f36-acf2-57c666d48e00 ArtifactChecksum:Yzk5Y2MwNjIyYWZlMzE5NmNmYzA2MmQxNjZmMzQyYmY= 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/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml ArtifactUUID:8d9d50c2-75a8-4331-8c9f-63dcf28863ca 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/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env ArtifactUUID:475f29f4-7440-4b52-865c-48e2b1b21f79 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/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env ArtifactUUID:475f29f4-7440-4b52-865c-48e2b1b21f79 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-17T05:15:03.960Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a33a269c-644c-4e89-b05b-b60099b4caf7 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 (?, ?, ?, ?, ?) 2021-05-17T05:15:04.575Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T05:15:04.577Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-17T05:15:04.578Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-17T05:15:04.578Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: de27e93c-f200-4364-81ae-ac07f53d153e from URL: /sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:04.579Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-17T05:15:04.580Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:05.923Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-17T05:15:05.953Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar de27e93c-f200-4364-81ae-ac07f53d153e 110439 2021-05-17T05:15:05.954Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar ASDC sendASDCNotification 2021-05-17T05:15:05.954Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:06.003Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:15:06.004Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:15:06.006Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:15:06.006Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228505953, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:15:06.106Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:15:06.107Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:15:06.107Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:15:06.113Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:15:06.114Z||pool-10-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:15:07.006Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T05:15:07.012Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-17T05:15:07.012Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: de27e93c-f200-4364-81ae-ac07f53d153e, URL: /sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar to file: /app/ASDC/1/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:07.012Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210517051129-csar.csar 2021-05-17T05:15:07.239Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:07.239Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:07.716Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8100551717409159431/Definitions/service-Vfw20210517051129-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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 "port_vpg_onap_private_port_0_network_role" 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_vlan_requirements" 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_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_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_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-05-17T05:15:10.337Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-17T05:15:10.341Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-17T05:15:10.341Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:10.341Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-05-17T05:15:10.341Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:10.341Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||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-Vfw20210517051129-csar.csar 2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cee1a177-f958 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||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-Vfw20210517051129-csar.csar 2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||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-Vfw20210517051129-csar.csar 2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||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-Vfw20210517051129-csar.csar 2021-05-17T05:15:10.342Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cee1a177-f958 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:10.343Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-17T05:15:10.349Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:10.350Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:15:10.353Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria 2021-05-17T05:15:10.353Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-17T05:15:10.354Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T05:15:10.356Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:10.356Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:15:10.356Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria 2021-05-17T05:15:10.356Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-17T05:15:10.357Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T05:15:10.357Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:10.357Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:15:10.360Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:10.360Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is not matching search criteria 2021-05-17T05:15:10.361Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-17T05:15:10.361Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-17T05:15:10.361Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-17T05:15:10.361Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-17T05:15:10.361Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-17T05:15:10.361Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T05:15:10.361Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-17T05:15:10.362Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-17T05:15:10.362Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-17T05:15:10.362Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-17T05:15:10.362Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-17T05:15:10.362Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-17T05:15:10.362Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-17T05:15:10.362Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-17T05:15:10.362Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T05:15:10.363Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-17T05:15:10.363Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:10.363Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-17T05:15:10.364Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:10.364Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria 2021-05-17T05:15:10.364Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:15:10.364Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:10.365Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria 2021-05-17T05:15:10.365Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:15:10.365Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:10.365Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria 2021-05-17T05:15:10.365Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:15:10.365Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:10.365Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is not matching search criteria 2021-05-17T05:15:10.366Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-17T05:15:10.366Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-17T05:15:10.366Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-17T05:15:10.366Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-17T05:15:10.366Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-17T05:15:10.366Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-17T05:15:10.366Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-17T05:15:10.366Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-17T05:15:10.367Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-17T05:15:10.367Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-17T05:15:10.367Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T05:15:10.367Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ca8ca7e5-9067-4c7f-8309-5428c90ae917 2021-05-17T05:15:10.367Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:10.367Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is not matching search criteria 2021-05-17T05:15:10.367Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-17T05:15:10.368Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-17T05:15:10.369Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-17T05:15:10.369Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T05:15:10.369Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0b75f7fd-5da4-487d-919d-1c7e169941c6 2021-05-17T05:15:10.369Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:10.369Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is not matching search criteria 2021-05-17T05:15:10.369Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-17T05:15:10.369Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-17T05:15:10.370Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-17T05:15:10.370Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-17T05:15:10.370Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-17T05:15:10.370Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T05:15:10.370Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-17T05:15:10.370Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-17T05:15:10.370Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-17T05:15:10.370Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-17T05:15:10.371Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-17T05:15:10.371Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-17T05:15:10.371Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=596e7047-ccda-436f-82bf-d22696a0fd3f 2021-05-17T05:15:10.371Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:10.371Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:15:10.371Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:10.371Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:15:10.372Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:10.372Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:15:10.372Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:10.372Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:15:10.372Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-05-17 05-11-29 Description:catalog service description Model UUID:a33a269c-644c-4e89-b05b-b60099b4caf7 Model Version:NULL Model InvariantUuid:87bc8252-bfba-4161-8cc4-0e64b8129704 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW cee1a177-f958 Model UUID:d9772ef8-85ae-4ae8-b185-6568be5d4779 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:618b378d-1367-4a3c-ae99-b0599512c7a7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:693b0e0d-c94e-49b7-b530-c7359cce4568 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:56cee469-a6fe-4995-aed3-aad61f09f5dd ModelName:VfwCee1a177F958..base_vfw..module-0 ModelUuid:28a66ec4-d76f-43e2-866b-6c69fa5d9f70 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ca8ca7e5-9067-4c7f-8309-5428c90ae917 ModelInvariantUuid:1585d5d1-b565-4206-b2b0-459fd0487bf4 ModelName:vFW cee1a177-f958-nodes.vfwCvfc ModelUuid:92e6835c-f6ee-47cc-ba83-7f51dd30a2c6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e75ce06c-ec11-42ea-8159-90f541d2d48f ModelInvariantUuid:607494f3-0cf7-4958-9f66-9b39f07bc212 ModelName:VfwCee1a177F958.compute.nodes.heat.vfw ModelUuid:857a0872-e006-4527-ae76-2bfeec660f8f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0b75f7fd-5da4-487d-919d-1c7e169941c6 ModelInvariantUuid:4a2ef0bc-7162-470d-85fc-58d6836f765b ModelName:vFW cee1a177-f958-nodes.vsnCvfc ModelUuid:3daad1ee-1df2-49d2-a2c1-8910570e426b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:a22bf87a-8543-4cff-bd53-e1227eb786b3 ModelInvariantUuid:04a06f24-04dc-4964-97a8-866e3663236e ModelName:VfwCee1a177F958.compute.nodes.heat.vsn ModelUuid:98fb297f-caa4-4dbb-bc37-ed87144c18b7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:596e7047-ccda-436f-82bf-d22696a0fd3f ModelInvariantUuid:09df7527-ec56-4c2b-a39d-ef33da6f88d3 ModelName:vFW cee1a177-f958-nodes.vpgCvfc ModelUuid:c885d7c0-4a54-46ef-87b5-85de8f0cbfdd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:17878878-fc23-4340-9ebb-b2cc38beb5df ModelInvariantUuid:e43e0bdc-6c7d-4d8e-b4eb-8fdf66787501 ModelName:VfwCee1a177F958.compute.nodes.heat.vpg ModelUuid:1bc464b7-2633-4509-84cd-aea8dd801092 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-17T05:15:10.391Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: b621714b-9d6d-461c-8b1e-07b13cc7fee2 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:15:10.569Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||vFW cee1a177-f958 0 2021-05-17T05:15:10.575Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b621714b-9d6d-461c-8b1e-07b13cc7fee2 2021-05-17T05:15:10.576Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 91c51178-a8f0-4f36-acf2-57c666d48e00 from URL: /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json 2021-05-17T05:15:10.576Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-17T05:15:10.576Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json 2021-05-17T05:15:13.801Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-17T05:15:13.802Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json 91c51178-a8f0-4f36-acf2-57c666d48e00 785 2021-05-17T05:15:13.802Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json ASDC sendASDCNotification 2021-05-17T05:15:13.802Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json 2021-05-17T05:15:13.803Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:15:13.803Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:15:13.806Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:15:13.806Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228513802, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:15:13.906Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:15:13.907Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:15:13.907Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:15:13.916Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:15:13.916Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-17T05:15:14.807Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCee1a177F958..base_vfw..module-0", "vfModuleModelInvariantUUID": "56cee469-a6fe-4995-aed3-aad61f09f5dd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "28a66ec4-d76f-43e2-866b-6c69fa5d9f70", "vfModuleModelCustomizationUUID": "36241e8a-3177-435f-985f-a013830a15a9", "isBase": true, "artifacts": [ "8d9d50c2-75a8-4331-8c9f-63dcf28863ca", "475f29f4-7440-4b52-865c-48e2b1b21f79" ], "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": "" } } ] 2021-05-17T05:15:15.061Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCee1a177F958..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:28a66ec4-d76f-43e2-866b-6c69fa5d9f70 VfModuleModelInvariantUUID:56cee469-a6fe-4995-aed3-aad61f09f5dd VfModuleModelDescription:NULL Artifacts UUID List:{ 8d9d50c2-75a8-4331-8c9f-63dcf28863ca , 475f29f4-7440-4b52-865c-48e2b1b21f79 } 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 } 2021-05-17T05:15:15.064Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCee1a177F958..base_vfw..module-0", "vfModuleModelInvariantUUID": "56cee469-a6fe-4995-aed3-aad61f09f5dd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "28a66ec4-d76f-43e2-866b-6c69fa5d9f70", "vfModuleModelCustomizationUUID": "36241e8a-3177-435f-985f-a013830a15a9", "isBase": true, "artifacts": [ "8d9d50c2-75a8-4331-8c9f-63dcf28863ca", "475f29f4-7440-4b52-865c-48e2b1b21f79" ], "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": "" } } ] 2021-05-17T05:15:15.064Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCee1a177F958..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:28a66ec4-d76f-43e2-866b-6c69fa5d9f70 VfModuleModelInvariantUUID:56cee469-a6fe-4995-aed3-aad61f09f5dd VfModuleModelDescription:NULL Artifacts UUID List:{ 8d9d50c2-75a8-4331-8c9f-63dcf28863ca , 475f29f4-7440-4b52-865c-48e2b1b21f79 } 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 } 2021-05-17T05:15:15.064Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8d9d50c2-75a8-4331-8c9f-63dcf28863ca from URL: /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml 2021-05-17T05:15:15.064Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-17T05:15:15.064Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml 2021-05-17T05:15:16.001Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-17T05:15:16.002Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml 8d9d50c2-75a8-4331-8c9f-63dcf28863ca 20368 2021-05-17T05:15:16.002Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-17T05:15:16.002Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml 2021-05-17T05:15:16.002Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:15:16.003Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:15:16.005Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:15:16.005Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228516002, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:15:16.105Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:15:16.106Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:15:16.106Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:15:16.114Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:15:16.114Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:15:17.006Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 475f29f4-7440-4b52-865c-48e2b1b21f79 from URL: /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env 2021-05-17T05:15:17.006Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-17T05:15:17.006Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env 2021-05-17T05:15:17.738Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-17T05:15:17.739Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env 475f29f4-7440-4b52-865c-48e2b1b21f79 2098 2021-05-17T05:15:17.739Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-17T05:15:17.739Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env 2021-05-17T05:15:17.739Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:15:17.740Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:15:17.742Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:15:17.742Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228517739, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:15:17.842Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:15:17.843Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:15:17.843Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:15:17.849Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:15:17.850Z||pool-13-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:15:18.743Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a33a269c-644c-4e89-b05b-b60099b4caf7 2021-05-17T05:15:18.743Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cee1a177-f958 0 b621714b-9d6d-461c-8b1e-07b13cc7fee2 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:15:18.791Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.792Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:15:18.792Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-05-17T05:15:18.792Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 693b0e0d-c94e-49b7-b530-c7359cce4568 2021-05-17T05:15:18.793Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 693b0e0d-c94e-49b7-b530-c7359cce4568 matches Tosca VF Customization UUID: 693b0e0d-c94e-49b7-b530-c7359cce4568 2021-05-17T05:15:18.793Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 693b0e0d-c94e-49b7-b530-c7359cce4568 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-17T05:15:18.800Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.800Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:15:18.801Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 693b0e0d-c94e-49b7-b530-c7359cce4568: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-05-17T05:15:18.801Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@15671acf 2021-05-17T05:15:18.801Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.802Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-17T05:15:18.802Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 36241e8a-3177-435f-985f-a013830a15a9 2021-05-17T05:15:18.803Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 36241e8a-3177-435f-985f-a013830a15a9 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-17T05:15:18.808Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.808Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria 2021-05-17T05:15:18.808Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:15:18.809Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.809Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria 2021-05-17T05:15:18.809Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:15:18.810Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.810Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is not matching search criteria 2021-05-17T05:15:18.810Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-17T05:15:18.810Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-17T05:15:18.810Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-17T05:15:18.810Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-17T05:15:18.811Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-17T05:15:18.811Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-17T05:15:18.811Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-17T05:15:18.811Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-17T05:15:18.811Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-17T05:15:18.811Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-17T05:15:18.811Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T05:15:18.811Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ca8ca7e5-9067-4c7f-8309-5428c90ae917 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-17T05:15:18.819Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.819Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria 2021-05-17T05:15:18.820Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:15:18.820Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.820Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is not matching search criteria 2021-05-17T05:15:18.820Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-17T05:15:18.820Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-17T05:15:18.821Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-17T05:15:18.821Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-17T05:15:18.821Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-17T05:15:18.821Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T05:15:18.821Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-17T05:15:18.821Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-17T05:15:18.821Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-17T05:15:18.822Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-17T05:15:18.822Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-17T05:15:18.822Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T05:15:18.822Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0b75f7fd-5da4-487d-919d-1c7e169941c6 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-17T05:15:18.824Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.824Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria 2021-05-17T05:15:18.824Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:15:18.826Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.826Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is not matching search criteria 2021-05-17T05:15:18.827Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-17T05:15:18.827Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-17T05:15:18.827Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-17T05:15:18.827Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-17T05:15:18.827Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-17T05:15:18.827Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T05:15:18.827Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-17T05:15:18.828Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-17T05:15:18.828Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-17T05:15:18.828Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-17T05:15:18.828Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-17T05:15:18.828Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-17T05:15:18.829Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=596e7047-ccda-436f-82bf-d22696a0fd3f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-17T05:15:18.830Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.830Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria 2021-05-17T05:15:18.831Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:15:18.831Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.831Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Node template vFW cee1a177-f958 0 is matching search criteria 2021-05-17T05:15:18.831Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cee1a177-f958 0] matching following query criteria: sdcType=VF, customizationUUID=693b0e0d-c94e-49b7-b530-c7359cce4568 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:15:18.833Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.833Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:15:18.833Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a33a269c-644c-4e89-b05b-b60099b4caf7: vFW cee1a177-f958 2021-05-17T05:15:18.833Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.833Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:15:18.834Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.834Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:15:18.834Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.834Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:15:18.834Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.834Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:15:18.834Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:15:18.835Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-17 05-11-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:15:18.835Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-05-17 05-11-29 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-05-17T05:15:19.076Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cee1a177-f958 b621714b-9d6d-461c-8b1e-07b13cc7fee2 1 ASDC deployResourceStructure 2021-05-17T05:15:19.076Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json ASDC sendASDCNotification 2021-05-17T05:15:19.076Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json 2021-05-17T05:15:19.076Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:15:19.077Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:15:19.078Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:15:19.078Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228519076, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:15:19.178Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:15:19.179Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:15:19.179Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:15:19.186Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:15:19.186Z||pool-14-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:15:20.079Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-17T05:15:20.079Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml 2021-05-17T05:15:20.079Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:15:20.080Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:15:20.081Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:15:20.081Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228520079, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-17T05:15:20.182Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:15:20.184Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:15:20.184Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:15:20.190Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:15:20.191Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:15:21.082Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-17T05:15:21.082Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env 2021-05-17T05:15:21.083Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:15:21.083Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:15:21.085Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:15:21.085Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228521082, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-17T05:15:21.185Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:15:21.186Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:15:21.186Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:15:21.193Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:15:21.193Z||pool-16-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-17T05:15:22.086Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar ASDC sendASDCNotification 2021-05-17T05:15:22.086Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar 2021-05-17T05:15:22.086Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:15:22.086Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:15:22.088Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:15:22.088Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228522086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:15:22.188Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:15:22.189Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:15:22.189Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:15:22.196Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:15:22.197Z||pool-17-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-17T05:15:23.089Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:15:23.109Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:15:23.111Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:15:23.111Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T05:15:23.112Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T05:15:53.112Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:15:53.121Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:15:53.123Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:15:53.123Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T05:15:53.124Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T05:15:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:15:53.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:15:53.513Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:15:53.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:15:53.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:15:53.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-starlingx-id", "timestamp": 1621228489423, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:15:53.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:16:23.124Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:16:23.131Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:16:23.133Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:16:23.133Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T05:16:23.133Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T05:16:53.133Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:16:53.143Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:16:53.145Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:16:53.145Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T05:16:53.145Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T05:16:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:16:53.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:16:53.513Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:16:53.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:16:53.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:16:53.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "aai-ml", "timestamp": 1621228487026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:16:53.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:16:53.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:16:53.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-windriver-id", "timestamp": 1621228494512, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:16:53.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:16:53.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:16:53.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228493510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:16:53.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:23.145Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:17:23.154Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:17:23.156Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:17:23.156Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T05:17:23.156Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T05:17:53.157Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:17:53.165Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:17:53.167Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:17:53.167Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T05:17:53.168Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T05:17:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:17:53.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:17:53.513Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:17:53.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:17:54.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "ves-openapi-manager", "timestamp": 1621228490847, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621228496414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-starlingx-id", "timestamp": 1621228489423, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "NOTIFIED" } 2021-05-17T05:17:54.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-k8s-id", "timestamp": 1621228492748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "NOTIFIED" } 2021-05-17T05:17:54.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "cds", "timestamp": 1621228495740, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228493510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "NOTIFIED" } 2021-05-17T05:17:54.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "aai-ml", "timestamp": 1621228487026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-windriver-id", "timestamp": 1621228494512, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "NOTIFIED" } 2021-05-17T05:17:54.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "ves-openapi-manager", "timestamp": 1621228490847, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621228496414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "dcae-sch", "timestamp": 1621228497766, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-starlingx-id", "timestamp": 1621228489423, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-17T05:17:54.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "cds", "timestamp": 1621228495740, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-k8s-id", "timestamp": 1621228492748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-17T05:17:54.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228493510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-17T05:17:54.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "aai-ml", "timestamp": 1621228487026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-windriver-id", "timestamp": 1621228494512, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-17T05:17:54.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "ves-openapi-manager", "timestamp": 1621228490847, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621228496414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "dcae-sch", "timestamp": 1621228497766, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-starlingx-id", "timestamp": 1621228489423, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "cds", "timestamp": 1621228495740, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-k8s-id", "timestamp": 1621228492748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228493510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "aai-ml", "timestamp": 1621228487026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-windriver-id", "timestamp": 1621228494512, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "ves-openapi-manager", "timestamp": 1621228490847, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621228496414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "dcae-sch", "timestamp": 1621228497766, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "policy-id", "timestamp": 1621228499841, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-starlingx-id", "timestamp": 1621228489423, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-17T05:17:54.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-k8s-id", "timestamp": 1621228492748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-17T05:17:54.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "cds", "timestamp": 1621228495740, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228493510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-17T05:17:54.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "aai-ml", "timestamp": 1621228487026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-windriver-id", "timestamp": 1621228494512, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-17T05:17:54.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "ves-openapi-manager", "timestamp": 1621228490847, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621228496414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "dcae-sch", "timestamp": 1621228497766, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "policy-id", "timestamp": 1621228499841, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-starlingx-id", "timestamp": 1621228489423, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-k8s-id", "timestamp": 1621228492748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "cds", "timestamp": 1621228495740, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228493510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "aai-ml", "timestamp": 1621228487026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-windriver-id", "timestamp": 1621228494512, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "ves-openapi-manager", "timestamp": 1621228490847, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621228496414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "dcae-sch", "timestamp": 1621228497766, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "policy-id", "timestamp": 1621228499841, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-17T05:17:54.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-starlingx-id", "timestamp": 1621228489423, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:17:54.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "cds", "timestamp": 1621228495740, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:17:54.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-k8s-id", "timestamp": 1621228492748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:17:54.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228493510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:17:54.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "aai-ml", "timestamp": 1621228487026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:17:54.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-windriver-id", "timestamp": 1621228494512, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:17:54.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "ves-openapi-manager", "timestamp": 1621228490847, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621228496414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:17:54.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "dcae-sch", "timestamp": 1621228497766, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "policy-id", "timestamp": 1621228499841, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "dcae-sch", "timestamp": 1621228497766, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "policy-id", "timestamp": 1621228499841, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-k8s-id", "timestamp": 1621228505123, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.060Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "cds", "timestamp": 1621228505284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.060Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "aai-ml", "timestamp": 1621228505346, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "policy-id", "timestamp": 1621228499841, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-windriver-id", "timestamp": 1621228505535, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-starlingx-id", "timestamp": 1621228505575, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621228505694, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228505953, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "cds", "timestamp": 1621228506301, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-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=? 2021-05-17T05:17:54.068Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8d7e620-bc04-44d3-9d7d-8c3a743e5476 2021-05-17T05:17:54.068Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d7e620-bc04-44d3-9d7d-8c3a743e5476 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 (?, ?, ?, ?, ?) 2021-05-17T05:17:54.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "policy-id", "timestamp": 1621228499841, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:17:54.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-k8s-id", "timestamp": 1621228507725, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.076Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-windriver-id", "timestamp": 1621228508165, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-starlingx-id", "timestamp": 1621228508423, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "policy-id", "timestamp": 1621228509317, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621228510256, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:17:54.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "policy-id", "timestamp": 1621228510323, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:17:54.078Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621228511260, "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=? 2021-05-17T05:17:54.081Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8d7e620-bc04-44d3-9d7d-8c3a743e5476 2021-05-17T05:17:54.082Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d7e620-bc04-44d3-9d7d-8c3a743e5476 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 (?, ?, ?, ?, ?) 2021-05-17T05:17:54.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "policy-id", "timestamp": 1621228511326, "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=? 2021-05-17T05:17:54.091Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8d7e620-bc04-44d3-9d7d-8c3a743e5476 2021-05-17T05:17:54.091Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d7e620-bc04-44d3-9d7d-8c3a743e5476 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 (?, ?, ?, ?, ?) 2021-05-17T05:17:54.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-windriver-id", "timestamp": 1621228513200, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "clamp", "timestamp": 1621228512732, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-k8s-id", "timestamp": 1621228513438, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-starlingx-id", "timestamp": 1621228513587, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228513802, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-windriver-id", "timestamp": 1621228514214, "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=? 2021-05-17T05:17:54.102Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8d7e620-bc04-44d3-9d7d-8c3a743e5476 2021-05-17T05:17:54.102Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d7e620-bc04-44d3-9d7d-8c3a743e5476 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=? 2021-05-17T05:17:54.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "clamp", "timestamp": 1621228512732, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "NOTIFIED" } 2021-05-17T05:17:54.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-starlingx-id", "timestamp": 1621228514592, "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=? 2021-05-17T05:17:54.111Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8d7e620-bc04-44d3-9d7d-8c3a743e5476 2021-05-17T05:17:54.111Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d7e620-bc04-44d3-9d7d-8c3a743e5476 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=? 2021-05-17T05:17:54.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-windriver-id", "timestamp": 1621228515218, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:17:54.117Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "clamp", "timestamp": 1621228512732, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-k8s-id", "timestamp": 1621228515424, "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=? 2021-05-17T05:17:54.120Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8d7e620-bc04-44d3-9d7d-8c3a743e5476 2021-05-17T05:17:54.120Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d7e620-bc04-44d3-9d7d-8c3a743e5476 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=? 2021-05-17T05:17:54.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-starlingx-id", "timestamp": 1621228515596, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:17:54.125Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228516002, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.125Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "clamp", "timestamp": 1621228512732, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "multicloud-k8s-id", "timestamp": 1621228516428, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:17:54.125Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "clamp", "timestamp": 1621228512732, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228517739, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "clamp", "timestamp": 1621228512732, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:17:54.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228519076, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/vfwcee1a177f9580_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:17:54.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "clamp", "timestamp": 1621228512732, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:17:54.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:17:54.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228520079, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-17T05:17:54.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "aai-ml", "timestamp": 1621228520149, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:17:54.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228521082, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/resourceInstances/vfwcee1a177f9580/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-17T05:17:54.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "aai-ml", "timestamp": 1621228521154, "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=? 2021-05-17T05:17:54.130Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8d7e620-bc04-44d3-9d7d-8c3a743e5476 2021-05-17T05:17:54.131Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d7e620-bc04-44d3-9d7d-8c3a743e5476 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 (?, ?, ?, ?, ?) 2021-05-17T05:17:54.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228522086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:17:54.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "clamp", "timestamp": 1621228532322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:17:54.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "clamp", "timestamp": 1621228534330, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517051129/1.0/artifacts/service-Vfw20210517051129-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:17:54.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:17:54.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:17:54.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "clamp", "timestamp": 1621228535334, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-17T05:17:54.145Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8d7e620-bc04-44d3-9d7d-8c3a743e5476 2021-05-17T05:17:54.145Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d7e620-bc04-44d3-9d7d-8c3a743e5476 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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 (?, ?, ?, ?, ?) 2021-05-17T05:18:23.168Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:18:23.178Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:18:23.181Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:18:23.182Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||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=? 2021-05-17T05:18:23.185Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-17T05:18:53.186Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 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=? 2021-05-17T05:18:53.193Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8d7e620-bc04-44d3-9d7d-8c3a743e5476 and serviceModelVersionId: a33a269c-644c-4e89-b05b-b60099b4caf7 2021-05-17T05:18:53.193Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87bc8252-bfba-4161-8cc4-0e64b8129704 2021-05-17T05:18:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:18:53.512Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:18:53.513Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:19:03.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:19:10.183Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0 2021-05-17T05:19:10.285Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-17T05:19:10.968Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0|INFO|500||Invoke 2021-05-17T05:19:10.975Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8d7e620-bc04-44d3-9d7d-8c3a743e5476], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[91ec2dff-5b2f-4548-824e-7060b703f392], X-ECOMP-RequestID=[c8d7e620-bc04-44d3-9d7d-8c3a743e5476], X-TransactionId=[], X-ONAP-RequestID=[c8d7e620-bc04-44d3-9d7d-8c3a743e5476], Content-Type=[application/merge-patch+json]} 2021-05-17T05:19:11.146Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-17T05:19:11.767Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210517-05:19:11:153-26205], vertex-id=[385256], Content-Length=[0], Date=[Mon, 17 May 2021 05:19:11 GMT], Content-Type=[application/json]} 2021-05-17T05:19:11.769Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-17T05:19:11.770Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87bc8252-bfba-4161-8cc4-0e64b8129704/model-vers/model-ver/a33a269c-644c-4e89-b05b-b60099b4caf7?depth=0|INFO|500||InvokeReturn 2021-05-17T05:19:11.772Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-17T05:19:11.773Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:19:11.778Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||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:71) 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) 2021-05-17T05:19:11.779Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8d7e620-bc04-44d3-9d7d-8c3a743e5476 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-17T05:19:11.780Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-17T05:19:11.780Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:19:11.781Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:19:11.782Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228751779, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T05:19:11.882Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:19:11.886Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:19:11.886Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:19:11.892Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:19:11.893Z||pool-18-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:19:12.791Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:19:12.791Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:19:12.791Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:19:22.967Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:19:22.968Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:19:22.968Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:19:22.968Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:19:32.502Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:19:32.503Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:19:32.504Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:19:32.504Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:19:42.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:19:42.038Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:19:42.039Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:19:42.039Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:19:51.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:19:53.510Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:19:53.511Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:19:53.511Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:19:53.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:19:53.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:19:53.513Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:19:54.134Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:19:54.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-17T05:19:54.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8d7e620-bc04-44d3-9d7d-8c3a743e5476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621228751779, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T05:19:54.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:20:03.042Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:20:53.510Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:20:53.511Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:20:53.511Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:20:53.513Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:20:53.513Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:20:53.513Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:21:03.051Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:21:03.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:21:53.510Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:21:53.511Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:21:53.511Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:21:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:21:53.512Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:21:53.512Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:22:03.052Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:22:03.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:22:53.510Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:22:53.511Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:22:53.511Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:22:53.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:22:53.512Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:22:53.512Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:23:03.048Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:23:03.049Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:23:53.510Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:23:53.511Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:23:53.511Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:23:53.513Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:23:53.513Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:23:53.513Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:24:03.051Z|c8d7e620-bc04-44d3-9d7d-8c3a743e5476|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:24:03.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:24:53.510Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:24:53.511Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:24:53.511Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:24:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:24:53.512Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:24:53.512Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:24:54.131Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:24:54.132Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:24:54.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2cf3cca4-256a-441b-a348-e3b5d94c2121","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8a98ac63-f596-4610-9ca1-b1f7e3734ee9","serviceDescription":"service","serviceInvariantUUID":"861e5135-f8d5-4dd9-9230-1c069dfc5c71","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2f200a68-dc75-46e7-ba85-f09378e1aa38","resourceInvariantUUID":"14cf2209-1e6d-4db2-b26c-6ad6a94cbf76","resourceCustomizationUUID":"64954e43-7c01-4a32-b773-cbd35a356755","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":"ZWI3MmM4MTlmYTRjMzdmNDcyODdiYzEwYjBlNmQ2N2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a5fd0a7-f88f-49a5-84bc-126fe808b82d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjZiZjg2ZjA3MmI1NjdkYWJiNDIwZjdkN2FiNzljMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"022d7356-e32d-4880-b4d8-42ec05385a47","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-17T05:24:54.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "dcae-sch", "timestamp": 1621229037766, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:24:54.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "policy-id", "timestamp": 1621229039841, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:24:54.134Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:24:54.134Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:24:54.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.137Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:24:54.137Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229093510, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:24:54.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "dcae-sch", "timestamp": 1621229037766, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:24:54.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "policy-id", "timestamp": 1621229039841, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:24:54.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229049423, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:24:54.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229049423, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:24:54.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "cds", "timestamp": 1621229050740, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:24:54.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "ves-openapi-manager", "timestamp": 1621229050847, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:24:54.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "cds", "timestamp": 1621229050740, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:24:54.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "ves-openapi-manager", "timestamp": 1621229050847, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:24:54.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "clamp", "timestamp": 1621229052732, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:24:54.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "multicloud-k8s-id", "timestamp": 1621229052747, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:24:54.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "policy-id", "timestamp": 1621229053604, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:24:54.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "clamp", "timestamp": 1621229052732, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:24:54.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "multicloud-k8s-id", "timestamp": 1621229052747, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:24:54.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "policy-id", "timestamp": 1621229054608, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:24:54.141Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:24:54.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "cds", "timestamp": 1621229054703, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:24:54.141Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:24:54.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "multicloud-windriver-id", "timestamp": 1621229054512, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:24:54.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "policy-id", "timestamp": 1621229055610, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?) 2021-05-17T05:24:54.157Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2cf3cca4-256a-441b-a348-e3b5d94c2121 2021-05-17T05:24:54.157Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cf3cca4-256a-441b-a348-e3b5d94c2121 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 (?, ?, ?, ?, ?) 2021-05-17T05:24:54.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "cds", "timestamp": 1621229055708, "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=? 2021-05-17T05:24:54.167Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2cf3cca4-256a-441b-a348-e3b5d94c2121 2021-05-17T05:24:54.167Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cf3cca4-256a-441b-a348-e3b5d94c2121 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 (?, ?, ?, ?, ?) 2021-05-17T05:24:54.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "multicloud-windriver-id", "timestamp": 1621229054512, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:24:54.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "aai-ml", "timestamp": 1621229057026, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:24:54.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "aai-ml", "timestamp": 1621229057026, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:24:54.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "aai-ml", "timestamp": 1621229060161, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:24:54.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "aai-ml", "timestamp": 1621229063823, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:24:54.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:24:54.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "aai-ml", "timestamp": 1621229064826, "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=? 2021-05-17T05:24:54.179Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2cf3cca4-256a-441b-a348-e3b5d94c2121 2021-05-17T05:24:54.179Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cf3cca4-256a-441b-a348-e3b5d94c2121 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 (?, ?, ?, ?, ?) 2021-05-17T05:24:54.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229066414, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:24:54.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "clamp", "timestamp": 1621229067421, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:24:54.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:24:54.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229066414, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:24:54.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:24:54.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "clamp", "timestamp": 1621229069401, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:24:54.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:24:54.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "clamp", "timestamp": 1621229070404, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-17T05:24:54.189Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2cf3cca4-256a-441b-a348-e3b5d94c2121 2021-05-17T05:24:54.189Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cf3cca4-256a-441b-a348-e3b5d94c2121 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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 (?, ?, ?, ?, ?) 2021-05-17T05:24:54.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229072801, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:24:54.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:24:54.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229074248, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:24:54.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:24:54.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:24:54.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229075252, "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=? 2021-05-17T05:24:54.199Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2cf3cca4-256a-441b-a348-e3b5d94c2121 2021-05-17T05:24:54.200Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cf3cca4-256a-441b-a348-e3b5d94c2121 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 (?, ?, ?, ?, ?) 2021-05-17T05:24:54.237Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:24:54.237Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:24:54.237Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:24:54.243Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:24:54.244Z||pool-19-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:24:55.137Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:24:55.138Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:24:55.140Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:24:55.140Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229093510, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:24:55.240Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:24:55.241Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:24:55.241Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:24:55.248Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:24:55.249Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-17T05:24:56.141Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "8a98ac63-f596-4610-9ca1-b1f7e3734ee9", "serviceDescription": "service", "serviceInvariantUUID": "861e5135-f8d5-4dd9-9230-1c069dfc5c71", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "64954e43-7c01-4a32-b773-cbd35a356755", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "2f200a68-dc75-46e7-ba85-f09378e1aa38", "resourceInvariantUUID": "14cf2209-1e6d-4db2-b26c-6ad6a94cbf76", "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": "YjZiZjg2ZjA3MmI1NjdkYWJiNDIwZjdkN2FiNzljMTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "022d7356-e32d-4880-b4d8-42ec05385a47" } ], "workloadContext": "Production" } 2021-05-17T05:24:56.141Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-17T05:24:56.141Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8a98ac63-f596-4610-9ca1-b1f7e3734ee9 ASDC 2021-05-17T05:24:56.142Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:2cf3cca4-256a-441b-a348-e3b5d94c2121 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:8a98ac63-f596-4610-9ca1-b1f7e3734ee9 ServiceInvariantUUID:861e5135-f8d5-4dd9-9230-1c069dfc5c71 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:022d7356-e32d-4880-b4d8-42ec05385a47 ArtifactChecksum:YjZiZjg2ZjA3MmI1NjdkYWJiNDIwZjdkN2FiNzljMTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:64954e43-7c01-4a32-b773-cbd35a356755 ResourceInvariantUUID:14cf2209-1e6d-4db2-b26c-6ad6a94cbf76 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:2f200a68-dc75-46e7-ba85-f09378e1aa38 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-05-17T05:24:56.142Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a98ac63-f596-4610-9ca1-b1f7e3734ee9 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=? 2021-05-17T05:24:56.162Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T05:24:56.163Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:24:56.163Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:24:56.163Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 022d7356-e32d-4880-b4d8-42ec05385a47 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-17T05:24:56.163Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:24:56.164Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-17T05:24:56.314Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:24:56.318Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 022d7356-e32d-4880-b4d8-42ec05385a47 52226 2021-05-17T05:24:56.318Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-17T05:24:56.319Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-17T05:24:56.319Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:24:56.319Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:24:56.321Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:24:56.321Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229096318, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:24:56.422Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:24:56.422Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:24:56.422Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:24:56.428Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:24:56.428Z||pool-21-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:24:57.322Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T05:24:57.323Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:24:57.323Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 022d7356-e32d-4880-b4d8-42ec05385a47, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-17T05:24:57.324Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-05-17T05:24:57.324Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-17T05:24:57.324Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-17T05:24:57.451Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2966405411531240465/Definitions/service-BasicNetwork-template.yml 2021-05-17T05:24:57.922Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-17T05:24:57.922Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||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 2021-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||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 2021-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||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 2021-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||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 2021-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|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-BasicNetwork-csar.csar 2021-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||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 2021-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||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 2021-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||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 2021-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-17T05:24:57.923Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:24:57.924Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:24:57.924Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-17T05:24:57.924Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-17T05:24:57.924Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T05:24:57.924Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:24:57.924Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:24:57.924Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-17T05:24:57.925Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-17T05:24:57.925Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T05:24:57.925Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:24:57.925Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:24:57.925Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:24:57.925Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:24:57.925Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:24:57.925Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:24:57.926Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:24:57.926Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:24:57.926Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:24:57.926Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:24:57.926Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:8a98ac63-f596-4610-9ca1-b1f7e3734ee9 Model Version:NULL Model InvariantUuid:861e5135-f8d5-4dd9-9230-1c069dfc5c71 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:14cf2209-1e6d-4db2-b26c-6ad6a94cbf76 Model UUID:dd4fa1df-d477-469b-9026-53739d620fd4 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:64954e43-7c01-4a32-b773-cbd35a356755 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-17T05:24:57.933Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 2f200a68-dc75-46e7-ba85-f09378e1aa38 2021-05-17T05:24:57.933Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||No resources found for Service: 8a98ac63-f596-4610-9ca1-b1f7e3734ee9 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:24:57.938Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500|| 2021-05-17T05:24:57.938Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-05-17T05:24:57.938Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 8a98ac63-f596-4610-9ca1-b1f7e3734ee9 2021-05-17T05:24:57.939Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8a98ac63-f596-4610-9ca1-b1f7e3734ee9 2021-05-17T05:24:57.939Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-05-17T05:24:57.939Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:24:57.944Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:24:57.944Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:24:57.944Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:24:57.944Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:24:57.945Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8a98ac63-f596-4610-9ca1-b1f7e3734ee9: Generic NeutronNet 2021-05-17T05:24:57.945Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:24:57.945Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:24:57.945Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:24:57.945Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-05-17T05:24:57.971Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:24:57.971Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:24:57.971Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:24:57.971Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:24:57.971Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:24:57.972Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:24:57.972Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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 (?, ?) 2021-05-17T05:24:58.047Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-05-17T05:24:58.047Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-17T05:24:58.047Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-17T05:24:58.047Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:24:58.048Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:24:58.050Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:24:58.050Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229098047, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:24:58.151Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:24:58.151Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:24:58.151Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:24:58.158Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:24:58.158Z||pool-22-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:24:59.051Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2cf3cca4-256a-441b-a348-e3b5d94c2121 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:24:59.059Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2cf3cca4-256a-441b-a348-e3b5d94c2121 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:24:59.062Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|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=? 2021-05-17T05:24:59.066Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-17T05:25:29.066Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2cf3cca4-256a-441b-a348-e3b5d94c2121 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=? 2021-05-17T05:25:29.072Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2cf3cca4-256a-441b-a348-e3b5d94c2121 and serviceModelVersionId: 8a98ac63-f596-4610-9ca1-b1f7e3734ee9 2021-05-17T05:25:29.072Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 861e5135-f8d5-4dd9-9230-1c069dfc5c71 2021-05-17T05:25:29.073Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/861e5135-f8d5-4dd9-9230-1c069dfc5c71/model-vers/model-ver/8a98ac63-f596-4610-9ca1-b1f7e3734ee9?depth=0 2021-05-17T05:25:29.077Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-05-17T05:25:29.124Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/861e5135-f8d5-4dd9-9230-1c069dfc5c71/model-vers/model-ver/8a98ac63-f596-4610-9ca1-b1f7e3734ee9?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]} 2021-05-17T05:25:29.125Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/861e5135-f8d5-4dd9-9230-1c069dfc5c71/model-vers/model-ver/8a98ac63-f596-4610-9ca1-b1f7e3734ee9?depth=0|INFO|500||Invoke 2021-05-17T05:25:29.147Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/861e5135-f8d5-4dd9-9230-1c069dfc5c71/model-vers/model-ver/8a98ac63-f596-4610-9ca1-b1f7e3734ee9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-17T05:25:29.619Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/861e5135-f8d5-4dd9-9230-1c069dfc5c71/model-vers/model-ver/8a98ac63-f596-4610-9ca1-b1f7e3734ee9?depth=0|INFO|500||InvokeReturn 2021-05-17T05:25:29.620Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/861e5135-f8d5-4dd9-9230-1c069dfc5c71/model-vers/model-ver/8a98ac63-f596-4610-9ca1-b1f7e3734ee9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210517-05:25:29:150-35812], vertex-id=[200880], Content-Length=[0], Date=[Mon, 17 May 2021 05:25:29 GMT], Content-Type=[application/json]} 2021-05-17T05:25:29.620Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-05-17T05:25:29.620Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-17T05:25:29.620Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:25:29.624Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|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:71) 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) 2021-05-17T05:25:29.624Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2cf3cca4-256a-441b-a348-e3b5d94c2121 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-17T05:25:29.624Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-17T05:25:29.625Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:25:29.626Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:25:29.627Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229129624, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T05:25:29.727Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:25:29.727Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:25:29.727Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:25:29.739Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:25:29.739Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:25:53.510Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:25:53.511Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:25:53.511Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:25:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:25:53.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:25:53.513Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:25:53.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:25:53.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:25:53.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229093510, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:25:53.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:25:54.130Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:25:54.131Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-17T05:25:54.131Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a63161dd-7d34-4b9b-a2c4-50211aee5f1c","serviceName":"Demo_pNF_APTq5auKu3O56Xz6alYh","serviceVersion":"1.0","serviceUUID":"705be3a6-77c9-4969-8685-9d1dd168cca6","serviceDescription":"catalog service description","serviceInvariantUUID":"4d7346e3-0a57-460e-95ba-0266ffb15cc5","resources":[{"resourceInstanceName":"pNF b6dc4200-44ff 0","resourceName":"pNF b6dc4200-44ff","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d2d07c53-d752-4456-a215-c80ef6e5f01c","resourceInvariantUUID":"47ba7b2c-8612-4fec-9c95-8e112f7c2f2e","resourceCustomizationUUID":"2a39c254-2125-4d6e-9b4a-d2882d8f1fca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml","artifactChecksum":"ZDVkNDVhNmU2YTQ4YWJhNTViMGU2NjliZWE1MTIyZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"293aec68-ca54-4254-8da8-d14164cee558","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar","artifactChecksum":"OTI5NWZmNGUyZmUxZjNkOTFlOTEyOWQxMDMwYzAzNGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"81fce33a-c03c-4b35-9146-0346815b9cb6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91437f78-6513-47e5-b9bb-d4e4751f3da5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml","artifactChecksum":"MmY0YTJiN2Q0MmMyNjgyNjU0Yzc0YjE3OWFkYWMyN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e199949-60e7-446a-ac81-69e26386b491","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"74a6addc-d4e7-454a-9058-7710d3348164","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9de8c5e8-bb0e-499d-a1f5-d066b51368bf","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAptq5auku3o56xz6alyh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml","artifactChecksum":"M2Q5NzgzZDc3OGM3MTY2NjljNWY0MDY4YmE2YzgwNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a5966ea1-1b1d-4002-8b41-9429607c9301","artifactVersion":"1"},{"artifactName":"service-DemoPnfAptq5auku3o56xz6alyh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar","artifactChecksum":"OWY5NGI5YTA2Y2Y2MTEzNTMwNGMyZmEwNWNlYWY5OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24565e06-7b81-45eb-968c-d3504d9b6c47","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-17T05:25:54.134Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:25:54.135Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:25:54.137Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:25:54.137Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229153510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:25:54.237Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:25:54.238Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:25:54.238Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:25:54.246Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:25:54.247Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:25:55.138Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:25:55.138Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:25:55.140Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:25:55.140Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229153510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:25:55.240Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:25:55.241Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:25:55.241Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:25:55.248Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:25:55.248Z||pool-25-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:25:56.141Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:25:56.141Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:25:56.143Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:25:56.143Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229153510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T05:25:56.243Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:25:56.244Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:25:56.244Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:25:56.250Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:25:56.251Z||pool-26-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:25:57.143Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:25:57.144Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:25:57.146Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:25:57.146Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229153510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:25:57.246Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:25:57.247Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:25:57.247Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:25:57.254Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:25:57.254Z||pool-27-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:25:58.146Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:25:58.147Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:25:58.149Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:25:58.149Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229153510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:25:58.250Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-17T05:25:58.250Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:25:58.250Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:25:58.257Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:25:58.257Z||pool-28-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-17T05:25:59.150Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:25:59.151Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:25:59.153Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:25:59.153Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229153510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:25:59.253Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:25:59.254Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:25:59.254Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:25:59.261Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:25:59.262Z||pool-29-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:26:00.154Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:26:00.155Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:26:00.157Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:26:00.157Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229153510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:00.257Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:26:00.258Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:26:00.258Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:26:00.273Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:26:00.274Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-05-17T05:26:01.158Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:26:01.159Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:26:01.161Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:26:01.161Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229153510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:26:01.261Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:26:01.262Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:26:01.262Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:26:01.269Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:26:01.269Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-17T05:26:02.162Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "serviceName": "Demo_pNF_APTq5auKu3O56Xz6alYh", "serviceVersion": "1.0", "serviceUUID": "705be3a6-77c9-4969-8685-9d1dd168cca6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4d7346e3-0a57-460e-95ba-0266ffb15cc5", "resources": [ { "resourceInstanceName": "pNF b6dc4200-44ff 0", "resourceCustomizationUUID": "2a39c254-2125-4d6e-9b4a-d2882d8f1fca", "resourceName": "pNF b6dc4200-44ff", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d2d07c53-d752-4456-a215-c80ef6e5f01c", "resourceInvariantUUID": "47ba7b2c-8612-4fec-9c95-8e112f7c2f2e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "artifactChecksum": "OWY5NGI5YTA2Y2Y2MTEzNTMwNGMyZmEwNWNlYWY5OTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "24565e06-7b81-45eb-968c-d3504d9b6c47" } ], "workloadContext": "Production" } 2021-05-17T05:26:02.162Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-17T05:26:02.162Z|2cf3cca4-256a-441b-a348-e3b5d94c2121|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 705be3a6-77c9-4969-8685-9d1dd168cca6 ASDC 2021-05-17T05:26:02.163Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:a63161dd-7d34-4b9b-a2c4-50211aee5f1c ServiceName:Demo_pNF_APTq5auKu3O56Xz6alYh ServiceVersion:1.0 ServiceUUID:705be3a6-77c9-4969-8685-9d1dd168cca6 ServiceInvariantUUID:4d7346e3-0a57-460e-95ba-0266ffb15cc5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfAptq5auku3o56xz6alyh-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar ArtifactUUID:24565e06-7b81-45eb-968c-d3504d9b6c47 ArtifactChecksum:OWY5NGI5YTA2Y2Y2MTEzNTMwNGMyZmEwNWNlYWY5OTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF b6dc4200-44ff 0 ResourceCustomizationUUID:2a39c254-2125-4d6e-9b4a-d2882d8f1fca ResourceInvariantUUID:47ba7b2c-8612-4fec-9c95-8e112f7c2f2e ResourceName:pNF b6dc4200-44ff ResourceType:PNF ResourceUUID:d2d07c53-d752-4456-a215-c80ef6e5f01c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-17T05:26:02.163Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 705be3a6-77c9-4969-8685-9d1dd168cca6 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 (?, ?, ?, ?, ?) 2021-05-17T05:26:02.184Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T05:26:02.184Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:26:02.184Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:26:02.184Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 24565e06-7b81-45eb-968c-d3504d9b6c47 from URL: /sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar 2021-05-17T05:26:02.184Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:26:02.185Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar 2021-05-17T05:26:03.532Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:26:03.536Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar 24565e06-7b81-45eb-968c-d3504d9b6c47 83323 2021-05-17T05:26:03.536Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar ASDC sendASDCNotification 2021-05-17T05:26:03.536Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar 2021-05-17T05:26:03.536Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:26:03.537Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:26:03.538Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:26:03.538Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229163536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:26:03.638Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:26:03.639Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:26:03.639Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:26:03.645Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:26:03.645Z||pool-32-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-17T05:26:04.539Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T05:26:04.540Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:26:04.540Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 24565e06-7b81-45eb-968c-d3504d9b6c47, URL: /sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar to file: /app/ASDC/1/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar 2021-05-17T05:26:04.540Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAptq5auku3o56xz6alyh-csar.csar 2021-05-17T05:26:04.540Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar 2021-05-17T05:26:04.541Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar 2021-05-17T05:26:04.708Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6068881413256349517/Definitions/service-DemoPnfAptq5auku3o56xz6alyh-template.yml 2021-05-17T05:26:05.509Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-17T05:26:05.510Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-17T05:26:05.510Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar 2021-05-17T05:26:05.510Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-17T05:26:05.510Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|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-DemoPnfAptq5auku3o56xz6alyh-csar.csar 2021-05-17T05:26:05.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|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-DemoPnfAptq5auku3o56xz6alyh-csar.csar 2021-05-17T05:26:05.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b6dc4200-44ff 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-DemoPnfAptq5auku3o56xz6alyh-csar.csar 2021-05-17T05:26:05.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|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-DemoPnfAptq5auku3o56xz6alyh-csar.csar 2021-05-17T05:26:05.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|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-DemoPnfAptq5auku3o56xz6alyh-csar.csar 2021-05-17T05:26:05.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|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-DemoPnfAptq5auku3o56xz6alyh-csar.csar 2021-05-17T05:26:05.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b6dc4200-44ff 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar 2021-05-17T05:26:05.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|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-DemoPnfAptq5auku3o56xz6alyh-csar.csar 2021-05-17T05:26:05.512Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-17T05:26:05.512Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:26:05.512Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:26:05.512Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Node template pNF b6dc4200-44ff 0 is matching search criteria 2021-05-17T05:26:05.512Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-17T05:26:05.513Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF b6dc4200-44ff 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T05:26:05.513Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:26:05.513Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:26:05.513Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Node template pNF b6dc4200-44ff 0 is matching search criteria 2021-05-17T05:26:05.513Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-17T05:26:05.514Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF b6dc4200-44ff 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T05:26:05.514Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:26:05.514Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:26:05.514Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:26:05.514Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:26:05.515Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:26:05.515Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:26:05.515Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:26:05.515Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:26:05.515Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:26:05.516Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:26:05.516Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_APTq5auKu3O56Xz6alYh Description:catalog service description Model UUID:705be3a6-77c9-4969-8685-9d1dd168cca6 Model Version:NULL Model InvariantUuid:4d7346e3-0a57-460e-95ba-0266ffb15cc5 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-17T05:26:05.521Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: d2d07c53-d752-4456-a215-c80ef6e5f01c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:26:05.523Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||pNF b6dc4200-44ff 0 2021-05-17T05:26:05.523Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d2d07c53-d752-4456-a215-c80ef6e5f01c 2021-05-17T05:26:05.524Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 705be3a6-77c9-4969-8685-9d1dd168cca6 2021-05-17T05:26:05.524Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 705be3a6-77c9-4969-8685-9d1dd168cca6 2021-05-17T05:26:05.524Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b6dc4200-44ff 0 d2d07c53-d752-4456-a215-c80ef6e5f01c ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:26:05.527Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:26:05.528Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:26:05.528Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 705be3a6-77c9-4969-8685-9d1dd168cca6: pNF b6dc4200-44ff 2021-05-17T05:26:05.528Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||Processing PNF resource: d2d07c53-d752-4456-a215-c80ef6e5f01c 2021-05-17T05:26:05.528Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:26:05.528Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_APTq5auKu3O56Xz6alYh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:26:05.528Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||Resource customization UUID: 2a39c254-2125-4d6e-9b4a-d2882d8f1fca is the same as notified resource customizationUUID: 2a39c254-2125-4d6e-9b4a-d2882d8f1fca Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-05-17T05:26:05.581Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b6dc4200-44ff d2d07c53-d752-4456-a215-c80ef6e5f01c 0 ASDC deployResourceStructure 2021-05-17T05:26:05.582Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar ASDC sendASDCNotification 2021-05-17T05:26:05.582Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar 2021-05-17T05:26:05.582Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:26:05.582Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:26:05.584Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:26:05.584Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229165582, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:26:05.684Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:26:05.685Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:26:05.685Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:26:05.691Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:26:05.691Z||pool-33-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:26:06.585Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a63161dd-7d34-4b9b-a2c4-50211aee5f1c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:26:06.592Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a63161dd-7d34-4b9b-a2c4-50211aee5f1c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:26:06.593Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:26:06.593Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T05:26:06.593Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T05:26:36.594Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a63161dd-7d34-4b9b-a2c4-50211aee5f1c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:26:36.602Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a63161dd-7d34-4b9b-a2c4-50211aee5f1c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:26:36.604Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:26:36.604Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T05:26:36.604Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T05:26:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:26:53.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:26:53.513Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:26:53.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:26:53.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229093510, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:26:53.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229096318, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:26:53.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:26:53.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229098047, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:26:53.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:26:53.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-windriver-id", "timestamp": 1621229094514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "cds", "timestamp": 1621229095740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "dcae-sch", "timestamp": 1621229097766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229096414, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "policy-id", "timestamp": 1621229099841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-windriver-id", "timestamp": 1621229094514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "cds", "timestamp": 1621229095740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "dcae-sch", "timestamp": 1621229097766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229096414, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "policy-id", "timestamp": 1621229099841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-windriver-id", "timestamp": 1621229094514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "cds", "timestamp": 1621229095740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "dcae-sch", "timestamp": 1621229097766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229096414, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "policy-id", "timestamp": 1621229099841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-windriver-id", "timestamp": 1621229094514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "cds", "timestamp": 1621229095740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229096414, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "dcae-sch", "timestamp": 1621229097766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "policy-id", "timestamp": 1621229099841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-windriver-id", "timestamp": 1621229094514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "dcae-sch", "timestamp": 1621229097766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "cds", "timestamp": 1621229095740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229096414, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "policy-id", "timestamp": 1621229099841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-windriver-id", "timestamp": 1621229094514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "dcae-sch", "timestamp": 1621229097766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "cds", "timestamp": 1621229095740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229096414, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "policy-id", "timestamp": 1621229099841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-windriver-id", "timestamp": 1621229094514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "dcae-sch", "timestamp": 1621229097766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229096414, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "policy-id", "timestamp": 1621229099841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "cds", "timestamp": 1621229095740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229109423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-windriver-id", "timestamp": 1621229094514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:26:53.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "dcae-sch", "timestamp": 1621229097766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "cds", "timestamp": 1621229095740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:26:53.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229096414, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:26:53.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "policy-id", "timestamp": 1621229099841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:26:53.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229109423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "ves-openapi-manager", "timestamp": 1621229110847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229109423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "ves-openapi-manager", "timestamp": 1621229110847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "policy-id", "timestamp": 1621229112841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:26:53.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:26:53.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "cds", "timestamp": 1621229112951, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:26:53.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:26:53.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229113047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:26:53.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:26:53.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229109423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "clamp", "timestamp": 1621229112732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-k8s-id", "timestamp": 1621229112748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "ves-openapi-manager", "timestamp": 1621229110847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "policy-id", "timestamp": 1621229113845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:26:53.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:26:53.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "cds", "timestamp": 1621229113956, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-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=? 2021-05-17T05:26:53.564Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a63161dd-7d34-4b9b-a2c4-50211aee5f1c 2021-05-17T05:26:53.565Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a63161dd-7d34-4b9b-a2c4-50211aee5f1c 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 (?, ?, ?, ?, ?) 2021-05-17T05:26:53.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229109423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "clamp", "timestamp": 1621229112732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-k8s-id", "timestamp": 1621229112748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "ves-openapi-manager", "timestamp": 1621229110847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229114737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:26:53.574Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:26:53.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "policy-id", "timestamp": 1621229114848, "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=? 2021-05-17T05:26:53.579Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a63161dd-7d34-4b9b-a2c4-50211aee5f1c 2021-05-17T05:26:53.579Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a63161dd-7d34-4b9b-a2c4-50211aee5f1c 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 (?, ?, ?, ?, ?) 2021-05-17T05:26:53.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229109423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "clamp", "timestamp": 1621229112732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-k8s-id", "timestamp": 1621229112748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "ves-openapi-manager", "timestamp": 1621229110847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229115740, "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=? 2021-05-17T05:26:53.592Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a63161dd-7d34-4b9b-a2c4-50211aee5f1c 2021-05-17T05:26:53.592Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a63161dd-7d34-4b9b-a2c4-50211aee5f1c 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 (?, ?, ?, ?, ?) 2021-05-17T05:26:53.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229109423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "clamp", "timestamp": 1621229112732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-k8s-id", "timestamp": 1621229112748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "ves-openapi-manager", "timestamp": 1621229110847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-17T05:26:53.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229109423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:26:53.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "clamp", "timestamp": 1621229112732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-k8s-id", "timestamp": 1621229112748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "ves-openapi-manager", "timestamp": 1621229110847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "aai-ml", "timestamp": 1621229117026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "clamp", "timestamp": 1621229112732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-k8s-id", "timestamp": 1621229112748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "ves-openapi-manager", "timestamp": 1621229110847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "aai-ml", "timestamp": 1621229117026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "clamp", "timestamp": 1621229112732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-k8s-id", "timestamp": 1621229112748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "aai-ml", "timestamp": 1621229117026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "ves-openapi-manager", "timestamp": 1621229119879, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:26:53.606Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:26:53.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "clamp", "timestamp": 1621229112732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:26:53.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "multicloud-k8s-id", "timestamp": 1621229112748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:26:53.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "aai-ml", "timestamp": 1621229117026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "ves-openapi-manager", "timestamp": 1621229121137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-17T05:26:53.607Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:26:53.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "aai-ml", "timestamp": 1621229117026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "ves-openapi-manager", "timestamp": 1621229122140, "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=? 2021-05-17T05:26:53.613Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a63161dd-7d34-4b9b-a2c4-50211aee5f1c 2021-05-17T05:26:53.613Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a63161dd-7d34-4b9b-a2c4-50211aee5f1c 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 (?, ?, ?, ?, ?) 2021-05-17T05:26:53.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "aai-ml", "timestamp": 1621229117026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "aai-ml", "timestamp": 1621229117026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:26:53.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "aai-ml", "timestamp": 1621229117026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:26:53.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:26:53.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "clamp", "timestamp": 1621229125403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:26:53.622Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:26:53.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "clamp", "timestamp": 1621229126419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:26:53.623Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:26:53.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "aai-ml", "timestamp": 1621229126732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:26:53.623Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:26:53.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "clamp", "timestamp": 1621229127422, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-17T05:26:53.627Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a63161dd-7d34-4b9b-a2c4-50211aee5f1c 2021-05-17T05:26:53.628Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a63161dd-7d34-4b9b-a2c4-50211aee5f1c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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 (?, ?, ?, ?, ?) 2021-05-17T05:26:53.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cf3cca4-256a-441b-a348-e3b5d94c2121", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229129624, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T05:26:53.636Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:26:53.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "aai-ml", "timestamp": 1621229134505, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:26:53.637Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:26:53.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:26:53.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "aai-ml", "timestamp": 1621229135508, "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=? 2021-05-17T05:26:53.640Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a63161dd-7d34-4b9b-a2c4-50211aee5f1c 2021-05-17T05:26:53.641Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a63161dd-7d34-4b9b-a2c4-50211aee5f1c 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 (?, ?, ?, ?, ?) 2021-05-17T05:27:06.604Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a63161dd-7d34-4b9b-a2c4-50211aee5f1c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:27:06.613Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a63161dd-7d34-4b9b-a2c4-50211aee5f1c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:27:06.618Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:27:06.618Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-17T05:27:06.619Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-17T05:27:06.619Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-17T05:27:06.619Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:27:06.619Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:27:06.619Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:27:06.619Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:27:06.620Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:27:06.620Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:27:06.620Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:27:06.620Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|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=? 2021-05-17T05:27:06.625Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-17T05:27:36.625Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a63161dd-7d34-4b9b-a2c4-50211aee5f1c 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=? 2021-05-17T05:27:36.630Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a63161dd-7d34-4b9b-a2c4-50211aee5f1c and serviceModelVersionId: 705be3a6-77c9-4969-8685-9d1dd168cca6 2021-05-17T05:27:36.630Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d7346e3-0a57-460e-95ba-0266ffb15cc5 2021-05-17T05:27:36.631Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d7346e3-0a57-460e-95ba-0266ffb15cc5/model-vers/model-ver/705be3a6-77c9-4969-8685-9d1dd168cca6?depth=0 2021-05-17T05:27:36.634Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-05-17T05:27:36.674Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d7346e3-0a57-460e-95ba-0266ffb15cc5/model-vers/model-ver/705be3a6-77c9-4969-8685-9d1dd168cca6?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]} 2021-05-17T05:27:36.675Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d7346e3-0a57-460e-95ba-0266ffb15cc5/model-vers/model-ver/705be3a6-77c9-4969-8685-9d1dd168cca6?depth=0|INFO|500||Invoke 2021-05-17T05:27:36.698Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d7346e3-0a57-460e-95ba-0266ffb15cc5/model-vers/model-ver/705be3a6-77c9-4969-8685-9d1dd168cca6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-17T05:27:36.893Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d7346e3-0a57-460e-95ba-0266ffb15cc5/model-vers/model-ver/705be3a6-77c9-4969-8685-9d1dd168cca6?depth=0|INFO|500||InvokeReturn 2021-05-17T05:27:36.894Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4d7346e3-0a57-460e-95ba-0266ffb15cc5/model-vers/model-ver/705be3a6-77c9-4969-8685-9d1dd168cca6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210517-05:27:36:703-89180], vertex-id=[409832], Content-Length=[0], Date=[Mon, 17 May 2021 05:27:36 GMT], Content-Type=[application/json]} 2021-05-17T05:27:36.894Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-05-17T05:27:36.894Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-17T05:27:36.894Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:27:36.898Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|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:71) 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) 2021-05-17T05:27:36.898Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a63161dd-7d34-4b9b-a2c4-50211aee5f1c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-17T05:27:36.898Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-17T05:27:36.898Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:27:36.900Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:27:36.900Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229256898, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T05:27:37.000Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:27:37.001Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:27:37.001Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:27:37.010Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:27:37.010Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:27:37.910Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:27:37.910Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:27:37.910Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:27:47.448Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:27:53.510Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:27:53.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:27:53.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:27:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:27:53.512Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:27:53.512Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:27:53.530Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:27:53.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:27:53.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229153510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:27:53.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:27:53.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:27:53.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229153510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:27:53.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:27:53.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:27:53.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229153510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T05:27:53.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:27:53.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:27:53.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229153510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:27:53.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:27:53.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:27:53.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229153510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:27:53.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:27:53.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:27:53.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229153510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/resourceInstances/pnfb6dc420044ff0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:27:53.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:27:53.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:27:53.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229153510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:27:53.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:27:53.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:27:53.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229153510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:27:53.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:27:53.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:27:53.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229163536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:27:53.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:27:53.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:27:53.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229165582, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAptq5auku3o56xz6alyh/1.0/artifacts/service-DemoPnfAptq5auku3o56xz6alyh-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:27:53.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:28:03.044Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:28:53.510Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:28:53.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:28:53.511Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:28:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:28:53.512Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:28:53.512Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:28:53.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:28:53.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:28:53.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a63161dd-7d34-4b9b-a2c4-50211aee5f1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229256898, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T05:28:53.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:28:54.135Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:28:54.136Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-17T05:28:54.137Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae32485d-7173-4afb-a8e5-9c72a06edbc7","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"7d0f793e-be74-4025-a8c6-9437901cf511","serviceDescription":"service","serviceInvariantUUID":"6c1dfb3c-b7df-4f83-8604-1a6cae5216c2","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b71fe087-4bcf-45c8-a542-9836126fae5e","resourceInvariantUUID":"e7f246e6-5cab-4825-8a4f-aba1837a56de","resourceCustomizationUUID":"294116fd-c442-49a4-8083-9c8ada569496","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6cf554ad-97c3-41c8-8147-db48ac49dcb4","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MzUwMjFkYmNiOWYyMTkxZjU3NDI2NDlmZTgyNGQ2ZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ac466ae-0cb9-44d5-bff6-7a72064e18bb","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"YmU0Zjc5OTM5ZTkwN2VjMmYyMjNjNDg4MzdhZDdhYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"af325d32-39a5-48aa-94e1-f973a400d190","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e5af4423-812c-4c2d-bdca-13a4d30100db","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"89d23577-4916-4400-9637-89a6b12f9969","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"845e7a15-b79a-46e9-a620-9076217aaa13","artifactVersion":"2","generatedFromUUID":"e5af4423-812c-4c2d-bdca-13a4d30100db"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZTUzMWM4MGNlYmY5MTU1ZjQ2MDllMTA3ZWRiZjIxMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16ef2372-a56f-41e6-84c4-b61d0fddc03e","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MjQwYWIyOTMwMjc3ODllZGE0MWNkMmViMDlhYTNiODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"17e51ff0-d345-4754-ad51-cec3b8fccf2d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-17T05:28:54.139Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:28:54.139Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:28:54.141Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:28:54.141Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:28:54.241Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:28:54.242Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:28:54.242Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:28:54.249Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:28:54.249Z||pool-35-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:28:55.142Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:28:55.142Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:28:55.144Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:28:55.144Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:28:55.244Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:28:55.245Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:28:55.245Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:28:55.253Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:28:55.254Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:28:56.144Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:28:56.145Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:28:56.147Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:28:56.147Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:28:56.247Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:28:56.248Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:28:56.248Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:28:56.253Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:28:56.254Z||pool-37-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:28:57.148Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:28:57.149Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:28:57.150Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:28:57.151Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-17T05:28:57.251Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:28:57.251Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:28:57.251Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:28:57.258Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:28:57.258Z||pool-38-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:28:58.151Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:28:58.152Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:28:58.154Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:28:58.154Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:28:58.254Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-17T05:28:58.255Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:28:58.255Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:28:58.261Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:28:58.261Z||pool-39-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:28:59.155Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:28:59.156Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:28:59.158Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:28:59.158Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-17T05:28:59.258Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:28:59.259Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:28:59.259Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:28:59.265Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:28:59.266Z||pool-40-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:29:00.158Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:29:00.159Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:29:00.161Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:29:00.161Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:00.261Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:29:00.262Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:29:00.262Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:29:00.268Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:29:00.268Z||pool-41-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:29:01.161Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:29:01.162Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:29:01.165Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:29:01.165Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:29:01.265Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:29:01.266Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:29:01.266Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:29:01.273Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:29:01.274Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:29:02.167Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "7d0f793e-be74-4025-a8c6-9437901cf511", "serviceDescription": "service", "serviceInvariantUUID": "6c1dfb3c-b7df-4f83-8604-1a6cae5216c2", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "294116fd-c442-49a4-8083-9c8ada569496", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b71fe087-4bcf-45c8-a542-9836126fae5e", "resourceInvariantUUID": "e7f246e6-5cab-4825-8a4f-aba1837a56de", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "YmU0Zjc5OTM5ZTkwN2VjMmYyMjNjNDg4MzdhZDdhYTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "af325d32-39a5-48aa-94e1-f973a400d190", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e5af4423-812c-4c2d-bdca-13a4d30100db", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "845e7a15-b79a-46e9-a620-9076217aaa13", "generatedFromUUID": "e5af4423-812c-4c2d-bdca-13a4d30100db" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "845e7a15-b79a-46e9-a620-9076217aaa13", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MjQwYWIyOTMwMjc3ODllZGE0MWNkMmViMDlhYTNiODE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "17e51ff0-d345-4754-ad51-cec3b8fccf2d" } ], "workloadContext": "Production" } 2021-05-17T05:29:02.167Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-17T05:29:02.167Z|a63161dd-7d34-4b9b-a2c4-50211aee5f1c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d0f793e-be74-4025-a8c6-9437901cf511 ASDC 2021-05-17T05:29:02.168Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:ae32485d-7173-4afb-a8e5-9c72a06edbc7 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:7d0f793e-be74-4025-a8c6-9437901cf511 ServiceInvariantUUID:6c1dfb3c-b7df-4f83-8604-1a6cae5216c2 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:17e51ff0-d345-4754-ad51-cec3b8fccf2d ArtifactChecksum:MjQwYWIyOTMwMjc3ODllZGE0MWNkMmViMDlhYTNiODE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:294116fd-c442-49a4-8083-9c8ada569496 ResourceInvariantUUID:e7f246e6-5cab-4825-8a4f-aba1837a56de ResourceName:basicclamp ResourceType:VF ResourceUUID:b71fe087-4bcf-45c8-a542-9836126fae5e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:af325d32-39a5-48aa-94e1-f973a400d190 ArtifactChecksum:YmU0Zjc5OTM5ZTkwN2VjMmYyMjNjNDg4MzdhZDdhYTQ= 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:e5af4423-812c-4c2d-bdca-13a4d30100db 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:845e7a15-b79a-46e9-a620-9076217aaa13 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:845e7a15-b79a-46e9-a620-9076217aaa13 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-17T05:29:02.168Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d0f793e-be74-4025-a8c6-9437901cf511 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 (?, ?, ?, ?, ?) 2021-05-17T05:29:02.189Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T05:29:02.189Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:29:02.190Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:29:02.190Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 17e51ff0-d345-4754-ad51-cec3b8fccf2d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-17T05:29:02.190Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:29:02.190Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-17T05:29:03.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:29:03.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 17e51ff0-d345-4754-ad51-cec3b8fccf2d 76830 2021-05-17T05:29:03.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-17T05:29:03.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-17T05:29:03.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:29:03.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:29:03.341Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:29:03.341Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229343339, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:29:03.441Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:29:03.442Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:29:03.442Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:29:03.450Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:29:03.450Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-17T05:29:04.342Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T05:29:04.343Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:29:04.343Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 17e51ff0-d345-4754-ad51-cec3b8fccf2d, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-17T05:29:04.343Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-05-17T05:29:04.344Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-17T05:29:04.344Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-17T05:29:04.449Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4845917848379491077/Definitions/service-Basicclamp-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_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" 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_subnetpoolid" is not provided 2021-05-17T05:29:05.334Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|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-Basicclamp-csar.csar 2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|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-Basicclamp-csar.csar 2021-05-17T05:29:05.335Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|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-Basicclamp-csar.csar 2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|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-Basicclamp-csar.csar 2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|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-Basicclamp-csar.csar 2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T05:29:05.336Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-17T05:29:05.337Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T05:29:05.338Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:29:05.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:05.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T05:29:05.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:29:05.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:05.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T05:29:05.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:29:05.339Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:05.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-17T05:29:05.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-17T05:29:05.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-17T05:29:05.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=15f3d874-e91c-4f1f-91b9-e87fd0a55400 2021-05-17T05:29:05.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:05.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:29:05.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:05.340Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:29:05.341Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:05.341Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:29:05.341Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:05.341Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:29:05.341Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:7d0f793e-be74-4025-a8c6-9437901cf511 Model Version:NULL Model InvariantUuid:6c1dfb3c-b7df-4f83-8604-1a6cae5216c2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:8e8adbd8-71c8-48dd-840b-d50b269fd3b9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e7f246e6-5cab-4825-8a4f-aba1837a56de Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:294116fd-c442-49a4-8083-9c8ada569496 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:439132c7-b636-49bf-b74e-890d1b93d227 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:9b1240ad-98c7-4782-bfb9-f6e9a6943d61 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:15f3d874-e91c-4f1f-91b9-e87fd0a55400 ModelInvariantUuid:7e1f9cf1-d589-460a-8e9a-1e4c616848ae ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:8ebed8f3-dce7-4860-9385-832aa8faf0b6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b16dbb66-7172-4508-98b5-2f66b88e6650 ModelInvariantUuid:5c581d75-9a95-468f-945e-dc5647a3844f ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:a0dc979b-6798-4885-b1e9-b43541b0cd69 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-17T05:29:05.346Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b71fe087-4bcf-45c8-a542-9836126fae5e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:29:05.348Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||basicclamp 0 2021-05-17T05:29:05.348Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b71fe087-4bcf-45c8-a542-9836126fae5e 2021-05-17T05:29:05.348Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: af325d32-39a5-48aa-94e1-f973a400d190 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-17T05:29:05.349Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:29:05.349Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-17T05:29:06.239Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:29:06.240Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json af325d32-39a5-48aa-94e1-f973a400d190 790 2021-05-17T05:29:06.240Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-05-17T05:29:06.240Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-17T05:29:06.240Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:29:06.241Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:29:06.243Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:29:06.243Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229346240, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:29:06.343Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:29:06.344Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:29:06.344Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:29:06.350Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:29:06.351Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:29:07.243Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "439132c7-b636-49bf-b74e-890d1b93d227", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9b1240ad-98c7-4782-bfb9-f6e9a6943d61", "vfModuleModelCustomizationUUID": "782ee973-0023-42e5-9fd1-dd95f9db05c6", "isBase": true, "artifacts": [ "e5af4423-812c-4c2d-bdca-13a4d30100db", "845e7a15-b79a-46e9-a620-9076217aaa13" ], "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": "" } } ] 2021-05-17T05:29:07.248Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9b1240ad-98c7-4782-bfb9-f6e9a6943d61 VfModuleModelInvariantUUID:439132c7-b636-49bf-b74e-890d1b93d227 VfModuleModelDescription:NULL Artifacts UUID List:{ e5af4423-812c-4c2d-bdca-13a4d30100db , 845e7a15-b79a-46e9-a620-9076217aaa13 } 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 } 2021-05-17T05:29:07.250Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "439132c7-b636-49bf-b74e-890d1b93d227", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9b1240ad-98c7-4782-bfb9-f6e9a6943d61", "vfModuleModelCustomizationUUID": "782ee973-0023-42e5-9fd1-dd95f9db05c6", "isBase": true, "artifacts": [ "e5af4423-812c-4c2d-bdca-13a4d30100db", "845e7a15-b79a-46e9-a620-9076217aaa13" ], "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": "" } } ] 2021-05-17T05:29:07.251Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9b1240ad-98c7-4782-bfb9-f6e9a6943d61 VfModuleModelInvariantUUID:439132c7-b636-49bf-b74e-890d1b93d227 VfModuleModelDescription:NULL Artifacts UUID List:{ e5af4423-812c-4c2d-bdca-13a4d30100db , 845e7a15-b79a-46e9-a620-9076217aaa13 } 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 } 2021-05-17T05:29:07.251Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e5af4423-812c-4c2d-bdca-13a4d30100db from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-17T05:29:07.251Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:29:07.251Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-17T05:29:09.217Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:29:09.218Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml e5af4423-812c-4c2d-bdca-13a4d30100db 5033 2021-05-17T05:29:09.219Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-17T05:29:09.219Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-17T05:29:09.219Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:29:09.219Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:29:09.221Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:29:09.221Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229349219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:29:09.321Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:29:09.322Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:29:09.323Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:29:09.329Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:29:09.329Z||pool-45-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:29:10.222Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 845e7a15-b79a-46e9-a620-9076217aaa13 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-17T05:29:10.223Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:29:10.223Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-17T05:29:13.999Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:29:13.999Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 845e7a15-b79a-46e9-a620-9076217aaa13 909 2021-05-17T05:29:14.000Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-17T05:29:14.000Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-17T05:29:14.000Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:29:14.000Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:29:14.002Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:29:14.003Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229354000, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:29:14.103Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:29:14.103Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:29:14.104Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:29:14.110Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:29:14.110Z||pool-46-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-17T05:29:15.003Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7d0f793e-be74-4025-a8c6-9437901cf511 2021-05-17T05:29:15.004Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 b71fe087-4bcf-45c8-a542-9836126fae5e ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:29:15.016Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:15.017Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:29:15.017Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-05-17T05:29:15.017Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 294116fd-c442-49a4-8083-9c8ada569496 2021-05-17T05:29:15.017Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 294116fd-c442-49a4-8083-9c8ada569496 matches Tosca VF Customization UUID: 294116fd-c442-49a4-8083-9c8ada569496 2021-05-17T05:29:15.017Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 294116fd-c442-49a4-8083-9c8ada569496 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-17T05:29:15.029Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:15.029Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:29:15.030Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 294116fd-c442-49a4-8083-9c8ada569496: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-05-17T05:29:15.030Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@241c06e7 2021-05-17T05:29:15.030Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:15.030Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-17T05:29:15.031Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 782ee973-0023-42e5-9fd1-dd95f9db05c6 2021-05-17T05:29:15.031Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 782ee973-0023-42e5-9fd1-dd95f9db05c6 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-17T05:29:15.033Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:15.033Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T05:29:15.033Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:29:15.033Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:15.034Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T05:29:15.034Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:29:15.034Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:15.034Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-17T05:29:15.034Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-17T05:29:15.034Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-17T05:29:15.035Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=15f3d874-e91c-4f1f-91b9-e87fd0a55400 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-17T05:29:15.036Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:15.037Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T05:29:15.037Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:29:15.037Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:15.037Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T05:29:15.037Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=294116fd-c442-49a4-8083-9c8ada569496 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:29:15.039Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:15.039Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:29:15.039Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7d0f793e-be74-4025-a8c6-9437901cf511: basicclamp 2021-05-17T05:29:15.039Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:15.039Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:29:15.039Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:15.040Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:29:15.040Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:15.040Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:29:15.040Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:15.040Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:29:15.040Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:29:15.040Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:29:15.041Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-05-17T05:29:15.102Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp b71fe087-4bcf-45c8-a542-9836126fae5e 1 ASDC deployResourceStructure 2021-05-17T05:29:15.102Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-05-17T05:29:15.102Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-17T05:29:15.102Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:29:15.102Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:29:15.104Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:29:15.104Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229355102, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:29:15.204Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:29:15.205Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:29:15.205Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:29:15.211Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:29:15.211Z||pool-47-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:29:16.105Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-17T05:29:16.105Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-17T05:29:16.105Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:29:16.105Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:29:16.107Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:29:16.107Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229356104, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-17T05:29:16.207Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:29:16.208Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:29:16.208Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:29:16.215Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:29:16.215Z||pool-48-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:29:17.108Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-17T05:29:17.108Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-17T05:29:17.108Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:29:17.108Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:29:17.110Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:29:17.110Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229357107, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-17T05:29:17.210Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:29:17.211Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:29:17.211Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:29:17.219Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:29:17.219Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:29:18.111Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-17T05:29:18.111Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-17T05:29:18.111Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:29:18.112Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:29:18.113Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:29:18.113Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229358111, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:29:18.213Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:29:18.214Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:29:18.214Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:29:18.221Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:29:18.221Z||pool-50-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-17T05:29:19.114Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae32485d-7173-4afb-a8e5-9c72a06edbc7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:29:19.122Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae32485d-7173-4afb-a8e5-9c72a06edbc7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:29:19.124Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:29:19.124Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T05:29:19.124Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T05:29:49.124Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae32485d-7173-4afb-a8e5-9c72a06edbc7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:29:49.135Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae32485d-7173-4afb-a8e5-9c72a06edbc7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:29:49.137Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:29:49.138Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T05:29:49.138Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T05:29:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:29:53.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:29:53.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:29:53.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:29:53.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229309423, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "cds", "timestamp": 1621229305740, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "ves-openapi-manager", "timestamp": 1621229310847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1621229312748, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229306414, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229309423, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "cds", "timestamp": 1621229305740, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "ves-openapi-manager", "timestamp": 1621229310847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1621229312748, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229306414, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-windriver-id", "timestamp": 1621229314512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229309423, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:29:53.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "ves-openapi-manager", "timestamp": 1621229310847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "cds", "timestamp": 1621229305740, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1621229312748, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:29:53.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229306414, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-windriver-id", "timestamp": 1621229314512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229309423, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-17T05:29:53.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "cds", "timestamp": 1621229305740, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "ves-openapi-manager", "timestamp": 1621229310847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1621229312748, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-17T05:29:53.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229306414, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-windriver-id", "timestamp": 1621229314512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:29:53.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229309423, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "ves-openapi-manager", "timestamp": 1621229310847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "cds", "timestamp": 1621229305740, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1621229312748, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229306414, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-windriver-id", "timestamp": 1621229314512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-17T05:29:53.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "dcae-sch", "timestamp": 1621229317766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-05-17T05:29:53.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229309423, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-17T05:29:53.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "ves-openapi-manager", "timestamp": 1621229310847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "cds", "timestamp": 1621229305740, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1621229312748, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-17T05:29:53.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229306414, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-windriver-id", "timestamp": 1621229314512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "dcae-sch", "timestamp": 1621229317766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229309423, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "ves-openapi-manager", "timestamp": 1621229310847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "cds", "timestamp": 1621229305740, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1621229312748, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229306414, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-windriver-id", "timestamp": 1621229314512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-17T05:29:53.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "dcae-sch", "timestamp": 1621229317766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "policy-id", "timestamp": 1621229319841, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229309423, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:29:53.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "ves-openapi-manager", "timestamp": 1621229310847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "cds", "timestamp": 1621229305740, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:29:53.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1621229312748, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:29:53.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229306414, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:29:53.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-windriver-id", "timestamp": 1621229314512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "dcae-sch", "timestamp": 1621229317766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "policy-id", "timestamp": 1621229319841, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-windriver-id", "timestamp": 1621229314512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:29:53.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "dcae-sch", "timestamp": 1621229317766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "policy-id", "timestamp": 1621229319841, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229322645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:29:53.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:29:53.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229322845, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:29:53.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:29:53.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "cds", "timestamp": 1621229322929, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:29:53.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:29:53.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1621229323117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:29:53.558Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:29:53.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "clamp", "timestamp": 1621229322732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "dcae-sch", "timestamp": 1621229317766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "policy-id", "timestamp": 1621229319841, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-17T05:29:53.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "cds", "timestamp": 1621229323933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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=? 2021-05-17T05:29:53.564Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae32485d-7173-4afb-a8e5-9c72a06edbc7 2021-05-17T05:29:53.564Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae32485d-7173-4afb-a8e5-9c72a06edbc7 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 (?, ?, ?, ?, ?) 2021-05-17T05:29:53.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-windriver-id", "timestamp": 1621229324219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:29:53.572Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:29:53.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "clamp", "timestamp": 1621229322732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "dcae-sch", "timestamp": 1621229317766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "policy-id", "timestamp": 1621229319841, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229324702, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:29:53.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:29:53.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229325134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:29:53.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:29:53.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "clamp", "timestamp": 1621229322732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:29:53.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "dcae-sch", "timestamp": 1621229317766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "cds", "timestamp": 1621229324936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "policy-id", "timestamp": 1621229319841, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229325705, "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=? 2021-05-17T05:29:53.578Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae32485d-7173-4afb-a8e5-9c72a06edbc7 2021-05-17T05:29:53.578Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae32485d-7173-4afb-a8e5-9c72a06edbc7 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 (?, ?, ?, ?, ?) 2021-05-17T05:29:53.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1621229325834, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:29:53.586Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:29:53.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "clamp", "timestamp": 1621229322732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-windriver-id", "timestamp": 1621229326437, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:29:53.587Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:29:53.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "cds", "timestamp": 1621229324936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "policy-id", "timestamp": 1621229319841, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "clamp", "timestamp": 1621229322732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229327425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:29:53.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:29:53.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "cds", "timestamp": 1621229324936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "policy-id", "timestamp": 1621229319841, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:29:53.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "aai-ml", "timestamp": 1621229327026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "clamp", "timestamp": 1621229322732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229328428, "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=? 2021-05-17T05:29:53.592Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae32485d-7173-4afb-a8e5-9c72a06edbc7 2021-05-17T05:29:53.593Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae32485d-7173-4afb-a8e5-9c72a06edbc7 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 (?, ?, ?, ?, ?) 2021-05-17T05:29:53.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "cds", "timestamp": 1621229324936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "aai-ml", "timestamp": 1621229327026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1621229328724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:29:53.601Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:29:53.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "clamp", "timestamp": 1621229322732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-windriver-id", "timestamp": 1621229329420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:29:53.601Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:29:53.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229329434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:29:53.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:29:53.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "cds", "timestamp": 1621229324936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "aai-ml", "timestamp": 1621229327026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1621229329741, "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=? 2021-05-17T05:29:53.608Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae32485d-7173-4afb-a8e5-9c72a06edbc7 2021-05-17T05:29:53.608Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae32485d-7173-4afb-a8e5-9c72a06edbc7 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=? 2021-05-17T05:29:53.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "clamp", "timestamp": 1621229322732, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:29:53.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-windriver-id", "timestamp": 1621229330426, "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=? 2021-05-17T05:29:53.617Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae32485d-7173-4afb-a8e5-9c72a06edbc7 2021-05-17T05:29:53.618Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae32485d-7173-4afb-a8e5-9c72a06edbc7 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=? 2021-05-17T05:29:53.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "cds", "timestamp": 1621229324936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "aai-ml", "timestamp": 1621229327026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-k8s-id", "timestamp": 1621229330744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:29:53.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:29:53.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229330437, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "ves-openapi-manager", "timestamp": 1621229330846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "multicloud-windriver-id", "timestamp": 1621229331430, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:29:53.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:29:53.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "cds", "timestamp": 1621229324936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:29:53.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "aai-ml", "timestamp": 1621229327026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229330437, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:29:53.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "policy-id", "timestamp": 1621229332119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:29:53.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:29:53.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "ves-openapi-manager", "timestamp": 1621229330846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-windriver-id", "timestamp": 1621229314512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "aai-ml", "timestamp": 1621229327026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229330437, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T05:29:53.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "policy-id", "timestamp": 1621229333123, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:29:53.627Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:29:53.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-k8s-id", "timestamp": 1621229332748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:29:53.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:29:53.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "ves-openapi-manager", "timestamp": 1621229330846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:29:53.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:30:19.138Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae32485d-7173-4afb-a8e5-9c72a06edbc7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:30:19.151Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae32485d-7173-4afb-a8e5-9c72a06edbc7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:30:19.153Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:30:19.153Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T05:30:19.153Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T05:30:49.154Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae32485d-7173-4afb-a8e5-9c72a06edbc7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:30:49.165Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae32485d-7173-4afb-a8e5-9c72a06edbc7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:30:49.168Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:30:49.168Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T05:30:49.168Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T05:30:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:30:53.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:30:53.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:30:53.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:30:53.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:30:53.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-windriver-id", "timestamp": 1621229314512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:30:53.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:19.168Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae32485d-7173-4afb-a8e5-9c72a06edbc7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:31:19.178Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae32485d-7173-4afb-a8e5-9c72a06edbc7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:31:19.180Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:31:19.180Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T05:31:19.180Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T05:31:49.181Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae32485d-7173-4afb-a8e5-9c72a06edbc7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:31:49.189Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae32485d-7173-4afb-a8e5-9c72a06edbc7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:31:49.191Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:31:49.191Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T05:31:49.192Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T05:31:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:31:53.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:31:53.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:31:53.527Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:31:54.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "aai-ml", "timestamp": 1621229327026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229330437, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "policy-id", "timestamp": 1621229334125, "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=? 2021-05-17T05:31:54.050Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae32485d-7173-4afb-a8e5-9c72a06edbc7 2021-05-17T05:31:54.050Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae32485d-7173-4afb-a8e5-9c72a06edbc7 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=? 2021-05-17T05:31:54.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "dcae-sch", "timestamp": 1621229334261, "artifactURL": "/sdc/v1/catalog/services/7d0f793e-be74-4025-a8c6-9437901cf511/resourceInstances/basicclamp0/artifacts/6cf554ad-97c3-41c8-8147-db48ac49dcb4", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.058Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-k8s-id", "timestamp": 1621229332748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:31:54.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "ves-openapi-manager", "timestamp": 1621229330846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-windriver-id", "timestamp": 1621229314512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T05:31:54.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "aai-ml", "timestamp": 1621229327026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:31:54.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "cds", "timestamp": 1621229334942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229330437, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-17T05:31:54.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "policy-id", "timestamp": 1621229319841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-k8s-id", "timestamp": 1621229332748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T05:31:54.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "ves-openapi-manager", "timestamp": 1621229330846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-windriver-id", "timestamp": 1621229314512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "dcae-sch", "timestamp": 1621229335499, "artifactURL": "/sdc/v1/catalog/services/7d0f793e-be74-4025-a8c6-9437901cf511/resourceInstances/basicclamp0/artifacts/6cf554ad-97c3-41c8-8147-db48ac49dcb4", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "cds", "timestamp": 1621229335947, "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 (?, ?, ?, ?, ?) 2021-05-17T05:31:54.076Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b 2021-05-17T05:31:54.076Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b 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 (?, ?, ?, ?, ?) 2021-05-17T05:31:54.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229330437, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:31:54.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "policy-id", "timestamp": 1621229319841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "aai-ml", "timestamp": 1621229336227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.084Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-k8s-id", "timestamp": 1621229332748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "ves-openapi-manager", "timestamp": 1621229330846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "clamp", "timestamp": 1621229336433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-windriver-id", "timestamp": 1621229314512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-17T05:31:54.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "dcae-sch", "timestamp": 1621229336502, "artifactURL": "/sdc/v1/catalog/services/7d0f793e-be74-4025-a8c6-9437901cf511/resourceInstances/basicclamp0/artifacts/6cf554ad-97c3-41c8-8147-db48ac49dcb4", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-17T05:31:54.089Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of ae32485d-7173-4afb-a8e5-9c72a06edbc7 2021-05-17T05:31:54.090Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae32485d-7173-4afb-a8e5-9c72a06edbc7 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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 (?, ?, ?, ?, ?) 2021-05-17T05:31:54.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229336414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229330437, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:31:54.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-17T05:31:54.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "policy-id", "timestamp": 1621229319841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T05:31:54.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-k8s-id", "timestamp": 1621229332748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-17T05:31:54.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "ves-openapi-manager", "timestamp": 1621229330846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "clamp", "timestamp": 1621229337436, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-windriver-id", "timestamp": 1621229314512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "dcae-sch", "timestamp": 1621229317766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229336414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "policy-id", "timestamp": 1621229319841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-k8s-id", "timestamp": 1621229332748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-windriver-id", "timestamp": 1621229314512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:31:54.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "dcae-sch", "timestamp": 1621229317766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229338539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.106Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229336414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-17T05:31:54.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "policy-id", "timestamp": 1621229319841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-k8s-id", "timestamp": 1621229332748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:31:54.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "dcae-sch", "timestamp": 1621229317766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229336414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229339959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-windriver-id", "timestamp": 1621229339960, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "policy-id", "timestamp": 1621229319841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "dcae-sch", "timestamp": 1621229317766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229336414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-k8s-id", "timestamp": 1621229340950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:31:54.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "policy-id", "timestamp": 1621229319841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:31:54.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "dcae-sch", "timestamp": 1621229317766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "clamp", "timestamp": 1621229341535, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-windriver-id", "timestamp": 1621229341648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229341648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229336414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "dcae-sch", "timestamp": 1621229317766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "clamp", "timestamp": 1621229342541, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.117Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229342652, "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=? 2021-05-17T05:31:54.121Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b 2021-05-17T05:31:54.122Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b 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 (?, ?, ?, ?, ?) 2021-05-17T05:31:54.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "aai-ml", "timestamp": 1621229342924, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229336414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:31:54.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-k8s-id", "timestamp": 1621229343027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229343339, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "policy-id", "timestamp": 1621229343415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "dcae-sch", "timestamp": 1621229317766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "clamp", "timestamp": 1621229343548, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-17T05:31:54.137Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae32485d-7173-4afb-a8e5-9c72a06edbc7 2021-05-17T05:31:54.137Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae32485d-7173-4afb-a8e5-9c72a06edbc7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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 (?, ?, ?, ?, ?) 2021-05-17T05:31:54.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229343654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.144Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "aai-ml", "timestamp": 1621229343927, "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=? 2021-05-17T05:31:54.150Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae32485d-7173-4afb-a8e5-9c72a06edbc7 2021-05-17T05:31:54.150Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae32485d-7173-4afb-a8e5-9c72a06edbc7 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 (?, ?, ?, ?, ?) 2021-05-17T05:31:54.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-windriver-id", "timestamp": 1621229344028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.156Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "policy-id", "timestamp": 1621229344419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.157Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "clamp", "timestamp": 1621229322732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "aai-ml", "timestamp": 1621229327026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-windriver-id", "timestamp": 1621229345033, "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=? 2021-05-17T05:31:54.161Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b 2021-05-17T05:31:54.161Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b 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=? 2021-05-17T05:31:54.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-k8s-id", "timestamp": 1621229345228, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.166Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229345330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.166Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "policy-id", "timestamp": 1621229345421, "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=? 2021-05-17T05:31:54.169Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b 2021-05-17T05:31:54.169Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b 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=? 2021-05-17T05:31:54.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "clamp", "timestamp": 1621229322732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:31:54.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "aai-ml", "timestamp": 1621229327026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-windriver-id", "timestamp": 1621229346037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229346240, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.176Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-k8s-id", "timestamp": 1621229346416, "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=? 2021-05-17T05:31:54.179Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b 2021-05-17T05:31:54.179Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b 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=? 2021-05-17T05:31:54.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "clamp", "timestamp": 1621229322732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "aai-ml", "timestamp": 1621229327026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229347360, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "multicloud-k8s-id", "timestamp": 1621229347420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "clamp", "timestamp": 1621229322732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "aai-ml", "timestamp": 1621229327026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229348364, "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=? 2021-05-17T05:31:54.188Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b 2021-05-17T05:31:54.188Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b 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 (?, ?, ?, ?, ?) 2021-05-17T05:31:54.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "clamp", "timestamp": 1621229322732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "aai-ml", "timestamp": 1621229327026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229349219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.195Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "clamp", "timestamp": 1621229322732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "aai-ml", "timestamp": 1621229327026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "clamp", "timestamp": 1621229322732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:31:54.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "aai-ml", "timestamp": 1621229327026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:31:54.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229349423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "cds", "timestamp": 1621229350740, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "ves-openapi-manager", "timestamp": 1621229350846, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.197Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-windriver-id", "timestamp": 1621229347041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.197Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "policy-id", "timestamp": 1621229346423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.197Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "dcae-sch", "timestamp": 1621229344525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.197Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "ves-openapi-manager", "timestamp": 1621229350846, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229349423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:31:54.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "cds", "timestamp": 1621229350740, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-windriver-id", "timestamp": 1621229347041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:31:54.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "dcae-sch", "timestamp": 1621229344525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-k8s-id", "timestamp": 1621229352748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "policy-id", "timestamp": 1621229346423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "aai-ml", "timestamp": 1621229353958, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.199Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229354000, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.199Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229349423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T05:31:54.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "ves-openapi-manager", "timestamp": 1621229350846, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "cds", "timestamp": 1621229350740, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-windriver-id", "timestamp": 1621229347041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T05:31:54.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "policy-id", "timestamp": 1621229346423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T05:31:54.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "dcae-sch", "timestamp": 1621229344525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-k8s-id", "timestamp": 1621229352748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:31:54.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229355102, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "ves-openapi-manager", "timestamp": 1621229350846, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229349423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "cds", "timestamp": 1621229350740, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-windriver-id", "timestamp": 1621229347041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "policy-id", "timestamp": 1621229346423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "dcae-sch", "timestamp": 1621229344525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-k8s-id", "timestamp": 1621229352748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T05:31:54.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229356104, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "ves-openapi-manager", "timestamp": 1621229350846, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229349423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-17T05:31:54.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "cds", "timestamp": 1621229350740, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-windriver-id", "timestamp": 1621229347041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-17T05:31:54.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "dcae-sch", "timestamp": 1621229344525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "policy-id", "timestamp": 1621229346423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-k8s-id", "timestamp": 1621229352748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229357107, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229349423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "ves-openapi-manager", "timestamp": 1621229350846, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "cds", "timestamp": 1621229350740, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-windriver-id", "timestamp": 1621229347041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "dcae-sch", "timestamp": 1621229344525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "policy-id", "timestamp": 1621229346423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-k8s-id", "timestamp": 1621229352748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-17T05:31:54.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229358111, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.206Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229349423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "cds", "timestamp": 1621229350740, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "ves-openapi-manager", "timestamp": 1621229350846, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-windriver-id", "timestamp": 1621229347041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "dcae-sch", "timestamp": 1621229344525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "policy-id", "timestamp": 1621229346423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-k8s-id", "timestamp": 1621229352748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229349423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:31:54.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "ves-openapi-manager", "timestamp": 1621229350846, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "cds", "timestamp": 1621229350740, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:31:54.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-windriver-id", "timestamp": 1621229347041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:31:54.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "dcae-sch", "timestamp": 1621229344525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "policy-id", "timestamp": 1621229346423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:31:54.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-k8s-id", "timestamp": 1621229352748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "clamp", "timestamp": 1621229359435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.209Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-k8s-id", "timestamp": 1621229352748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:31:54.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "clamp", "timestamp": 1621229360449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.210Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "aai-ml", "timestamp": 1621229360844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.210Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229360954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.210Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-windriver-id", "timestamp": 1621229361052, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.210Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "cds", "timestamp": 1621229361065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.211Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "policy-id", "timestamp": 1621229361063, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.211Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "clamp", "timestamp": 1621229361452, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-17T05:31:54.214Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b 2021-05-17T05:31:54.214Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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 (?, ?, ?, ?, ?) 2021-05-17T05:31:54.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "aai-ml", "timestamp": 1621229361848, "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=? 2021-05-17T05:31:54.222Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b 2021-05-17T05:31:54.222Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b 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 (?, ?, ?, ?, ?) 2021-05-17T05:31:54.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-k8s-id", "timestamp": 1621229362042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "policy-id", "timestamp": 1621229362067, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229362844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "clamp", "timestamp": 1621229362455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "cds", "timestamp": 1621229363095, "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 (?, ?, ?, ?, ?) 2021-05-17T05:31:54.239Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5dba1351-d570-4015-b90d-5f4e4ec2ba31 2021-05-17T05:31:54.239Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dba1351-d570-4015-b90d-5f4e4ec2ba31 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 (?, ?, ?, ?, ?) 2021-05-17T05:31:54.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "policy-id", "timestamp": 1621229363070, "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=? 2021-05-17T05:31:54.248Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5dba1351-d570-4015-b90d-5f4e4ec2ba31 2021-05-17T05:31:54.248Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dba1351-d570-4015-b90d-5f4e4ec2ba31 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 (?, ?, ?, ?, ?) 2021-05-17T05:31:54.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-windriver-id", "timestamp": 1621229363219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.254Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "aai-ml", "timestamp": 1621229362850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-k8s-id", "timestamp": 1621229363818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.254Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "clamp", "timestamp": 1621229362455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:31:54.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "aai-ml", "timestamp": 1621229362850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229364716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.255Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "clamp", "timestamp": 1621229362455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-windriver-id", "timestamp": 1621229365120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.255Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "aai-ml", "timestamp": 1621229362850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229365719, "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=? 2021-05-17T05:31:54.259Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5dba1351-d570-4015-b90d-5f4e4ec2ba31 2021-05-17T05:31:54.259Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dba1351-d570-4015-b90d-5f4e4ec2ba31 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=? 2021-05-17T05:31:54.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-k8s-id", "timestamp": 1621229366027, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.264Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "clamp", "timestamp": 1621229362455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-windriver-id", "timestamp": 1621229366126, "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=? 2021-05-17T05:31:54.267Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5dba1351-d570-4015-b90d-5f4e4ec2ba31 2021-05-17T05:31:54.267Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dba1351-d570-4015-b90d-5f4e4ec2ba31 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=? 2021-05-17T05:31:54.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "aai-ml", "timestamp": 1621229362850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229366722, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229366414, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-k8s-id", "timestamp": 1621229367040, "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=? 2021-05-17T05:31:54.279Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5dba1351-d570-4015-b90d-5f4e4ec2ba31 2021-05-17T05:31:54.279Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dba1351-d570-4015-b90d-5f4e4ec2ba31 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=? 2021-05-17T05:31:54.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "clamp", "timestamp": 1621229362455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-windriver-id", "timestamp": 1621229367131, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "aai-ml", "timestamp": 1621229362850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229366414, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "multicloud-k8s-id", "timestamp": 1621229368042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "clamp", "timestamp": 1621229362455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "aai-ml", "timestamp": 1621229362850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229366414, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "clamp", "timestamp": 1621229362455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "aai-ml", "timestamp": 1621229362850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229366414, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "clamp", "timestamp": 1621229362455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:31:54.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "aai-ml", "timestamp": 1621229362850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:31:54.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229366414, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229366414, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229366414, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:31:54.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "aai-ml", "timestamp": 1621229373354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.290Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229366414, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:31:54.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:31:54.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229375629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229377603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229378606, "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=? 2021-05-17T05:31:54.295Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5dba1351-d570-4015-b90d-5f4e4ec2ba31 2021-05-17T05:31:54.295Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dba1351-d570-4015-b90d-5f4e4ec2ba31 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 (?, ?, ?, ?, ?) 2021-05-17T05:31:54.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "aai-ml", "timestamp": 1621229380254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.302Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "aai-ml", "timestamp": 1621229381256, "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=? 2021-05-17T05:31:54.306Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5dba1351-d570-4015-b90d-5f4e4ec2ba31 2021-05-17T05:31:54.306Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dba1351-d570-4015-b90d-5f4e4ec2ba31 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 (?, ?, ?, ?, ?) 2021-05-17T05:31:54.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "clamp", "timestamp": 1621229382439, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:31:54.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "clamp", "timestamp": 1621229385442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:31:54.313Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:31:54.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:31:54.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "clamp", "timestamp": 1621229386444, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-17T05:31:54.318Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5dba1351-d570-4015-b90d-5f4e4ec2ba31 2021-05-17T05:31:54.318Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dba1351-d570-4015-b90d-5f4e4ec2ba31 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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 (?, ?, ?, ?, ?) 2021-05-17T05:32:19.192Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae32485d-7173-4afb-a8e5-9c72a06edbc7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:32:19.202Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae32485d-7173-4afb-a8e5-9c72a06edbc7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:32:19.204Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:32:19.204Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-17T05:32:19.204Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-17T05:32:19.204Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-17T05:32:19.204Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:32:19.204Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:32:19.204Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:32:19.204Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:32:19.204Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:32:19.204Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:32:19.204Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:32:19.205Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|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=? 2021-05-17T05:32:19.208Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-17T05:32:49.208Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae32485d-7173-4afb-a8e5-9c72a06edbc7 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=? 2021-05-17T05:32:49.215Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae32485d-7173-4afb-a8e5-9c72a06edbc7 and serviceModelVersionId: 7d0f793e-be74-4025-a8c6-9437901cf511 2021-05-17T05:32:49.215Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c1dfb3c-b7df-4f83-8604-1a6cae5216c2 2021-05-17T05:32:49.216Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c1dfb3c-b7df-4f83-8604-1a6cae5216c2/model-vers/model-ver/7d0f793e-be74-4025-a8c6-9437901cf511?depth=0 2021-05-17T05:32:49.221Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-05-17T05:32:49.260Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c1dfb3c-b7df-4f83-8604-1a6cae5216c2/model-vers/model-ver/7d0f793e-be74-4025-a8c6-9437901cf511?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]} 2021-05-17T05:32:49.261Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c1dfb3c-b7df-4f83-8604-1a6cae5216c2/model-vers/model-ver/7d0f793e-be74-4025-a8c6-9437901cf511?depth=0|INFO|500||Invoke 2021-05-17T05:32:49.280Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c1dfb3c-b7df-4f83-8604-1a6cae5216c2/model-vers/model-ver/7d0f793e-be74-4025-a8c6-9437901cf511?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-17T05:32:49.939Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c1dfb3c-b7df-4f83-8604-1a6cae5216c2/model-vers/model-ver/7d0f793e-be74-4025-a8c6-9437901cf511?depth=0|INFO|500||InvokeReturn 2021-05-17T05:32:49.939Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c1dfb3c-b7df-4f83-8604-1a6cae5216c2/model-vers/model-ver/7d0f793e-be74-4025-a8c6-9437901cf511?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210517-05:32:49:285-7747], vertex-id=[438504], Content-Length=[0], Date=[Mon, 17 May 2021 05:32:49 GMT], Content-Type=[application/json]} 2021-05-17T05:32:49.939Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-05-17T05:32:49.940Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-17T05:32:49.940Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:32:49.943Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|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:71) 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) 2021-05-17T05:32:49.943Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae32485d-7173-4afb-a8e5-9c72a06edbc7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-17T05:32:49.944Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-17T05:32:49.944Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:32:49.946Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:32:49.946Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229569944, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T05:32:50.046Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:32:50.047Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:32:50.047Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:32:50.056Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:32:50.057Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:32:50.955Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-17T05:32:50.956Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3e74c3cb-de02-423a-a5a0-5374f1489082","serviceDescription":"service","serviceInvariantUUID":"8cefbcc2-146f-4de5-9089-3f3d89e37491","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9f0e2bd0-d885-4208-b541-d979d9643277","resourceInvariantUUID":"45e3a7ae-c046-4170-81f5-5a1f23a072a9","resourceCustomizationUUID":"a498ddce-7f27-492a-b3c8-b2de7db8eef4","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":"NWI0ZDZiNGQ1NDQ5MDk1Y2RkNjI5OGQzNDRlMmUxMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"475f6fe4-26bf-40f4-ac6b-413f237c646e","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":"MmIyZmNmN2M2ODliMzJmM2ExMDFmY2MwYmU5MjA2MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5d06e88e-3c66-4d46-9c7f-23b5555c17bd","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f64c3970-d248-4613-84b2-910bbafa559a","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":"3821de59-34bc-4aeb-91a8-b0951b4835fb","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4300aca4-ccbe-415b-8c56-d6bf2f75f516","artifactVersion":"2","generatedFromUUID":"f64c3970-d248-4613-84b2-910bbafa559a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzNlNDFkZTY5MDU4YjM5OTQ0MmQ3ZTk1YjJjMDg5ODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0441920f-b0c3-4c8e-b3f4-c23c67acb348","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDA1NzZhNmFhNTgwZGE5YzQ5OWQ5YTNiOGIxZTUyYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f6d4b3f3-efa3-4d7c-9121-e3a1a7b8cff7","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-17T05:32:50.956Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:32:50.956Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:32:50.958Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:32:50.958Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:51.058Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:32:51.059Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:32:51.059Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:32:51.064Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:32:51.064Z||pool-52-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:32:51.959Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:32:51.959Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:32:51.961Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:32:51.961Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:32:52.061Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:32:52.062Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:32:52.062Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:32:52.068Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:32:52.068Z||pool-53-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:32:52.962Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:32:52.963Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:32:52.964Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:32:52.964Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T05:32:53.065Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-17T05:32:53.065Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:32:53.065Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:32:53.071Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:32:53.071Z||pool-54-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:32:53.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:32:53.513Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:32:53.513Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:32:53.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:32:53.965Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:32:53.966Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:32:53.967Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:32:53.967Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.067Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:32:54.068Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:32:54.068Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:32:54.075Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:32:54.075Z||pool-55-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:32:54.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "dcae-sch", "timestamp": 1621229517766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "policy-id", "timestamp": 1621229519841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "dcae-sch", "timestamp": 1621229517766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "policy-id", "timestamp": 1621229519841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "policy-id", "timestamp": 1621229519841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "dcae-sch", "timestamp": 1621229517766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229529423, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "dcae-sch", "timestamp": 1621229517766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "policy-id", "timestamp": 1621229519841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229529423, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-17T05:32:54.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "dcae-sch", "timestamp": 1621229517766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "policy-id", "timestamp": 1621229519841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-17T05:32:54.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "cds", "timestamp": 1621229530740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "ves-openapi-manager", "timestamp": 1621229530847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229529423, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "dcae-sch", "timestamp": 1621229517766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "policy-id", "timestamp": 1621229519841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "cds", "timestamp": 1621229530740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "ves-openapi-manager", "timestamp": 1621229530847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229529423, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "dcae-sch", "timestamp": 1621229517766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "policy-id", "timestamp": 1621229519841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "clamp", "timestamp": 1621229532732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "cds", "timestamp": 1621229530740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-k8s-id", "timestamp": 1621229532748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "ves-openapi-manager", "timestamp": 1621229530847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229529423, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-17T05:32:54.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "dcae-sch", "timestamp": 1621229517766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "policy-id", "timestamp": 1621229519841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "clamp", "timestamp": 1621229532732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "cds", "timestamp": 1621229530740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-k8s-id", "timestamp": 1621229532748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-17T05:32:54.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "ves-openapi-manager", "timestamp": 1621229530847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229529423, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-windriver-id", "timestamp": 1621229534515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "dcae-sch", "timestamp": 1621229517766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "policy-id", "timestamp": 1621229519841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "clamp", "timestamp": 1621229532732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "cds", "timestamp": 1621229530740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-k8s-id", "timestamp": 1621229532748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "ves-openapi-manager", "timestamp": 1621229530847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229529423, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-windriver-id", "timestamp": 1621229534515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "clamp", "timestamp": 1621229532732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "cds", "timestamp": 1621229530740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-k8s-id", "timestamp": 1621229532748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "policy-id", "timestamp": 1621229536443, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "ves-openapi-manager", "timestamp": 1621229530847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229529423, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-windriver-id", "timestamp": 1621229534515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "clamp", "timestamp": 1621229532732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "cds", "timestamp": 1621229530740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-k8s-id", "timestamp": 1621229532748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-17T05:32:54.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "ves-openapi-manager", "timestamp": 1621229530847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "policy-id", "timestamp": 1621229537447, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:32:54.097Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "aai-ml", "timestamp": 1621229537026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229529423, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:32:54.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-windriver-id", "timestamp": 1621229534515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:32:54.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "clamp", "timestamp": 1621229532732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "cds", "timestamp": 1621229530740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-k8s-id", "timestamp": 1621229532748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "policy-id", "timestamp": 1621229538451, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?) 2021-05-17T05:32:54.110Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 516a2e89-75f0-49cc-887d-3da2fdfb36ff 2021-05-17T05:32:54.110Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 516a2e89-75f0-49cc-887d-3da2fdfb36ff 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 (?, ?, ?, ?, ?) 2021-05-17T05:32:54.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "ves-openapi-manager", "timestamp": 1621229530847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "aai-ml", "timestamp": 1621229537026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-windriver-id", "timestamp": 1621229534515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-17T05:32:54.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "clamp", "timestamp": 1621229532732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "cds", "timestamp": 1621229530740, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:32:54.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-k8s-id", "timestamp": 1621229532748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-17T05:32:54.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229539474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:54.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "ves-openapi-manager", "timestamp": 1621229530847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "aai-ml", "timestamp": 1621229537026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-windriver-id", "timestamp": 1621229534515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "clamp", "timestamp": 1621229532732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-k8s-id", "timestamp": 1621229532748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "aai-ml", "timestamp": 1621229537026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "cds", "timestamp": 1621229541064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:54.117Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229541152, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:54.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-windriver-id", "timestamp": 1621229534515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-17T05:32:54.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "clamp", "timestamp": 1621229532732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:32:54.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-k8s-id", "timestamp": 1621229532748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:32:54.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "aai-ml", "timestamp": 1621229537026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "cds", "timestamp": 1621229542071, "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=? 2021-05-17T05:32:54.122Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 516a2e89-75f0-49cc-887d-3da2fdfb36ff 2021-05-17T05:32:54.122Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 516a2e89-75f0-49cc-887d-3da2fdfb36ff 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 (?, ?, ?, ?, ?) 2021-05-17T05:32:54.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-windriver-id", "timestamp": 1621229534515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "aai-ml", "timestamp": 1621229537026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229542828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:54.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-windriver-id", "timestamp": 1621229534515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:32:54.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-k8s-id", "timestamp": 1621229543236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:54.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "aai-ml", "timestamp": 1621229537026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "aai-ml", "timestamp": 1621229537026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229545123, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:54.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "aai-ml", "timestamp": 1621229537026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:32:54.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-windriver-id", "timestamp": 1621229545819, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:54.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-k8s-id", "timestamp": 1621229545915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:54.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229546126, "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=? 2021-05-17T05:32:54.137Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 516a2e89-75f0-49cc-887d-3da2fdfb36ff 2021-05-17T05:32:54.137Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 516a2e89-75f0-49cc-887d-3da2fdfb36ff 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=? 2021-05-17T05:32:54.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229546414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-starlingx-id", "timestamp": 1621229547129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:32:54.142Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229546414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "aai-ml", "timestamp": 1621229548722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:54.143Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-windriver-id", "timestamp": 1621229548919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:54.143Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229546414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-k8s-id", "timestamp": 1621229549200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:54.143Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229546414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229546414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229546414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229546414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-k8s-id", "timestamp": 1621229553748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:54.144Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229546414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-windriver-id", "timestamp": 1621229554100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:54.145Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-k8s-id", "timestamp": 1621229554792, "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=? 2021-05-17T05:32:54.148Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 516a2e89-75f0-49cc-887d-3da2fdfb36ff 2021-05-17T05:32:54.149Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 516a2e89-75f0-49cc-887d-3da2fdfb36ff 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=? 2021-05-17T05:32:54.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229546414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:32:54.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "clamp", "timestamp": 1621229555461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:54.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-windriver-id", "timestamp": 1621229555701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:54.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-k8s-id", "timestamp": 1621229555794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:32:54.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "aai-ml", "timestamp": 1621229556031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:32:54.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229556479, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:54.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-windriver-id", "timestamp": 1621229556707, "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=? 2021-05-17T05:32:54.158Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 516a2e89-75f0-49cc-887d-3da2fdfb36ff 2021-05-17T05:32:54.158Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 516a2e89-75f0-49cc-887d-3da2fdfb36ff 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=? 2021-05-17T05:32:54.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "aai-ml", "timestamp": 1621229557034, "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=? 2021-05-17T05:32:54.166Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 516a2e89-75f0-49cc-887d-3da2fdfb36ff 2021-05-17T05:32:54.166Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 516a2e89-75f0-49cc-887d-3da2fdfb36ff 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 (?, ?, ?, ?, ?) 2021-05-17T05:32:54.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "clamp", "timestamp": 1621229557469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:32:54.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "multicloud-windriver-id", "timestamp": 1621229557710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:32:54.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229558394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:32:54.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "clamp", "timestamp": 1621229558472, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-17T05:32:54.175Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 516a2e89-75f0-49cc-887d-3da2fdfb36ff 2021-05-17T05:32:54.175Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 516a2e89-75f0-49cc-887d-3da2fdfb36ff and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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 (?, ?, ?, ?, ?) 2021-05-17T05:32:54.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621229559397, "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=? 2021-05-17T05:32:54.184Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 516a2e89-75f0-49cc-887d-3da2fdfb36ff 2021-05-17T05:32:54.184Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 516a2e89-75f0-49cc-887d-3da2fdfb36ff 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 (?, ?, ?, ?, ?) 2021-05-17T05:32:54.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae32485d-7173-4afb-a8e5-9c72a06edbc7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229569944, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T05:32:54.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:32:54.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:54.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:32:54.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T05:32:54.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T05:32:54.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T05:32:54.968Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:32:54.968Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:32:54.970Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:32:54.970Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-17T05:32:55.070Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:32:55.071Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:32:55.071Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:32:55.077Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:32:55.077Z||pool-56-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:32:55.970Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:32:55.971Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:32:55.973Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:32:55.973Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:32:56.074Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-17T05:32:56.074Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:32:56.075Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:32:56.081Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:32:56.081Z||pool-57-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:32:56.974Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:32:56.975Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:32:56.976Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:32:56.976Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:32:57.077Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:32:57.077Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:32:57.077Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:32:57.083Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:32:57.084Z||pool-58-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:32:57.978Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "3e74c3cb-de02-423a-a5a0-5374f1489082", "serviceDescription": "service", "serviceInvariantUUID": "8cefbcc2-146f-4de5-9089-3f3d89e37491", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "a498ddce-7f27-492a-b3c8-b2de7db8eef4", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9f0e2bd0-d885-4208-b541-d979d9643277", "resourceInvariantUUID": "45e3a7ae-c046-4170-81f5-5a1f23a072a9", "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": "MmIyZmNmN2M2ODliMzJmM2ExMDFmY2MwYmU5MjA2MDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5d06e88e-3c66-4d46-9c7f-23b5555c17bd", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f64c3970-d248-4613-84b2-910bbafa559a", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4300aca4-ccbe-415b-8c56-d6bf2f75f516", "generatedFromUUID": "f64c3970-d248-4613-84b2-910bbafa559a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4300aca4-ccbe-415b-8c56-d6bf2f75f516", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDA1NzZhNmFhNTgwZGE5YzQ5OWQ5YTNiOGIxZTUyYTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f6d4b3f3-efa3-4d7c-9121-e3a1a7b8cff7" } ], "workloadContext": "Production" } 2021-05-17T05:32:57.978Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-17T05:32:57.978Z|ae32485d-7173-4afb-a8e5-9c72a06edbc7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3e74c3cb-de02-423a-a5a0-5374f1489082 ASDC 2021-05-17T05:32:57.978Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:3e74c3cb-de02-423a-a5a0-5374f1489082 ServiceInvariantUUID:8cefbcc2-146f-4de5-9089-3f3d89e37491 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:f6d4b3f3-efa3-4d7c-9121-e3a1a7b8cff7 ArtifactChecksum:ZDA1NzZhNmFhNTgwZGE5YzQ5OWQ5YTNiOGIxZTUyYTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:a498ddce-7f27-492a-b3c8-b2de7db8eef4 ResourceInvariantUUID:45e3a7ae-c046-4170-81f5-5a1f23a072a9 ResourceName:basic_vm ResourceType:VF ResourceUUID:9f0e2bd0-d885-4208-b541-d979d9643277 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:5d06e88e-3c66-4d46-9c7f-23b5555c17bd ArtifactChecksum:MmIyZmNmN2M2ODliMzJmM2ExMDFmY2MwYmU5MjA2MDE= 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:f64c3970-d248-4613-84b2-910bbafa559a ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= 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:4300aca4-ccbe-415b-8c56-d6bf2f75f516 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= 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:4300aca4-ccbe-415b-8c56-d6bf2f75f516 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-17T05:32:57.978Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e74c3cb-de02-423a-a5a0-5374f1489082 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=? 2021-05-17T05:32:58.004Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T05:32:58.004Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:32:58.004Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:32:58.004Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f6d4b3f3-efa3-4d7c-9121-e3a1a7b8cff7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-17T05:32:58.004Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:32:58.005Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-17T05:32:58.660Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:32:58.663Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f6d4b3f3-efa3-4d7c-9121-e3a1a7b8cff7 74266 2021-05-17T05:32:58.663Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-17T05:32:58.663Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-17T05:32:58.663Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:32:58.664Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:32:58.665Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:32:58.665Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229578663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:32:58.765Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:32:58.766Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:32:58.766Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:32:58.772Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:32:58.772Z||pool-59-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:32:59.665Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T05:32:59.667Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:32:59.667Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f6d4b3f3-efa3-4d7c-9121-e3a1a7b8cff7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-17T05:32:59.667Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-05-17T05:32:59.667Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-17T05:32:59.667Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-05-17T05:32:59.908Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11662422469137379214/Definitions/service-BasicVm-template.yml 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_vlan_requirements" 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_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-05-17T05:33:00.849Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-17T05:33:00.850Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-17T05:33:00.850Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-17T05:33:00.850Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-17T05:33:00.850Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|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-BasicVm-csar.csar 2021-05-17T05:33:00.850Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-17T05:33:00.850Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-17T05:33:00.850Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|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-BasicVm-csar.csar 2021-05-17T05:33:00.850Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-17T05:33:00.851Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|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-BasicVm-csar.csar 2021-05-17T05:33:00.851Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-17T05:33:00.851Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|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-BasicVm-csar.csar 2021-05-17T05:33:00.851Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-17T05:33:00.851Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|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-BasicVm-csar.csar 2021-05-17T05:33:00.851Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-17T05:33:00.852Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:00.852Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:00.852Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T05:33:00.852Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-17T05:33:00.852Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T05:33:00.852Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:00.852Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:00.853Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T05:33:00.853Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-17T05:33:00.853Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T05:33:00.853Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:00.853Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:00.853Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:00.853Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-17T05:33:00.853Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-17T05:33:00.854Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-17T05:33:00.854Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-17T05:33:00.854Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-17T05:33:00.854Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-17T05:33:00.854Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:00.854Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-17T05:33:00.854Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:00.854Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T05:33:00.854Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:33:00.855Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:00.855Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T05:33:00.855Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:33:00.855Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:00.855Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T05:33:00.855Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:33:00.855Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:00.855Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-17T05:33:00.855Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-17T05:33:00.856Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-17T05:33:00.856Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=62674961-3243-4b29-be41-8f81fabd5209 2021-05-17T05:33:00.856Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:00.856Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:00.856Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:00.856Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:00.856Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:00.856Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:00.856Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:00.856Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:00.857Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:3e74c3cb-de02-423a-a5a0-5374f1489082 Model Version:NULL Model InvariantUuid:8cefbcc2-146f-4de5-9089-3f3d89e37491 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:33c686b7-bcdb-420a-a82f-8e381de3e6f7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:45e3a7ae-c046-4170-81f5-5a1f23a072a9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a498ddce-7f27-492a-b3c8-b2de7db8eef4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e688cae9-3fff-4c0d-8de2-018ee0d2494c ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:ba2ba87b-65ba-4da1-9b73-217030f9b853 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:62674961-3243-4b29-be41-8f81fabd5209 ModelInvariantUuid:8933b19b-327f-4ec7-9b12-a5174f189001 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:9b6d1d9f-d383-46cf-baaa-56305a09cc47 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:8b6a0078-526b-4f2d-8314-b63a054e198b ModelInvariantUuid:c013a571-4c2d-42c6-a15b-788c22dc942f ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:33bc774c-8800-4603-833d-b53dba483f35 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-17T05:33:00.863Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 9f0e2bd0-d885-4208-b541-d979d9643277 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:33:00.865Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||basic_vm 0 2021-05-17T05:33:00.865Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9f0e2bd0-d885-4208-b541-d979d9643277 2021-05-17T05:33:00.866Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5d06e88e-3c66-4d46-9c7f-23b5555c17bd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-17T05:33:00.866Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:33:00.866Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||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 2021-05-17T05:33:01.446Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:33:01.447Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 5d06e88e-3c66-4d46-9c7f-23b5555c17bd 787 2021-05-17T05:33:01.447Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||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 2021-05-17T05:33:01.447Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||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 2021-05-17T05:33:01.447Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:33:01.448Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:01.449Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:01.450Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229581447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:33:01.550Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:01.550Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:01.550Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:01.557Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:01.557Z||pool-60-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:33:02.450Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e688cae9-3fff-4c0d-8de2-018ee0d2494c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ba2ba87b-65ba-4da1-9b73-217030f9b853", "vfModuleModelCustomizationUUID": "bedf4ec6-47c5-45ea-bad6-6c9443aafc2a", "isBase": true, "artifacts": [ "f64c3970-d248-4613-84b2-910bbafa559a", "4300aca4-ccbe-415b-8c56-d6bf2f75f516" ], "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": "" } } ] 2021-05-17T05:33:02.453Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ba2ba87b-65ba-4da1-9b73-217030f9b853 VfModuleModelInvariantUUID:e688cae9-3fff-4c0d-8de2-018ee0d2494c VfModuleModelDescription:NULL Artifacts UUID List:{ f64c3970-d248-4613-84b2-910bbafa559a , 4300aca4-ccbe-415b-8c56-d6bf2f75f516 } 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 } 2021-05-17T05:33:02.455Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e688cae9-3fff-4c0d-8de2-018ee0d2494c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ba2ba87b-65ba-4da1-9b73-217030f9b853", "vfModuleModelCustomizationUUID": "bedf4ec6-47c5-45ea-bad6-6c9443aafc2a", "isBase": true, "artifacts": [ "f64c3970-d248-4613-84b2-910bbafa559a", "4300aca4-ccbe-415b-8c56-d6bf2f75f516" ], "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": "" } } ] 2021-05-17T05:33:02.455Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ba2ba87b-65ba-4da1-9b73-217030f9b853 VfModuleModelInvariantUUID:e688cae9-3fff-4c0d-8de2-018ee0d2494c VfModuleModelDescription:NULL Artifacts UUID List:{ f64c3970-d248-4613-84b2-910bbafa559a , 4300aca4-ccbe-415b-8c56-d6bf2f75f516 } 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 } 2021-05-17T05:33:02.455Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f64c3970-d248-4613-84b2-910bbafa559a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-17T05:33:02.455Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:33:02.455Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-17T05:33:03.617Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:33:03.618Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f64c3970-d248-4613-84b2-910bbafa559a 5033 2021-05-17T05:33:03.618Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||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 2021-05-17T05:33:03.618Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||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 2021-05-17T05:33:03.618Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:33:03.618Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:03.620Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:03.620Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229583618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:33:03.720Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:03.721Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:03.721Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:03.727Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:03.727Z||pool-61-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:33:04.620Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4300aca4-ccbe-415b-8c56-d6bf2f75f516 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-17T05:33:04.621Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:33:04.621Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-17T05:33:05.732Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:33:05.733Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 4300aca4-ccbe-415b-8c56-d6bf2f75f516 903 2021-05-17T05:33:05.733Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||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 2021-05-17T05:33:05.733Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||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 2021-05-17T05:33:05.733Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:33:05.733Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:05.734Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:05.734Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229585733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:33:05.835Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:05.836Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:05.836Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:05.842Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:05.843Z||pool-62-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:33:06.738Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3e74c3cb-de02-423a-a5a0-5374f1489082 2021-05-17T05:33:06.739Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9f0e2bd0-d885-4208-b541-d979d9643277 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:33:06.751Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:06.751Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:06.751Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-05-17T05:33:06.751Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a498ddce-7f27-492a-b3c8-b2de7db8eef4 2021-05-17T05:33:06.752Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a498ddce-7f27-492a-b3c8-b2de7db8eef4 matches Tosca VF Customization UUID: a498ddce-7f27-492a-b3c8-b2de7db8eef4 2021-05-17T05:33:06.752Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a498ddce-7f27-492a-b3c8-b2de7db8eef4 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-17T05:33:06.753Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:06.753Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:06.754Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a498ddce-7f27-492a-b3c8-b2de7db8eef4: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-05-17T05:33:06.754Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@aa3048c 2021-05-17T05:33:06.754Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:06.754Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-17T05:33:06.754Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bedf4ec6-47c5-45ea-bad6-6c9443aafc2a 2021-05-17T05:33:06.754Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bedf4ec6-47c5-45ea-bad6-6c9443aafc2a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-17T05:33:06.756Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:06.756Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T05:33:06.756Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:33:06.756Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:06.757Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T05:33:06.757Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:33:06.757Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:06.757Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-17T05:33:06.757Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-17T05:33:06.757Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-17T05:33:06.757Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=62674961-3243-4b29-be41-8f81fabd5209 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-17T05:33:06.759Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:06.759Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T05:33:06.759Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:33:06.759Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:06.759Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T05:33:06.759Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a498ddce-7f27-492a-b3c8-b2de7db8eef4 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:33:06.761Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:06.761Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:06.761Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3e74c3cb-de02-423a-a5a0-5374f1489082: basic_vm 2021-05-17T05:33:06.761Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:06.761Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:06.762Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:06.762Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:06.762Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:06.762Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:06.762Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:06.762Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:06.762Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:06.762Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:06.762Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-05-17T05:33:06.819Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9f0e2bd0-d885-4208-b541-d979d9643277 1 ASDC deployResourceStructure 2021-05-17T05:33:06.820Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||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 2021-05-17T05:33:06.820Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||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 2021-05-17T05:33:06.820Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:33:06.820Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:06.822Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:06.823Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229586820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:33:06.923Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:06.923Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:06.924Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:06.930Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:06.930Z||pool-63-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:33:07.824Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||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 2021-05-17T05:33:07.824Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||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 2021-05-17T05:33:07.824Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:33:07.824Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:07.826Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:07.826Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229587824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-17T05:33:07.926Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:07.927Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:07.927Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:07.935Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:07.935Z||pool-64-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:33:08.828Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||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 2021-05-17T05:33:08.828Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||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 2021-05-17T05:33:08.828Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:33:08.828Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:08.830Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:08.830Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229588827, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-17T05:33:08.930Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:08.931Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:08.931Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:08.937Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:08.938Z||pool-65-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:33:09.831Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-17T05:33:09.831Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-17T05:33:09.831Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:33:09.831Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:09.833Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:09.833Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229589831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:33:09.933Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:09.934Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:09.934Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:09.941Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:09.941Z||pool-66-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:33:10.834Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:33:10.844Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:33:10.847Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:33:10.847Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-17T05:33:10.847Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-17T05:33:10.847Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-17T05:33:10.847Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:33:10.847Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:33:10.848Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:33:10.848Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:33:10.848Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:33:10.848Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:33:10.848Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|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=? 2021-05-17T05:33:10.852Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-17T05:33:40.853Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b 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=? 2021-05-17T05:33:40.859Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b and serviceModelVersionId: 3e74c3cb-de02-423a-a5a0-5374f1489082 2021-05-17T05:33:40.859Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8cefbcc2-146f-4de5-9089-3f3d89e37491 2021-05-17T05:33:40.860Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8cefbcc2-146f-4de5-9089-3f3d89e37491/model-vers/model-ver/3e74c3cb-de02-423a-a5a0-5374f1489082?depth=0 2021-05-17T05:33:40.863Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-05-17T05:33:40.900Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8cefbcc2-146f-4de5-9089-3f3d89e37491/model-vers/model-ver/3e74c3cb-de02-423a-a5a0-5374f1489082?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]} 2021-05-17T05:33:40.900Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8cefbcc2-146f-4de5-9089-3f3d89e37491/model-vers/model-ver/3e74c3cb-de02-423a-a5a0-5374f1489082?depth=0|INFO|500||Invoke 2021-05-17T05:33:40.917Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8cefbcc2-146f-4de5-9089-3f3d89e37491/model-vers/model-ver/3e74c3cb-de02-423a-a5a0-5374f1489082?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-17T05:33:40.999Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8cefbcc2-146f-4de5-9089-3f3d89e37491/model-vers/model-ver/3e74c3cb-de02-423a-a5a0-5374f1489082?depth=0|INFO|500||InvokeReturn 2021-05-17T05:33:40.999Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8cefbcc2-146f-4de5-9089-3f3d89e37491/model-vers/model-ver/3e74c3cb-de02-423a-a5a0-5374f1489082?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210517-05:33:40:923-22697], vertex-id=[241840], Content-Length=[0], Date=[Mon, 17 May 2021 05:33:40 GMT], Content-Type=[application/json]} 2021-05-17T05:33:41.000Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-05-17T05:33:41.000Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-17T05:33:41.000Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:33:41.004Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|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:71) 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) 2021-05-17T05:33:41.004Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-17T05:33:41.005Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-17T05:33:41.005Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:41.007Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:41.007Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229621004, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T05:33:41.107Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:41.107Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:41.108Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:41.117Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:41.117Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:33:42.016Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:33:42.016Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:33:42.016Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:46.300Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:46.301Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-17T05:33:46.301Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5dba1351-d570-4015-b90d-5f4e4ec2ba31","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"2405fa22-9401-4054-b07d-8a7b74c43fab","serviceDescription":"service","serviceInvariantUUID":"b12afc97-1c8c-4caf-b9dd-3cd081622ee6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7636b88b-2ce5-4d09-8a97-df05697bc3c9","resourceInvariantUUID":"41309001-79e2-42be-8eaa-be193bfc8c8c","resourceCustomizationUUID":"89675556-3ecc-417f-927f-f55e696b15fe","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":"MmEyNTJjOTU1ZTVmNGQ3YTViZDMyMWRiODk0OGY1ZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"105caed8-b3f0-41b1-a4d4-8e7945324868","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":"MzNlMDUzYmE2NDdkZDE5YmE1NjU5NjMxMTI3MzBkMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c1cb9ba2-8efa-4077-95c9-274103873954","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":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"005f35ad-5e07-4318-9ed2-3ffa2304d31d","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":"8977e459-dc1f-44f2-be5d-0456cd25231b","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4b462cb5-18b8-41c0-8b7c-09e6f8f2ae6d","artifactVersion":"2","generatedFromUUID":"005f35ad-5e07-4318-9ed2-3ffa2304d31d"},{"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":"ZTg0Y2QyMDg2YjUxYWQ1ODkzZWQ3NzIxZmM3ZmRhYjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c5a5820b-c321-48d3-a730-56133b8a74a4","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":"NjFkY2NiZTkzOWY5YzZkNDhkZjUyZjU3NDYyNTRiMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0fce805-7556-4feb-964a-807d27e165ef","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTg3ZmE2N2ZkYmE3NzIwYzg0ZWEwNTQ2YWUxYjYzYjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60a11e40-577e-41f9-a44e-06ab8ed09e89","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-17T05:33:46.303Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:33:46.304Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:46.305Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:46.305Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:33:46.405Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:46.406Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:46.406Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:46.413Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:46.414Z||pool-68-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:33:47.306Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:33:47.307Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:47.309Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:47.309Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:33:47.409Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:47.410Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:47.410Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:47.417Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:47.417Z||pool-69-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-17T05:33:48.309Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:33:48.310Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:48.312Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:48.312Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T05:33:48.412Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:48.413Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:48.413Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:48.419Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:48.420Z||pool-70-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:33:49.313Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:33:49.313Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:49.315Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:49.315Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:33:49.415Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:49.416Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:49.416Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:49.423Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:49.423Z||pool-71-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:33:50.316Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:33:50.317Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:50.318Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:50.318Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-17T05:33:50.418Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:50.420Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:50.420Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:50.427Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:50.427Z||pool-72-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:33:51.319Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:33:51.320Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:51.321Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:51.321Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-17T05:33:51.422Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:51.423Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:51.423Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:51.431Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:51.431Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:33:52.322Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:33:52.323Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:52.325Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:52.325Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:33:52.425Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:52.426Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:52.426Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:52.432Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:52.432Z||pool-74-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:33:53.325Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:33:53.326Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:53.328Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:53.328Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:33:53.429Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-17T05:33:53.429Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:53.429Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:53.436Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:53.436Z||pool-75-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-17T05:33:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:33:53.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:33:53.513Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:53.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:53.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:33:53.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:33:53.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:33:54.330Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "2405fa22-9401-4054-b07d-8a7b74c43fab", "serviceDescription": "service", "serviceInvariantUUID": "b12afc97-1c8c-4caf-b9dd-3cd081622ee6", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "89675556-3ecc-417f-927f-f55e696b15fe", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7636b88b-2ce5-4d09-8a97-df05697bc3c9", "resourceInvariantUUID": "41309001-79e2-42be-8eaa-be193bfc8c8c", "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": "MzNlMDUzYmE2NDdkZDE5YmE1NjU5NjMxMTI3MzBkMTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c1cb9ba2-8efa-4077-95c9-274103873954", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "005f35ad-5e07-4318-9ed2-3ffa2304d31d", "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4b462cb5-18b8-41c0-8b7c-09e6f8f2ae6d", "generatedFromUUID": "005f35ad-5e07-4318-9ed2-3ffa2304d31d" }, "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4b462cb5-18b8-41c0-8b7c-09e6f8f2ae6d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YTg3ZmE2N2ZkYmE3NzIwYzg0ZWEwNTQ2YWUxYjYzYjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "60a11e40-577e-41f9-a44e-06ab8ed09e89" } ], "workloadContext": "Production" } 2021-05-17T05:33:54.330Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-17T05:33:54.330Z|f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2405fa22-9401-4054-b07d-8a7b74c43fab ASDC 2021-05-17T05:33:54.331Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:5dba1351-d570-4015-b90d-5f4e4ec2ba31 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:2405fa22-9401-4054-b07d-8a7b74c43fab ServiceInvariantUUID:b12afc97-1c8c-4caf-b9dd-3cd081622ee6 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:60a11e40-577e-41f9-a44e-06ab8ed09e89 ArtifactChecksum:YTg3ZmE2N2ZkYmE3NzIwYzg0ZWEwNTQ2YWUxYjYzYjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:89675556-3ecc-417f-927f-f55e696b15fe ResourceInvariantUUID:41309001-79e2-42be-8eaa-be193bfc8c8c ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:7636b88b-2ce5-4d09-8a97-df05697bc3c9 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:c1cb9ba2-8efa-4077-95c9-274103873954 ArtifactChecksum:MzNlMDUzYmE2NDdkZDE5YmE1NjU5NjMxMTI3MzBkMTg= 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:005f35ad-5e07-4318-9ed2-3ffa2304d31d ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= 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:4b462cb5-18b8-41c0-8b7c-09e6f8f2ae6d ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= 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:4b462cb5-18b8-41c0-8b7c-09e6f8f2ae6d ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-17T05:33:54.331Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2405fa22-9401-4054-b07d-8a7b74c43fab 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=? 2021-05-17T05:33:54.356Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T05:33:54.357Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:33:54.357Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:33:54.358Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 60a11e40-577e-41f9-a44e-06ab8ed09e89 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-17T05:33:54.358Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:33:54.358Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:54.541Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:33:54.545Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 60a11e40-577e-41f9-a44e-06ab8ed09e89 82041 2021-05-17T05:33:54.545Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:54.545Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:54.545Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:33:54.546Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:54.547Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:54.547Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229634545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:33:54.647Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:54.648Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:54.648Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:54.655Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:54.655Z||pool-76-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:33:55.548Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T05:33:55.549Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:33:55.549Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 60a11e40-577e-41f9-a44e-06ab8ed09e89, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-17T05:33:55.549Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-05-17T05:33:55.550Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-17T05:33:55.550Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-17T05:33:55.683Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7923486561208996896/Definitions/service-BasicVmMacro-template.yml 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_vlan_requirements" 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_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-05-17T05:33:56.525Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-17T05:33:56.526Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-17T05:33:56.526Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-17T05:33:56.526Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-17T05:33:56.526Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:56.526Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-17T05:33:56.526Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-17T05:33:56.526Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:56.526Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-17T05:33:56.526Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-17T05:33:56.526Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:56.527Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-17T05:33:56.527Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:56.527Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:56.527Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-17T05:33:56.527Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:56.527Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:56.527Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-17T05:33:56.528Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-17T05:33:56.528Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T05:33:56.528Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:56.528Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:56.528Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-17T05:33:56.528Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-17T05:33:56.529Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T05:33:56.529Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:56.529Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:56.529Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:56.529Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-17T05:33:56.530Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-17T05:33:56.530Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-17T05:33:56.530Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-17T05:33:56.530Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-17T05:33:56.530Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-17T05:33:56.530Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:56.530Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:56.530Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:56.531Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-17T05:33:56.531Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:33:56.531Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:56.531Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-17T05:33:56.531Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:33:56.531Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:56.532Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-17T05:33:56.532Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:33:56.532Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:56.532Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-17T05:33:56.532Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-17T05:33:56.532Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-17T05:33:56.532Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6775e56f-39af-4540-856e-bdf15672a257 2021-05-17T05:33:56.533Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:56.533Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:56.533Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:56.533Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:56.533Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:56.533Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:56.533Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:33:56.534Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:33:56.534Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:2405fa22-9401-4054-b07d-8a7b74c43fab Model Version:NULL Model InvariantUuid:b12afc97-1c8c-4caf-b9dd-3cd081622ee6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:bac972f5-1ea5-4b50-95db-06326d19675b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:41309001-79e2-42be-8eaa-be193bfc8c8c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:89675556-3ecc-417f-927f-f55e696b15fe NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:df48bf03-5110-4419-9534-78d8459f1128 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:24d2414e-a83d-4cc7-bcfd-583785fa96cb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6775e56f-39af-4540-856e-bdf15672a257 ModelInvariantUuid:2450b166-e6a4-4b2a-8464-0aa9aea0ae36 ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:6be454ed-571b-4194-b1dd-c67ea8f728f3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:3d85b7da-0498-4f2b-a20c-5c6ce4c62679 ModelInvariantUuid:8cab0630-f4be-42ad-9ef5-2bd8d91683eb ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:3b4897d7-14ef-44a0-8d99-7b1e45356ab8 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-17T05:33:56.539Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7636b88b-2ce5-4d09-8a97-df05697bc3c9 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:33:56.541Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2021-05-17T05:33:56.542Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7636b88b-2ce5-4d09-8a97-df05697bc3c9 2021-05-17T05:33:56.542Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c1cb9ba2-8efa-4077-95c9-274103873954 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-17T05:33:56.542Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:33:56.542Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:56.847Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:33:56.848Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 c1cb9ba2-8efa-4077-95c9-274103873954 792 2021-05-17T05:33:56.848Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:56.848Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:56.848Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:33:56.848Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:56.850Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:56.850Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229636848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:33:56.950Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:56.951Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:56.951Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:56.956Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:56.957Z||pool-77-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:33:57.851Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "df48bf03-5110-4419-9534-78d8459f1128", "vfModuleModelVersion": "1", "vfModuleModelUUID": "24d2414e-a83d-4cc7-bcfd-583785fa96cb", "vfModuleModelCustomizationUUID": "27c777dd-df01-4c13-b1cd-93f96bce2202", "isBase": true, "artifacts": [ "005f35ad-5e07-4318-9ed2-3ffa2304d31d", "4b462cb5-18b8-41c0-8b7c-09e6f8f2ae6d" ], "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": "" } } ] 2021-05-17T05:33:57.853Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:24d2414e-a83d-4cc7-bcfd-583785fa96cb VfModuleModelInvariantUUID:df48bf03-5110-4419-9534-78d8459f1128 VfModuleModelDescription:NULL Artifacts UUID List:{ 005f35ad-5e07-4318-9ed2-3ffa2304d31d , 4b462cb5-18b8-41c0-8b7c-09e6f8f2ae6d } 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 } 2021-05-17T05:33:57.855Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "df48bf03-5110-4419-9534-78d8459f1128", "vfModuleModelVersion": "1", "vfModuleModelUUID": "24d2414e-a83d-4cc7-bcfd-583785fa96cb", "vfModuleModelCustomizationUUID": "27c777dd-df01-4c13-b1cd-93f96bce2202", "isBase": true, "artifacts": [ "005f35ad-5e07-4318-9ed2-3ffa2304d31d", "4b462cb5-18b8-41c0-8b7c-09e6f8f2ae6d" ], "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": "" } } ] 2021-05-17T05:33:57.855Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:24d2414e-a83d-4cc7-bcfd-583785fa96cb VfModuleModelInvariantUUID:df48bf03-5110-4419-9534-78d8459f1128 VfModuleModelDescription:NULL Artifacts UUID List:{ 005f35ad-5e07-4318-9ed2-3ffa2304d31d , 4b462cb5-18b8-41c0-8b7c-09e6f8f2ae6d } 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 } 2021-05-17T05:33:57.856Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 005f35ad-5e07-4318-9ed2-3ffa2304d31d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-17T05:33:57.856Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:33:57.856Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:58.418Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:33:58.419Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 005f35ad-5e07-4318-9ed2-3ffa2304d31d 5033 2021-05-17T05:33:58.419Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:58.419Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:58.419Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:33:58.419Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:58.421Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:58.421Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229638419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:33:58.521Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:33:58.522Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:58.522Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:58.534Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:58.534Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-17T05:33:59.422Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4b462cb5-18b8-41c0-8b7c-09e6f8f2ae6d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-17T05:33:59.422Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:33:59.423Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:59.773Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:33:59.774Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 4b462cb5-18b8-41c0-8b7c-09e6f8f2ae6d 903 2021-05-17T05:33:59.774Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:59.774Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:33:59.775Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:33:59.775Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:33:59.776Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:33:59.777Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229639774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:33:59.877Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-17T05:33:59.877Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:33:59.877Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:33:59.883Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:33:59.884Z||pool-79-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:00.777Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2405fa22-9401-4054-b07d-8a7b74c43fab 2021-05-17T05:34:00.778Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 7636b88b-2ce5-4d09-8a97-df05697bc3c9 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:34:00.790Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:00.791Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:00.791Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-05-17T05:34:00.792Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 89675556-3ecc-417f-927f-f55e696b15fe 2021-05-17T05:34:00.792Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 89675556-3ecc-417f-927f-f55e696b15fe matches Tosca VF Customization UUID: 89675556-3ecc-417f-927f-f55e696b15fe 2021-05-17T05:34:00.792Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 89675556-3ecc-417f-927f-f55e696b15fe matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-17T05:34:00.793Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:00.793Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:00.794Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 89675556-3ecc-417f-927f-f55e696b15fe: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-05-17T05:34:00.794Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@792d0631 2021-05-17T05:34:00.795Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:00.795Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:34:00.795Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 27c777dd-df01-4c13-b1cd-93f96bce2202 2021-05-17T05:34:00.795Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 27c777dd-df01-4c13-b1cd-93f96bce2202 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-17T05:34:00.797Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:00.797Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-17T05:34:00.797Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:34:00.798Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:00.798Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-17T05:34:00.798Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:34:00.798Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:00.799Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-17T05:34:00.799Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-17T05:34:00.799Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-17T05:34:00.799Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6775e56f-39af-4540-856e-bdf15672a257 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-17T05:34:00.801Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:00.801Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-17T05:34:00.801Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:34:00.801Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:00.801Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-17T05:34:00.802Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=89675556-3ecc-417f-927f-f55e696b15fe Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:34:00.803Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:00.803Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:00.803Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2405fa22-9401-4054-b07d-8a7b74c43fab: basic_vm_macro 2021-05-17T05:34:00.803Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:00.804Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:00.804Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:00.804Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:00.804Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:00.804Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:00.804Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:00.805Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:34:00.805Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:00.805Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:00.805Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-05-17T05:34:00.873Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 7636b88b-2ce5-4d09-8a97-df05697bc3c9 1 ASDC deployResourceStructure 2021-05-17T05:34:00.874Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:34:00.874Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:34:00.875Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:34:00.875Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:00.878Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:00.878Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229640874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:34:00.978Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:00.978Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:00.978Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:00.985Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:00.985Z||pool-80-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:01.879Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:34:01.879Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:34:01.880Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:34:01.880Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:01.881Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:01.881Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229641879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-17T05:34:01.982Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-17T05:34:01.982Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:01.982Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:01.989Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:01.989Z||pool-81-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:02.882Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:34:02.883Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:34:02.883Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:34:02.883Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:02.884Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:02.885Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229642882, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-17T05:34:02.985Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:02.985Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:02.986Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:02.991Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:02.992Z||pool-82-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:03.885Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:34:03.886Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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 2021-05-17T05:34:03.886Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:34:03.886Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:03.888Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:03.888Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229643885, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:34:03.988Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:03.989Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:03.989Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:03.995Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:03.995Z||pool-83-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:04.889Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5dba1351-d570-4015-b90d-5f4e4ec2ba31 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:34:04.898Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5dba1351-d570-4015-b90d-5f4e4ec2ba31 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:34:04.899Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:34:04.900Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-17T05:34:04.900Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-17T05:34:04.900Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-17T05:34:04.900Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:34:04.900Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:34:04.901Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:34:04.901Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:34:04.901Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:34:04.901Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:34:04.901Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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=? 2021-05-17T05:34:04.905Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-17T05:34:34.905Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5dba1351-d570-4015-b90d-5f4e4ec2ba31 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=? 2021-05-17T05:34:34.910Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5dba1351-d570-4015-b90d-5f4e4ec2ba31 and serviceModelVersionId: 2405fa22-9401-4054-b07d-8a7b74c43fab 2021-05-17T05:34:34.911Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b12afc97-1c8c-4caf-b9dd-3cd081622ee6 2021-05-17T05:34:34.911Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b12afc97-1c8c-4caf-b9dd-3cd081622ee6/model-vers/model-ver/2405fa22-9401-4054-b07d-8a7b74c43fab?depth=0 2021-05-17T05:34:34.915Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-05-17T05:34:34.943Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b12afc97-1c8c-4caf-b9dd-3cd081622ee6/model-vers/model-ver/2405fa22-9401-4054-b07d-8a7b74c43fab?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]} 2021-05-17T05:34:34.944Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b12afc97-1c8c-4caf-b9dd-3cd081622ee6/model-vers/model-ver/2405fa22-9401-4054-b07d-8a7b74c43fab?depth=0|INFO|500||Invoke 2021-05-17T05:34:34.959Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b12afc97-1c8c-4caf-b9dd-3cd081622ee6/model-vers/model-ver/2405fa22-9401-4054-b07d-8a7b74c43fab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-17T05:34:35.060Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b12afc97-1c8c-4caf-b9dd-3cd081622ee6/model-vers/model-ver/2405fa22-9401-4054-b07d-8a7b74c43fab?depth=0|INFO|500||InvokeReturn 2021-05-17T05:34:35.060Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b12afc97-1c8c-4caf-b9dd-3cd081622ee6/model-vers/model-ver/2405fa22-9401-4054-b07d-8a7b74c43fab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210517-05:34:34:963-58725], vertex-id=[217160], Content-Length=[0], Date=[Mon, 17 May 2021 05:34:34 GMT], Content-Type=[application/json]} 2021-05-17T05:34:35.060Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-05-17T05:34:35.060Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-17T05:34:35.061Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:34:35.064Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|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:71) 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) 2021-05-17T05:34:35.064Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5dba1351-d570-4015-b90d-5f4e4ec2ba31 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-17T05:34:35.064Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-17T05:34:35.065Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:35.066Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:35.066Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229675064, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T05:34:35.166Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:35.167Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:35.167Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:35.177Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:35.177Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:34:36.076Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-17T05:34:36.076Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"516a2e89-75f0-49cc-887d-3da2fdfb36ff","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"7dd3c854-e492-46de-88ad-ea84e19bfba2","serviceDescription":"service","serviceInvariantUUID":"2849a545-99cb-4c95-bf34-83fabf521ab0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9d648f02-78a5-42d0-8be1-970ffbaa980f","resourceInvariantUUID":"ac13ddd1-bfa3-466e-a8e8-85e747f58d5b","resourceCustomizationUUID":"1cde2b56-95e5-4d06-890f-ad0a726388be","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":"M2IwZjQyNmQ0NWUxY2FiOWI2MzcwY2JmNjc5ZjIxYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"575e4102-fede-4c34-8cc7-46ca445a2d28","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":"ab81e412-56ef-460f-a85f-a7bfe0557d6b","artifactVersion":"2","generatedFromUUID":"1a84f215-a602-41a4-aec6-482436b1f3b4"},{"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":"1a84f215-a602-41a4-aec6-482436b1f3b4","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":"M2E4OGI0YTMzNGFhNzg2ODAzZWJhNjUxZWQxMTk0OTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aebede73-515f-4b2e-8984-10172e244c29","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":"64f21486-3ac5-4dde-aec9-841881066775","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":"39a36aad-e264-4f9a-8392-71c9e5c8b9be","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":"d00d009a-c355-4979-a27c-41a507da2afa","artifactVersion":"2","generatedFromUUID":"64f21486-3ac5-4dde-aec9-841881066775"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YWVhZjQ3ZDk5NmE3YjhlN2U1MWMzYTY2MmEwYjUxMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b71f1793-b131-4ced-9fb3-5d6721f86d1e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDFlNjdlMzc5MTU4ZTdmZDVjMTQyNjVlYWY3Nzg0ZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cf0a46f1-d4df-48bf-bc4a-3cbe045b104d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-17T05:34:36.076Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:34:36.077Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:36.078Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:36.078Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:34:36.178Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:36.179Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:36.179Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:36.185Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:36.185Z||pool-85-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:37.079Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:34:37.079Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:37.081Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:37.081Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-17T05:34:37.181Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:37.182Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:37.182Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:37.189Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:37.189Z||pool-86-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:38.082Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:34:38.082Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:38.084Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:38.084Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-17T05:34:38.184Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:38.185Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:38.185Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:38.191Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:38.191Z||pool-87-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:39.084Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:34:39.085Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:39.087Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:39.087Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:34:39.187Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:39.188Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:39.188Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:39.194Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:39.195Z||pool-88-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:40.088Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:34:40.088Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:40.090Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:40.090Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-17T05:34:40.190Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:40.191Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:40.191Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:40.197Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:40.198Z||pool-89-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:41.090Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:34:41.091Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:41.094Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:41.094Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:34:41.194Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:41.195Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:41.195Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:41.201Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:41.202Z||pool-90-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:42.095Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:34:42.095Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:42.097Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:42.097Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-17T05:34:42.197Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:42.198Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:42.198Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:42.204Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:42.204Z||pool-91-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:43.098Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:34:43.099Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:43.102Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:43.102Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:34:43.202Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:43.203Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:43.203Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:43.211Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:43.211Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:44.102Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T05:34:44.103Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:44.104Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:44.105Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:34:44.205Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:44.205Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:44.206Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:44.212Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:44.212Z||pool-93-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:45.106Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "7dd3c854-e492-46de-88ad-ea84e19bfba2", "serviceDescription": "service", "serviceInvariantUUID": "2849a545-99cb-4c95-bf34-83fabf521ab0", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "1cde2b56-95e5-4d06-890f-ad0a726388be", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9d648f02-78a5-42d0-8be1-970ffbaa980f", "resourceInvariantUUID": "ac13ddd1-bfa3-466e-a8e8-85e747f58d5b", "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": "ab81e412-56ef-460f-a85f-a7bfe0557d6b", "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": "1a84f215-a602-41a4-aec6-482436b1f3b4", "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": "M2E4OGI0YTMzNGFhNzg2ODAzZWJhNjUxZWQxMTk0OTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aebede73-515f-4b2e-8984-10172e244c29", "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": "64f21486-3ac5-4dde-aec9-841881066775", "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": "d00d009a-c355-4979-a27c-41a507da2afa", "generatedFromUUID": "64f21486-3ac5-4dde-aec9-841881066775" }, "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": "d00d009a-c355-4979-a27c-41a507da2afa", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NDFlNjdlMzc5MTU4ZTdmZDVjMTQyNjVlYWY3Nzg0ZTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cf0a46f1-d4df-48bf-bc4a-3cbe045b104d" } ], "workloadContext": "Production" } 2021-05-17T05:34:45.106Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-17T05:34:45.106Z|5dba1351-d570-4015-b90d-5f4e4ec2ba31|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7dd3c854-e492-46de-88ad-ea84e19bfba2 ASDC 2021-05-17T05:34:45.107Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:516a2e89-75f0-49cc-887d-3da2fdfb36ff ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:7dd3c854-e492-46de-88ad-ea84e19bfba2 ServiceInvariantUUID:2849a545-99cb-4c95-bf34-83fabf521ab0 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:cf0a46f1-d4df-48bf-bc4a-3cbe045b104d ArtifactChecksum:NDFlNjdlMzc5MTU4ZTdmZDVjMTQyNjVlYWY3Nzg0ZTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:1cde2b56-95e5-4d06-890f-ad0a726388be ResourceInvariantUUID:ac13ddd1-bfa3-466e-a8e8-85e747f58d5b ResourceName:basic_cnf ResourceType:VF ResourceUUID:9d648f02-78a5-42d0-8be1-970ffbaa980f 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:ab81e412-56ef-460f-a85f-a7bfe0557d6b 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:1a84f215-a602-41a4-aec6-482436b1f3b4 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:aebede73-515f-4b2e-8984-10172e244c29 ArtifactChecksum:M2E4OGI0YTMzNGFhNzg2ODAzZWJhNjUxZWQxMTk0OTY= 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:64f21486-3ac5-4dde-aec9-841881066775 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:d00d009a-c355-4979-a27c-41a507da2afa 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:d00d009a-c355-4979-a27c-41a507da2afa ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-17T05:34:45.107Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dd3c854-e492-46de-88ad-ea84e19bfba2 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=? 2021-05-17T05:34:45.132Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T05:34:45.132Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:34:45.132Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:34:45.132Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cf0a46f1-d4df-48bf-bc4a-3cbe045b104d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-17T05:34:45.132Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:34:45.133Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-17T05:34:46.318Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:34:46.322Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar cf0a46f1-d4df-48bf-bc4a-3cbe045b104d 71147 2021-05-17T05:34:46.323Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-17T05:34:46.323Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-17T05:34:46.323Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:34:46.323Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:46.325Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:46.325Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229686322, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:34:46.425Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:46.426Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:46.426Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:46.432Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:46.432Z||pool-94-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:47.326Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T05:34:47.327Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T05:34:47.327Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cf0a46f1-d4df-48bf-bc4a-3cbe045b104d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-17T05:34:47.328Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-05-17T05:34:47.328Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-17T05:34:47.328Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-17T05:34:47.424Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16149542857849037192/Definitions/service-BasicCnf-template.yml 2021-05-17T05:34:48.299Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-17T05:34:48.299Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-17T05:34:48.300Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-17T05:34:48.300Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-05-17T05:34:48.300Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:34:48.300Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:34:48.300Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|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-BasicCnf-csar.csar 2021-05-17T05:34:48.300Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-17T05:34:48.300Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-17T05:34:48.300Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-17T05:34:48.300Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:48.300Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:48.301Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-17T05:34:48.301Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-17T05:34:48.301Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T05:34:48.301Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:48.301Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:48.301Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-17T05:34:48.301Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-17T05:34:48.301Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T05:34:48.302Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:48.302Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:48.302Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:48.302Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-17T05:34:48.302Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-05-17T05:34:48.302Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2021-05-17T05:34:48.302Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-17T05:34:48.303Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:48.303Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-17T05:34:48.303Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:48.303Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-17T05:34:48.303Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:34:48.303Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:48.303Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-17T05:34:48.303Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:34:48.304Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:48.304Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-17T05:34:48.304Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:34:48.304Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:48.304Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-17T05:34:48.304Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-17T05:34:48.304Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3db708c7-711e-4abf-97a8-70732cf49a88 2021-05-17T05:34:48.304Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:48.305Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:48.305Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:48.305Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:48.305Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:48.305Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:48.305Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:48.305Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:48.305Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:7dd3c854-e492-46de-88ad-ea84e19bfba2 Model Version:NULL Model InvariantUuid:2849a545-99cb-4c95-bf34-83fabf521ab0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:e87adc75-c039-4b87-921a-d2fac174d6e6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ac13ddd1-bfa3-466e-a8e8-85e747f58d5b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1cde2b56-95e5-4d06-890f-ad0a726388be NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:693b1dc5-5dc4-418d-bd53-a79c92d600ed ModelName:BasicCnf..base_dummy..module-0 ModelUuid:49d2ceb4-94ab-4d0b-87dc-ab98200e17a7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3db708c7-711e-4abf-97a8-70732cf49a88 ModelInvariantUuid:c70fce3d-7a3d-414d-8586-af16c64989da ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:aa8a4a2d-69ef-47c7-ac76-8005e531cef2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:0f827f89-4b88-420b-9d5f-e7884bf4aabb ModelInvariantUuid:54e62dda-caaf-4d0c-8331-410fd9b4854c ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:51fc5b83-437c-410c-be00-1289b84be770 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-17T05:34:48.311Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 9d648f02-78a5-42d0-8be1-970ffbaa980f Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:34:48.313Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||basic_cnf 0 2021-05-17T05:34:48.314Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9d648f02-78a5-42d0-8be1-970ffbaa980f 2021-05-17T05:34:48.314Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ab81e412-56ef-460f-a85f-a7bfe0557d6b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-17T05:34:48.314Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:34:48.314Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:34:49.736Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:34:49.737Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ab81e412-56ef-460f-a85f-a7bfe0557d6b 12 2021-05-17T05:34:49.737Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:34:49.737Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:34:49.737Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:34:49.737Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:49.739Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:49.739Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229689737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:34:49.839Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:49.840Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:49.840Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:49.845Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:49.845Z||pool-95-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:50.740Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1a84f215-a602-41a4-aec6-482436b1f3b4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-17T05:34:50.740Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:34:50.740Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:34:52.949Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:34:52.949Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 1a84f215-a602-41a4-aec6-482436b1f3b4 2688 2021-05-17T05:34:52.950Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:34:52.950Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:34:52.950Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:34:52.950Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:52.952Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:52.952Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229692950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-17T05:34:53.052Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:53.052Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:53.053Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:53.059Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:53.059Z||pool-96-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:34:53.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:34:53.513Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:53.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:53.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-17T05:34:53.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:34:53.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:34:53.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:34:53.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229333510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:34:53.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:34:53.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229578663, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:34:53.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:34:53.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229581447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:34:53.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:34:53.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229583618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:34:53.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:34:53.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229585733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:34:53.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:34:53.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229586820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:34:53.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:34:53.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229587824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-17T05:34:53.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:34:53.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229588827, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-17T05:34:53.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:34:53.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229589831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:34:53.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:34:53.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5455c33-1ac2-41c6-9f2a-1cfb4f986b4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229621004, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T05:34:53.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:34:53.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:34:53.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:34:53.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:34:53.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:34:53.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T05:34:53.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:34:53.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:34:53.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:34:53.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-17T05:34:53.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:34:53.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-17T05:34:53.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:34:53.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:34:53.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:34:53.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:34:53.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:34:53.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:34:53.953Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: aebede73-515f-4b2e-8984-10172e244c29 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-17T05:34:53.953Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:34:53.953Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:34:54.522Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:34:54.522Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json aebede73-515f-4b2e-8984-10172e244c29 828 2021-05-17T05:34:54.523Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:34:54.523Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:34:54.523Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:34:54.523Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:54.524Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:54.525Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229694523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:34:54.625Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:54.626Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:54.626Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:54.635Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:54.636Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:55.525Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "693b1dc5-5dc4-418d-bd53-a79c92d600ed", "vfModuleModelVersion": "1", "vfModuleModelUUID": "49d2ceb4-94ab-4d0b-87dc-ab98200e17a7", "vfModuleModelCustomizationUUID": "d3a6d353-ea3c-4da9-95ce-7c51b2fa88ed", "isBase": true, "artifacts": [ "64f21486-3ac5-4dde-aec9-841881066775", "1a84f215-a602-41a4-aec6-482436b1f3b4", "d00d009a-c355-4979-a27c-41a507da2afa" ], "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": "" } } ] 2021-05-17T05:34:55.530Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:49d2ceb4-94ab-4d0b-87dc-ab98200e17a7 VfModuleModelInvariantUUID:693b1dc5-5dc4-418d-bd53-a79c92d600ed VfModuleModelDescription:NULL Artifacts UUID List:{ 64f21486-3ac5-4dde-aec9-841881066775 , 1a84f215-a602-41a4-aec6-482436b1f3b4 , d00d009a-c355-4979-a27c-41a507da2afa } 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 } 2021-05-17T05:34:55.532Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "693b1dc5-5dc4-418d-bd53-a79c92d600ed", "vfModuleModelVersion": "1", "vfModuleModelUUID": "49d2ceb4-94ab-4d0b-87dc-ab98200e17a7", "vfModuleModelCustomizationUUID": "d3a6d353-ea3c-4da9-95ce-7c51b2fa88ed", "isBase": true, "artifacts": [ "64f21486-3ac5-4dde-aec9-841881066775", "1a84f215-a602-41a4-aec6-482436b1f3b4", "d00d009a-c355-4979-a27c-41a507da2afa" ], "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": "" } } ] 2021-05-17T05:34:55.532Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:49d2ceb4-94ab-4d0b-87dc-ab98200e17a7 VfModuleModelInvariantUUID:693b1dc5-5dc4-418d-bd53-a79c92d600ed VfModuleModelDescription:NULL Artifacts UUID List:{ 64f21486-3ac5-4dde-aec9-841881066775 , 1a84f215-a602-41a4-aec6-482436b1f3b4 , d00d009a-c355-4979-a27c-41a507da2afa } 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 } 2021-05-17T05:34:55.533Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 64f21486-3ac5-4dde-aec9-841881066775 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-17T05:34:55.533Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:34:55.533Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-17T05:34:55.695Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:34:55.696Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 64f21486-3ac5-4dde-aec9-841881066775 1164 2021-05-17T05:34:55.696Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:34:55.696Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:34:55.696Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:34:55.697Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:55.698Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:55.698Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229695696, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:34:55.798Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:55.799Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:55.800Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:55.806Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:55.806Z||pool-98-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-17T05:34:56.699Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d00d009a-c355-4979-a27c-41a507da2afa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-17T05:34:56.699Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T05:34:56.700Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-17T05:34:57.057Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T05:34:57.058Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d00d009a-c355-4979-a27c-41a507da2afa 200 2021-05-17T05:34:57.058Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:34:57.058Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:34:57.058Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T05:34:57.058Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:57.060Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:57.060Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229697058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:34:57.160Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:57.161Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:57.161Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:57.168Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:57.168Z||pool-99-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:58.061Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7dd3c854-e492-46de-88ad-ea84e19bfba2 2021-05-17T05:34:58.062Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 9d648f02-78a5-42d0-8be1-970ffbaa980f ASDC 2021-05-17T05:34:58.071Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:34:58.082Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:58.083Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:58.083Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-05-17T05:34:58.083Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 1cde2b56-95e5-4d06-890f-ad0a726388be 2021-05-17T05:34:58.083Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1cde2b56-95e5-4d06-890f-ad0a726388be matches Tosca VF Customization UUID: 1cde2b56-95e5-4d06-890f-ad0a726388be 2021-05-17T05:34:58.083Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 1cde2b56-95e5-4d06-890f-ad0a726388be matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-17T05:34:58.085Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:58.085Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:58.086Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 1cde2b56-95e5-4d06-890f-ad0a726388be: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-05-17T05:34:58.086Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@fc2a725 2021-05-17T05:34:58.086Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:58.086Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-17T05:34:58.086Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d3a6d353-ea3c-4da9-95ce-7c51b2fa88ed 2021-05-17T05:34:58.087Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d3a6d353-ea3c-4da9-95ce-7c51b2fa88ed Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-17T05:34:58.088Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:58.089Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-17T05:34:58.090Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:34:58.090Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:58.090Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-17T05:34:58.090Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:34:58.090Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:58.090Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-17T05:34:58.091Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-17T05:34:58.091Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3db708c7-711e-4abf-97a8-70732cf49a88 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-17T05:34:58.093Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:58.093Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-17T05:34:58.093Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T05:34:58.093Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:58.093Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-17T05:34:58.093Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=1cde2b56-95e5-4d06-890f-ad0a726388be Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:34:58.095Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:58.095Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:58.095Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7dd3c854-e492-46de-88ad-ea84e19bfba2: basic_cnf 2021-05-17T05:34:58.095Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:58.095Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:58.095Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:58.095Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:58.096Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:58.096Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:58.096Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:58.096Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:58.096Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T05:34:58.096Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T05:34:58.096Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-05-17T05:34:58.139Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 9d648f02-78a5-42d0-8be1-970ffbaa980f 1 ASDC deployResourceStructure 2021-05-17T05:34:58.140Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:34:58.140Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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) 2021-05-17T05:34:58.140Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-17T05:34:58.140Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:58.142Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:58.142Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229698140, "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" } 2021-05-17T05:34:58.242Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:58.243Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:58.243Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:58.249Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:58.249Z||pool-100-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:34:59.143Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:34:59.144Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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) 2021-05-17T05:34:59.144Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-17T05:34:59.144Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:34:59.146Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:34:59.147Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229699143, "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" } 2021-05-17T05:34:59.247Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:34:59.248Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:34:59.248Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:34:59.256Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:34:59.256Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:35:00.148Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:35:00.148Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:35:00.148Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:35:00.148Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:35:00.155Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:35:00.155Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229700147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:35:00.250Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-05-17T05:35:00.251Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:35:00.251Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:35:00.258Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:35:00.259Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:35:01.156Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:35:01.156Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:35:01.156Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:35:01.157Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:35:01.160Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:35:01.160Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229701156, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-17T05:35:01.260Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:35:01.261Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:35:01.261Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:35:01.284Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:35:01.285Z||pool-103-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:35:02.161Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:35:02.161Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||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 2021-05-17T05:35:02.161Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:35:02.162Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:35:02.163Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:35:02.164Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229702161, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-17T05:35:02.264Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:35:02.264Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:35:02.264Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:35:02.281Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:35:02.281Z||pool-104-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:35:03.165Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-17T05:35:03.165Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-17T05:35:03.165Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T05:35:03.165Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:35:03.167Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:35:03.167Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229703164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:35:03.267Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:35:03.268Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:35:03.268Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:35:03.274Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:35:03.275Z||pool-105-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T05:35:04.168Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 516a2e89-75f0-49cc-887d-3da2fdfb36ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:35:04.177Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 516a2e89-75f0-49cc-887d-3da2fdfb36ff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-17T05:35:04.179Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T05:35:04.179Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-17T05:35:04.179Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-17T05:35:04.179Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-17T05:35:04.180Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:35:04.180Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:35:04.180Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:35:04.180Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:35:04.180Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:35:04.180Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T05:35:04.180Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|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=? 2021-05-17T05:35:04.183Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-17T05:35:34.184Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 516a2e89-75f0-49cc-887d-3da2fdfb36ff 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=? 2021-05-17T05:35:34.190Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 516a2e89-75f0-49cc-887d-3da2fdfb36ff and serviceModelVersionId: 7dd3c854-e492-46de-88ad-ea84e19bfba2 2021-05-17T05:35:34.190Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2849a545-99cb-4c95-bf34-83fabf521ab0 2021-05-17T05:35:34.190Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2849a545-99cb-4c95-bf34-83fabf521ab0/model-vers/model-ver/7dd3c854-e492-46de-88ad-ea84e19bfba2?depth=0 2021-05-17T05:35:34.195Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-05-17T05:35:34.225Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2849a545-99cb-4c95-bf34-83fabf521ab0/model-vers/model-ver/7dd3c854-e492-46de-88ad-ea84e19bfba2?depth=0|INFO|500||Invoke 2021-05-17T05:35:34.226Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2849a545-99cb-4c95-bf34-83fabf521ab0/model-vers/model-ver/7dd3c854-e492-46de-88ad-ea84e19bfba2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2849a545-99cb-4c95-bf34-83fabf521ab0/model-vers/model-ver/7dd3c854-e492-46de-88ad-ea84e19bfba2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[516a2e89-75f0-49cc-887d-3da2fdfb36ff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a4be75c6-70e6-4e74-8af6-b79bdc2c96f2], X-ECOMP-RequestID=[516a2e89-75f0-49cc-887d-3da2fdfb36ff], X-TransactionId=[], X-ONAP-RequestID=[516a2e89-75f0-49cc-887d-3da2fdfb36ff], Content-Type=[application/merge-patch+json]} 2021-05-17T05:35:34.241Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2849a545-99cb-4c95-bf34-83fabf521ab0/model-vers/model-ver/7dd3c854-e492-46de-88ad-ea84e19bfba2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-17T05:35:34.616Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2849a545-99cb-4c95-bf34-83fabf521ab0/model-vers/model-ver/7dd3c854-e492-46de-88ad-ea84e19bfba2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2849a545-99cb-4c95-bf34-83fabf521ab0/model-vers/model-ver/7dd3c854-e492-46de-88ad-ea84e19bfba2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210517-05:35:34:246-38522], vertex-id=[512232], Content-Length=[0], Date=[Mon, 17 May 2021 05:35:34 GMT], Content-Type=[application/json]} 2021-05-17T05:35:34.617Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2849a545-99cb-4c95-bf34-83fabf521ab0/model-vers/model-ver/7dd3c854-e492-46de-88ad-ea84e19bfba2?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-17T05:35:34.617Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2849a545-99cb-4c95-bf34-83fabf521ab0/model-vers/model-ver/7dd3c854-e492-46de-88ad-ea84e19bfba2?depth=0|INFO|500||InvokeReturn 2021-05-17T05:35:34.618Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-17T05:35:34.618Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T05:35:34.622Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|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:71) 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) 2021-05-17T05:35:34.622Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 516a2e89-75f0-49cc-887d-3da2fdfb36ff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-17T05:35:34.622Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-17T05:35:34.622Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T05:35:34.624Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T05:35:34.624Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229734622, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T05:35:34.724Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T05:35:34.725Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T05:35:34.725Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:35:34.734Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:35:34.734Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-05-17T05:35:35.634Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:35:35.634Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:35:35.634Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:35:45.171Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:35:45.171Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:35:45.172Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:35:45.172Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:35:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:35:53.512Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:35:53.513Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:35:53.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:35:53.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229634545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:35:53.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:35:53.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229636848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:35:53.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:35:53.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229638419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:35:53.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:35:53.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229639774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:35:53.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:35:53.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229640874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:35:53.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:35:53.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229641879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-17T05:35:53.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:35:53.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229642882, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-17T05:35:53.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:35:53.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229643885, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:35:53.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:35:53.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dba1351-d570-4015-b90d-5f4e4ec2ba31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229675064, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T05:35:53.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229622016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229686322, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229689737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229692950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-17T05:35:53.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:35:54.706Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:35:54.706Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:35:54.707Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:35:54.707Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:36:04.239Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:36:04.239Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:36:04.240Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:36:04.240Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:36:13.774Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:36:13.775Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:36:13.775Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:36:13.775Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:36:23.307Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:36:23.308Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:36:23.308Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:36:23.309Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:36:32.856Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:36:53.510Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:36:53.511Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:36:53.511Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:36:53.512Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:36:53.512Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:36:53.512Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:36:54.033Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:36:54.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-17T05:36:54.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229694523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T05:36:54.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:36:54.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-17T05:36:54.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229695696, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T05:36:54.035Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:36:54.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-17T05:36:54.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229697058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-17T05:36:54.035Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:36:54.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-17T05:36:54.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229698140, "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" } 2021-05-17T05:36:54.035Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:36:54.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-17T05:36:54.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229699143, "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" } 2021-05-17T05:36:54.035Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:36:54.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-17T05:36:54.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229700147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T05:36:54.035Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:36:54.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-17T05:36:54.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229701156, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-17T05:36:54.036Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:36:54.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-17T05:36:54.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229702161, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-17T05:36:54.036Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:36:54.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-17T05:36:54.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229703164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T05:36:54.036Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:36:54.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-17T05:36:54.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "516a2e89-75f0-49cc-887d-3da2fdfb36ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621229734622, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T05:36:54.036Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T05:37:03.046Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:37:53.510Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:37:53.512Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:37:53.512Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:37:53.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:37:53.513Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:37:53.513Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:38:03.052Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:38:03.053Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:38:53.510Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:38:53.511Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:38:53.511Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:38:53.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:38:53.512Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:38:53.512Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:39:03.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:39:03.050Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:39:53.510Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:39:53.511Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:39:53.511Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:39:53.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:39:53.512Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:39:53.512Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:40:03.048Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:40:03.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:40:53.510Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:40:53.511Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:40:53.511Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:40:53.517Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:40:53.517Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:40:53.517Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:41:03.049Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:41:03.050Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:41:53.510Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:41:53.511Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:41:53.511Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:41:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:41:53.513Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:41:53.513Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:42:03.045Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:42:03.045Z|516a2e89-75f0-49cc-887d-3da2fdfb36ff|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:42:53.515Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:42:53.515Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:42:53.516Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:42:53.515Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:42:53.519Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:42:53.519Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:43:03.057Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:43:03.058Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:43:53.512Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:43:53.512Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T05:43:53.513Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:43:53.513Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-17T05:43:53.513Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:43:53.513Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LC1bIXoRY7WoojVd) ... 2021-05-17T05:44:03.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T05:44:03.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK