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-07-10T23:51:42.386Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-csjx9 with PID 14 (/app/app.jar started by so in /app) 2021-07-10T23:51:42.440Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-07-10T23:51:42.440Z||main|||||INFO|500||The following profiles are active: basic 2021-07-10T23:51:49.156Z||main|||||INFO|500||Starting service [Tomcat] 2021-07-10T23:51:49.157Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-07-10T23:51:49.225Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-07-10T23:51:50.641Z||main|||||INFO|500||catdb-pool - Starting... 2021-07-10T23:51:50.783Z||main|||||INFO|500||catdb-pool - Start completed. 2021-07-10T23:51:51.163Z||main|||||INFO|500||reqdb-pool - Starting... 2021-07-10T23:51:51.170Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-07-10T23:51:51.258Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-07-10T23:51:51.387Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-07-10T23:51:51.799Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-07-10T23:51:52.532Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-07-10T23:51:54.448Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-10T23:51:54.494Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-07-10T23:51:54.992Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-07-10T23:51:55.168Z||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-07-10T23:51:56.246Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-10T23:51:57.118Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-07-10T23:51:57.136Z||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$$3350471e.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-07-10T23:51:57.137Z||main|||||WARN|500||The sdc end point is not alive 2021-07-10T23:51:59.184Z||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-07-10T23:52:01.254Z||main|||||WARN|500||--- 2021-07-10T23:52:01.255Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-07-10T23:52:01.256Z||main|||||WARN|500||--- 2021-07-10T23:52:01.536Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-07-10T23:52:04.173Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-07-10T23:52:04.174Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-07-10T23:52:04.176Z||main|||||INFO|500||Started Application in 23.569 seconds (JVM running for 24.6) 2021-07-10T23:52:04.187Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-07-10T23:52:04.247Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-07-10T23:52:04.296Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07785110-cc74-46a2-a2b8-7ab04e412e16 url= /sdc/v1/artifactTypes 2021-07-10T23:52:04.296Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-07-10T23:52:04.547Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-07-10T23:52:04.562Z||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-07-10T23:52:04.583Z||scheduling-1|||||DEBUG|500||create keys 2021-07-10T23:52:04.590Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-07-10T23:52:04.612Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-10T23:52:04.625Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4ab3de91-5886-4f05-b8c5-864235eb4ac9 url= /sdc/v1/registerForDistribution 2021-07-10T23:52:04.693Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4ab3de91-5886-4f05-b8c5-864235eb4ac9 url= /sdc/v1/registerForDistribution 2021-07-10T23:52:04.693Z||scheduling-1|||||INFO|500||start DistributionClient 2021-07-10T23:52:04.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-10T23:52:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-10T23:52:04.705Z||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-07-10T23:52:04.706Z||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-07-10T23:52:04.706Z||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 MJeox99z7kF2z1jM) ... 2021-07-10T23:52:04.706Z||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 MJeox99z7kF2z1jM) ... 2021-07-10T23:52:04.706Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-07-10T23:52:14.917Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-10T23:52:14.917Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-10T23:53:04.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-10T23:53:04.701Z||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-07-10T23:53:04.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-10T23:53:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-10T23:53:04.702Z||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-07-10T23:53:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-10T23:53:14.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-10T23:53:14.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-10T23:54:04.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-10T23:54:04.700Z||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-07-10T23:54:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-10T23:54:04.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-10T23:54:04.702Z||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-07-10T23:54:04.703Z||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 MJeox99z7kF2z1jM) ... 2021-07-10T23:54:14.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-10T23:54:14.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-10T23:55:04.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-10T23:55:04.700Z||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-07-10T23:55:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-10T23:55:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-10T23:55:04.702Z||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-07-10T23:55:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-10T23:55:14.242Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-10T23:55:14.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-10T23:56:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-10T23:56:04.700Z||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-07-10T23:56:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-10T23:56:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-10T23:56:04.702Z||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-07-10T23:56:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-10T23:56:14.241Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-10T23:56:14.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-10T23:57:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-10T23:57:04.701Z||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-07-10T23:57:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-10T23:57:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-10T23:57:04.702Z||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-07-10T23:57:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-10T23:57:14.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-10T23:57:14.241Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-10T23:58:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-10T23:58:04.701Z||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-07-10T23:58:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-10T23:58:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-10T23:58:04.702Z||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-07-10T23:58:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-10T23:58:14.239Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-10T23:58:14.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-10T23:59:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-10T23:59:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-10T23:59:04.701Z||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-07-10T23:59:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-10T23:59:04.703Z||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-07-10T23:59:04.703Z||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 MJeox99z7kF2z1jM) ... 2021-07-10T23:59:14.246Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-10T23:59:14.246Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:00:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:00:04.701Z||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-07-11T00:00:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:00:04.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:00:04.703Z||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-07-11T00:00:04.703Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:00:14.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:00:14.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:01:04.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:01:04.700Z||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-07-11T00:01:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:01:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:01:04.702Z||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-07-11T00:01:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:01:14.237Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:01:14.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:02:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:02:04.700Z||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-07-11T00:02:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:02:04.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:02:04.702Z||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-07-11T00:02:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:02:14.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:02:14.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:02:23.593Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-07-11T00:03:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:03:04.700Z||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-07-11T00:03:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:03:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:03:04.702Z||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-07-11T00:03:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:03:14.239Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:03:14.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:04:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:04:04.700Z||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-07-11T00:04:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:04:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:04:04.701Z||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-07-11T00:04:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:04:14.240Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:04:14.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:05:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:05:04.700Z||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-07-11T00:05:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:05:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:05:04.702Z||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-07-11T00:05:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:05:14.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:05:14.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:06:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:06:04.701Z||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-07-11T00:06:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:06:04.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:06:04.702Z||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-07-11T00:06:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:06:14.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:06:14.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:07:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:07:04.700Z||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-07-11T00:07:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:07:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:07:04.702Z||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-07-11T00:07:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:07:14.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:07:14.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:08:04.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:08:04.700Z||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-07-11T00:08:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:08:04.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:08:04.702Z||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-07-11T00:08:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:08:14.234Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:08:14.234Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:09:04.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:09:04.700Z||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-07-11T00:09:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:09:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:09:04.701Z||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-07-11T00:09:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:09:14.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:09:14.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:10:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:10:04.701Z||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-07-11T00:10:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:10:04.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:10:04.702Z||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-07-11T00:10:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:10:14.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:10:14.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:11:04.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:11:04.700Z||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-07-11T00:11:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:11:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:11:04.701Z||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-07-11T00:11:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:11:14.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:11:14.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:12:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:12:04.700Z||pool-2-thread-5|||||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-07-11T00:12:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:12:04.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:12:04.702Z||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-07-11T00:12:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:12:14.234Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:12:14.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:13:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:13:04.701Z||pool-2-thread-5|||||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-07-11T00:13:04.701Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:13:04.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:13:04.701Z||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-07-11T00:13:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:13:14.269Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:13:14.271Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:14:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:14:04.700Z||pool-2-thread-5|||||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-07-11T00:14:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:14:04.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:14:04.702Z||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-07-11T00:14:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:14:14.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:14:14.237Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:15:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:15:04.700Z||pool-2-thread-5|||||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-07-11T00:15:04.701Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:15:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:15:04.702Z||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-07-11T00:15:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:15:14.259Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:15:14.260Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:16:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:16:04.700Z||pool-2-thread-5|||||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-07-11T00:16:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:16:04.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:16:04.702Z||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-07-11T00:16:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:16:14.235Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:16:14.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:17:04.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:17:04.700Z||pool-2-thread-5|||||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-07-11T00:17:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:17:04.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:17:04.702Z||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-07-11T00:17:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:17:14.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:17:14.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:18:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:18:04.700Z||pool-2-thread-5|||||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-07-11T00:18:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:18:04.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:18:04.701Z||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-07-11T00:18:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:18:14.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:18:14.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:19:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:19:04.700Z||pool-2-thread-5|||||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-07-11T00:19:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:19:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:19:04.702Z||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-07-11T00:19:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:19:14.236Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:19:14.239Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:20:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:20:04.700Z||pool-2-thread-5|||||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-07-11T00:20:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:20:04.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:20:04.702Z||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-07-11T00:20:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:20:14.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:20:14.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:21:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:21:04.700Z||pool-2-thread-5|||||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-07-11T00:21:04.701Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:21:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:21:04.701Z||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-07-11T00:21:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:21:14.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:21:14.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:22:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:22:04.700Z||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-07-11T00:22:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:22:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:22:04.702Z||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-07-11T00:22:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:22:14.239Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:22:14.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:23:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:23:04.700Z||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-07-11T00:23:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:23:04.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:23:04.701Z||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-07-11T00:23:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:23:14.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:23:14.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:24:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:24:04.700Z||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-07-11T00:24:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:24:04.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:24:04.702Z||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-07-11T00:24:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:24:14.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:24:14.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:25:04.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:25:04.700Z||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-07-11T00:25:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:25:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:25:04.701Z||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-07-11T00:25:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:25:14.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:25:14.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:26:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:26:04.700Z||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-07-11T00:26:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:26:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:26:04.702Z||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-07-11T00:26:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:26:14.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:26:14.239Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:27:04.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:27:04.700Z||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-07-11T00:27:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:27:04.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:27:04.701Z||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-07-11T00:27:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:27:14.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:27:14.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:28:04.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:28:04.700Z||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-07-11T00:28:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:28:04.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:28:04.701Z||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-07-11T00:28:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:28:14.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:28:14.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:29:04.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:29:04.700Z||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-07-11T00:29:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:29:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:29:04.701Z||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-07-11T00:29:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:29:14.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:29:14.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:30:04.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:30:04.700Z||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-07-11T00:30:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:30:04.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:30:04.701Z||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-07-11T00:30:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:30:14.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:30:14.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:31:04.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:31:04.700Z||pool-2-thread-8|||||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-07-11T00:31:04.701Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:31:04.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:31:04.703Z||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-07-11T00:31:04.703Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:31:14.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:31:14.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:32:04.699Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:32:04.700Z||pool-2-thread-8|||||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-07-11T00:32:04.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:32:04.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:32:04.701Z||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-07-11T00:32:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:32:14.239Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:32:14.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:33:04.699Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:33:04.700Z||pool-2-thread-8|||||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-07-11T00:33:04.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:33:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:33:04.702Z||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-07-11T00:33:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:33:14.236Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:33:14.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:34:04.699Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:34:04.700Z||pool-2-thread-8|||||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-07-11T00:34:04.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:34:04.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:34:04.702Z||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-07-11T00:34:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:34:14.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:34:14.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:35:04.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:35:04.701Z||pool-2-thread-8|||||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-07-11T00:35:04.701Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:35:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:35:04.701Z||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-07-11T00:35:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:35:14.245Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:35:14.247Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:36:04.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:36:04.700Z||pool-2-thread-8|||||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-07-11T00:36:04.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:36:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:36:04.702Z||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-07-11T00:36:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:36:14.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:36:14.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:37:04.699Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:37:04.700Z||pool-2-thread-8|||||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-07-11T00:37:04.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:37:04.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:37:04.701Z||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-07-11T00:37:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:37:14.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:37:14.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:38:04.699Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:38:04.700Z||pool-2-thread-8|||||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-07-11T00:38:04.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:38:04.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:38:04.701Z||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-07-11T00:38:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:38:14.255Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:38:14.257Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:39:04.699Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:39:04.700Z||pool-2-thread-8|||||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-07-11T00:39:04.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:39:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:39:04.702Z||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-07-11T00:39:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:39:14.235Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:39:14.235Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:40:04.699Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:40:04.700Z||pool-2-thread-8|||||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-07-11T00:40:04.700Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:40:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:40:04.701Z||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-07-11T00:40:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:40:14.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:40:14.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:41:04.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:41:04.700Z||pool-2-thread-5|||||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-07-11T00:41:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:41:04.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:41:04.702Z||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-07-11T00:41:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:41:14.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:41:14.240Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:42:04.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:42:04.700Z||pool-2-thread-5|||||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-07-11T00:42:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:42:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:42:04.701Z||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-07-11T00:42:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:42:14.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:42:14.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:43:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:43:04.700Z||pool-2-thread-5|||||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-07-11T00:43:04.701Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:43:04.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:43:04.701Z||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-07-11T00:43:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:43:14.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:43:14.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:44:04.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:44:04.700Z||pool-2-thread-5|||||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-07-11T00:44:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:44:04.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:44:04.702Z||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-07-11T00:44:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:44:14.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:44:14.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:45:04.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:45:04.701Z||pool-2-thread-5|||||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-07-11T00:45:04.701Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:45:04.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:45:04.702Z||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-07-11T00:45:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:45:14.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:45:14.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:46:04.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:46:04.700Z||pool-2-thread-5|||||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-07-11T00:46:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:46:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:46:04.701Z||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-07-11T00:46:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:46:14.234Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:46:14.235Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:47:04.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:47:04.700Z||pool-2-thread-5|||||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-07-11T00:47:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:47:04.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:47:04.701Z||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-07-11T00:47:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:47:14.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:47:14.234Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:48:04.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:48:04.700Z||pool-2-thread-5|||||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-07-11T00:48:04.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:48:04.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:48:04.702Z||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-07-11T00:48:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:48:14.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:48:14.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:49:04.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:49:04.700Z||pool-2-thread-5|||||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-07-11T00:49:04.701Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:49:04.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:49:04.701Z||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-07-11T00:49:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:49:14.237Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:49:14.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:50:04.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:50:04.700Z||pool-2-thread-7|||||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-07-11T00:50:04.700Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:50:04.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:50:04.702Z||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-07-11T00:50:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:50:14.232Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:50:14.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:51:04.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:51:04.701Z||pool-2-thread-7|||||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-07-11T00:51:04.701Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:51:04.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:51:04.702Z||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-07-11T00:51:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:51:14.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:51:14.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:52:04.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:52:04.700Z||pool-2-thread-7|||||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-07-11T00:52:04.700Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:52:04.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:52:04.702Z||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-07-11T00:52:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:52:14.232Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:52:14.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:53:04.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:53:04.700Z||pool-2-thread-7|||||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-07-11T00:53:04.701Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:53:04.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:53:04.702Z||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-07-11T00:53:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:53:14.234Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:53:14.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:04.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:54:04.700Z||pool-2-thread-7|||||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-07-11T00:54:04.700Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MJeox99z7kF2z1jM) ... 2021-07-11T00:54:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:54:04.701Z||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-07-11T00:54:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:54:04.825Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:04.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "clamp", "timestamp": 1625964832718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-windriver-id", "timestamp": 1625964829136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-k8s-id", "timestamp": 1625964831610, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "ves-openapi-manager", "timestamp": 1625964827506, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "aai-ml", "timestamp": 1625964826791, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-windriver-id", "timestamp": 1625964829136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "NOTIFIED" } 2021-07-11T00:54:04.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "clamp", "timestamp": 1625964832718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "NOTIFIED" } 2021-07-11T00:54:04.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-k8s-id", "timestamp": 1625964831610, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "NOTIFIED" } 2021-07-11T00:54:04.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "ves-openapi-manager", "timestamp": 1625964827506, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "aai-ml", "timestamp": 1625964826791, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "cds", "timestamp": 1625964834417, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-windriver-id", "timestamp": 1625964829136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-07-11T00:54:04.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "clamp", "timestamp": 1625964832718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-k8s-id", "timestamp": 1625964831610, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-07-11T00:54:04.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "ves-openapi-manager", "timestamp": 1625964827506, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "aai-ml", "timestamp": 1625964826791, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "cds", "timestamp": 1625964834417, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "clamp", "timestamp": 1625964832718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-windriver-id", "timestamp": 1625964829136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-k8s-id", "timestamp": 1625964831610, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "ves-openapi-manager", "timestamp": 1625964827506, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "aai-ml", "timestamp": 1625964826791, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964836223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "cds", "timestamp": 1625964834417, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-windriver-id", "timestamp": 1625964829136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-07-11T00:54:04.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "clamp", "timestamp": 1625964832718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-k8s-id", "timestamp": 1625964831610, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-07-11T00:54:04.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "ves-openapi-manager", "timestamp": 1625964827506, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "aai-ml", "timestamp": 1625964826791, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964836223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "NOTIFIED" } 2021-07-11T00:54:04.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "cds", "timestamp": 1625964834417, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-windriver-id", "timestamp": 1625964829136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "clamp", "timestamp": 1625964832718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-k8s-id", "timestamp": 1625964831610, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "ves-openapi-manager", "timestamp": 1625964827506, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "aai-ml", "timestamp": 1625964826791, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964836223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-07-11T00:54:04.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "dcae-sch", "timestamp": 1625964838311, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "cds", "timestamp": 1625964834417, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-windriver-id", "timestamp": 1625964829136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:54:04.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "clamp", "timestamp": 1625964832718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:54:04.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-k8s-id", "timestamp": 1625964831610, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:54:04.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "ves-openapi-manager", "timestamp": 1625964827506, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "aai-ml", "timestamp": 1625964826791, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:54:04.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964836223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "dcae-sch", "timestamp": 1625964838311, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "cds", "timestamp": 1625964834417, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964836223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-07-11T00:54:04.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "dcae-sch", "timestamp": 1625964838311, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "cds", "timestamp": 1625964834417, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:54:04.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-windriver-id", "timestamp": 1625964841511, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T00:54:04.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:54:04.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-k8s-id", "timestamp": 1625964841512, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T00:54:04.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:54:04.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "aai-ml", "timestamp": 1625964841829, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T00:54:04.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:54:04.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964836223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "dcae-sch", "timestamp": 1625964838311, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "cds", "timestamp": 1625964842834, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T00:54:04.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:54:04.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964836223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:54:04.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "dcae-sch", "timestamp": 1625964838311, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-windriver-id", "timestamp": 1625964843169, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T00:54:04.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:54:04.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964842638, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-k8s-id", "timestamp": 1625964843316, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T00:54:04.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:54:04.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "policy-id", "timestamp": 1625964843154, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:04.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:04.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:04.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "cds", "timestamp": 1625964843852, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-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-07-11T00:54:05.041Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10e6b8a0-8dc6-43a5-aaeb-925318d55641 2021-07-11T00:54:05.055Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:54:05.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:05.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "dcae-sch", "timestamp": 1625964838311, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:05.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:05.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:05.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964842638, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:05.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:54:05.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:54:05.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964844417, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T00:54:05.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:54:05.321Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:05.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-07-11T00:54:05.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"10e6b8a0-8dc6-43a5-aaeb-925318d55641","serviceName":"vFW 2021-07-11 00-50-57","serviceVersion":"1.0","serviceUUID":"9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1","serviceDescription":"catalog service description","serviceInvariantUUID":"74bd5dd4-e2ee-4215-b847-eb1851e74099","resources":[{"resourceInstanceName":"vFW a9247adc-3035 0","resourceName":"vFW a9247adc-3035","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"72d8ce14-0137-4f97-be6c-972c83eb69d2","resourceInvariantUUID":"d9194857-f63d-4452-b523-0b4481f25c99","resourceCustomizationUUID":"23e29b81-6e21-4d06-b304-ad34102f7d3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml","artifactChecksum":"ODZlMjk4MzM4YmMxYzJlNWVjYzNjNTg3MjBlOTAzZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1dfdd5aa-7797-49e3-a292-94af8ec2e728","artifactVersion":"1"},{"artifactName":"vfwa9247adc30350_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json","artifactChecksum":"MmYxYmU0OGU2OTAzMTVkMDAwNDU2NmYyMzMzYWI5ODk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4c245047-c544-4240-8f5b-cf71ce7359ff","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"71fdf64d-c4a7-4d46-abc4-25a09859a7de","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml","artifactChecksum":"YjE5YTcxMThhYjQ4NTYyOTcwNGQ0MmJlZDVlMDA4NWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"183f96bd-775c-416e-80bf-deca244a123e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"84975b85-fe46-4ddd-a297-72395b82d1f4","artifactVersion":"2","generatedFromUUID":"71fdf64d-c4a7-4d46-abc4-25a09859a7de"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210711005057-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml","artifactChecksum":"ODNkODEzNGYyMTgyZmFlYmI0ZTNkOTk1NWJlYTFjMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"20f51646-66f7-4929-834a-9ee07d2022cf","artifactVersion":"1"},{"artifactName":"service-Vfw20210711005057-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar","artifactChecksum":"ZGFhODk2OGY3OGQwZTcxYzQ1MzcxZTBjNzBiMmYzYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37856a55-c299-47ff-9c00-2d9f5f75895b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-11T00:54:05.328Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T00:54:05.333Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:54:05.343Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:54:05.343Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964844699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:05.443Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-07-11T00:54:05.446Z||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-07-11T00:54:05.446Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:54:05.453Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:05.454Z||pool-3-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-07-11T00:54:06.348Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T00:54:06.348Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:54:06.350Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:54:06.350Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964844699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "NOTIFIED" } 2021-07-11T00:54:06.450Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:54:06.451Z||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-07-11T00:54:06.451Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:54:06.460Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:06.460Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:54:07.350Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T00:54:07.351Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:54:07.353Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:54:07.353Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964844699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-07-11T00:54:07.453Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:54:07.454Z||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-07-11T00:54:07.454Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:54:07.460Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:07.460Z||pool-5-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:54:08.354Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T00:54:08.354Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:54:08.356Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:54:08.356Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964844699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:08.456Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:54:08.457Z||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-07-11T00:54:08.457Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:54:08.465Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:08.465Z||pool-6-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:54:09.357Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T00:54:09.358Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:54:09.359Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:54:09.360Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964844699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-07-11T00:54:09.460Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:54:09.460Z||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-07-11T00:54:09.460Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:54:09.468Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:09.468Z||pool-7-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:54:10.360Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T00:54:10.361Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:54:10.363Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:54:10.363Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964844699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:54:10.463Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:54:10.464Z||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-07-11T00:54:10.464Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:54:10.472Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:10.473Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-07-11T00:54:11.363Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T00:54:11.364Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:54:11.366Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:54:11.366Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964844699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:54:11.466Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:54:11.467Z||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-07-11T00:54:11.467Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:54:11.475Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:11.476Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-07-11T00:54:12.368Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "serviceName": "vFW 2021-07-11 00-50-57", "serviceVersion": "1.0", "serviceUUID": "9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1", "serviceDescription": "catalog service description", "serviceInvariantUUID": "74bd5dd4-e2ee-4215-b847-eb1851e74099", "resources": [ { "resourceInstanceName": "vFW a9247adc-3035 0", "resourceCustomizationUUID": "23e29b81-6e21-4d06-b304-ad34102f7d3e", "resourceName": "vFW a9247adc-3035", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "72d8ce14-0137-4f97-be6c-972c83eb69d2", "resourceInvariantUUID": "d9194857-f63d-4452-b523-0b4481f25c99", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwa9247adc30350_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "artifactChecksum": "MmYxYmU0OGU2OTAzMTVkMDAwNDU2NmYyMzMzYWI5ODk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4c245047-c544-4240-8f5b-cf71ce7359ff", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "71fdf64d-c4a7-4d46-abc4-25a09859a7de", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "84975b85-fe46-4ddd-a297-72395b82d1f4", "generatedFromUUID": "71fdf64d-c4a7-4d46-abc4-25a09859a7de" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "84975b85-fe46-4ddd-a297-72395b82d1f4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210711005057-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "artifactChecksum": "ZGFhODk2OGY3OGQwZTcxYzQ1MzcxZTBjNzBiMmYzYjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "37856a55-c299-47ff-9c00-2d9f5f75895b" } ], "workloadContext": "Production" } 2021-07-11T00:54:12.369Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-11T00:54:12.369Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1 ASDC 2021-07-11T00:54:12.548Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:10e6b8a0-8dc6-43a5-aaeb-925318d55641 ServiceName:vFW 2021-07-11 00-50-57 ServiceVersion:1.0 ServiceUUID:9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1 ServiceInvariantUUID:74bd5dd4-e2ee-4215-b847-eb1851e74099 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210711005057-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar ArtifactUUID:37856a55-c299-47ff-9c00-2d9f5f75895b ArtifactChecksum:ZGFhODk2OGY3OGQwZTcxYzQ1MzcxZTBjNzBiMmYzYjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW a9247adc-3035 0 ResourceCustomizationUUID:23e29b81-6e21-4d06-b304-ad34102f7d3e ResourceInvariantUUID:d9194857-f63d-4452-b523-0b4481f25c99 ResourceName:vFW a9247adc-3035 ResourceType:VF ResourceUUID:72d8ce14-0137-4f97-be6c-972c83eb69d2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwa9247adc30350_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json ArtifactUUID:4c245047-c544-4240-8f5b-cf71ce7359ff ArtifactChecksum:MmYxYmU0OGU2OTAzMTVkMDAwNDU2NmYyMzMzYWI5ODk= 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/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml ArtifactUUID:71fdf64d-c4a7-4d46-abc4-25a09859a7de 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/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env ArtifactUUID:84975b85-fe46-4ddd-a297-72395b82d1f4 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/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env ArtifactUUID:84975b85-fe46-4ddd-a297-72395b82d1f4 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-07-11T00:54:12.549Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1 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-07-11T00:54:12.600Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T00:54:12.600Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-07-11T00:54:12.601Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-07-11T00:54:12.601Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 37856a55-c299-47ff-9c00-2d9f5f75895b from URL: /sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar 2021-07-11T00:54:12.601Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-07-11T00:54:12.602Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar 2021-07-11T00:54:13.285Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-07-11T00:54:13.301Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar 37856a55-c299-47ff-9c00-2d9f5f75895b 110038 2021-07-11T00:54:13.302Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar ASDC sendASDCNotification 2021-07-11T00:54:13.302Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar 2021-07-11T00:54:13.304Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T00:54:13.305Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:54:13.306Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:54:13.307Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964853301, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T00:54:13.407Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:54:13.407Z||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-07-11T00:54:13.408Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:54:13.414Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:13.414Z||pool-10-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:54:14.307Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T00:54:14.308Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-07-11T00:54:14.308Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 37856a55-c299-47ff-9c00-2d9f5f75895b, URL: /sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar to file: /app/ASDC/1/service-Vfw20210711005057-csar.csar 2021-07-11T00:54:14.309Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210711005057-csar.csar 2021-07-11T00:54:14.417Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210711005057-csar.csar 2021-07-11T00:54:14.417Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210711005057-csar.csar 2021-07-11T00:54:14.805Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9432092526972363761/Definitions/service-Vfw20210711005057-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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_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_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-07-11T00:54:17.243Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-11T00:54:17.248Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-07-11T00:54:17.248Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210711005057-csar.csar 2021-07-11T00:54:17.248Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a9247adc-3035 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-Vfw20210711005057-csar.csar 2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||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-Vfw20210711005057-csar.csar 2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||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-Vfw20210711005057-csar.csar 2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210711005057-csar.csar 2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210711005057-csar.csar 2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210711005057-csar.csar 2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||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-Vfw20210711005057-csar.csar 2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210711005057-csar.csar 2021-07-11T00:54:17.249Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||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-Vfw20210711005057-csar.csar 2021-07-11T00:54:17.250Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210711005057-csar.csar 2021-07-11T00:54:17.250Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a9247adc-3035 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210711005057-csar.csar 2021-07-11T00:54:17.250Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210711005057-csar.csar 2021-07-11T00:54:17.250Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210711005057-csar.csar 2021-07-11T00:54:17.250Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210711005057-csar.csar 2021-07-11T00:54:17.250Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-07-11T00:54:17.256Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:17.257Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:54:17.260Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria 2021-07-11T00:54:17.260Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-07-11T00:54:17.261Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T00:54:17.263Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:17.263Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:54:17.263Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria 2021-07-11T00:54:17.263Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-07-11T00:54:17.263Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T00:54:17.264Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:17.264Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:54:17.267Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:17.267Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is not matching search criteria 2021-07-11T00:54:17.267Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-07-11T00:54:17.267Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-07-11T00:54:17.267Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-07-11T00:54:17.268Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-07-11T00:54:17.268Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-07-11T00:54:17.268Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-07-11T00:54:17.268Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-07-11T00:54:17.268Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-07-11T00:54:17.268Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-07-11T00:54:17.268Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-07-11T00:54:17.268Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-07-11T00:54:17.269Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-07-11T00:54:17.269Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-07-11T00:54:17.269Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-07-11T00:54:17.269Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-07-11T00:54:17.269Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-07-11T00:54:17.269Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:17.269Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-11T00:54:17.270Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:17.270Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria 2021-07-11T00:54:17.270Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T00:54:17.271Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:17.271Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria 2021-07-11T00:54:17.271Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T00:54:17.271Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:17.271Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria 2021-07-11T00:54:17.271Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T00:54:17.272Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:17.272Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is not matching search criteria 2021-07-11T00:54:17.272Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-07-11T00:54:17.272Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-07-11T00:54:17.272Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-07-11T00:54:17.272Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e533de5c-c10b-4b1f-85a6-261d96a9cd3f 2021-07-11T00:54:17.273Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:17.274Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is not matching search criteria 2021-07-11T00:54:17.274Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-07-11T00:54:17.274Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-07-11T00:54:17.274Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-07-11T00:54:17.274Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-07-11T00:54:17.274Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-07-11T00:54:17.274Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-07-11T00:54:17.274Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-07-11T00:54:17.275Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-07-11T00:54:17.275Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-07-11T00:54:17.275Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-07-11T00:54:17.275Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-07-11T00:54:17.275Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-07-11T00:54:17.275Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4d436de3-0688-442c-9a6f-4ba83d4b5372 2021-07-11T00:54:17.275Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:17.275Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is not matching search criteria 2021-07-11T00:54:17.276Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-07-11T00:54:17.276Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-07-11T00:54:17.276Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-07-11T00:54:17.276Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-07-11T00:54:17.276Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-07-11T00:54:17.276Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-07-11T00:54:17.276Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-07-11T00:54:17.276Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a51cb60f-8262-419f-bd07-ede00fb46770 2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:17.277Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:54:17.278Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:17.278Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:54:17.278Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:17.278Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:54:17.278Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-07-11 00-50-57 Description:catalog service description Model UUID:9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1 Model Version:NULL Model InvariantUuid:74bd5dd4-e2ee-4215-b847-eb1851e74099 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW a9247adc-3035 Model UUID:9f0b2d7c-1f24-403e-a7c7-9f9cbc63d7a8 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:d9194857-f63d-4452-b523-0b4481f25c99 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:23e29b81-6e21-4d06-b304-ad34102f7d3e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cf86df17-e488-4f05-a7d3-ad4380f528f7 ModelName:VfwA9247adc3035..base_vfw..module-0 ModelUuid:a0b74376-7c2b-49d4-a66d-de0f2000be52 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e533de5c-c10b-4b1f-85a6-261d96a9cd3f ModelInvariantUuid:4b818cbe-7826-4884-9dc9-2e62ebefe6d8 ModelName:vFW a9247adc-3035-nodes.vfwCvfc ModelUuid:06b5ce6b-9c2d-47af-a733-2e76a5c74015 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:ae431255-e60a-4634-80bc-7a5a3b97b9d4 ModelInvariantUuid:470189c3-3cc3-4d44-977f-c3b1882946bb ModelName:VfwA9247adc3035.compute.nodes.heat.vfw ModelUuid:e04cb8f4-3758-4552-8686-b01acf3ea268 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4d436de3-0688-442c-9a6f-4ba83d4b5372 ModelInvariantUuid:ed5a92fd-02be-40aa-b785-ff9644da3f32 ModelName:vFW a9247adc-3035-nodes.vsnCvfc ModelUuid:4c3463d6-10ac-44ca-a4b6-8236ed16e332 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:bfd77c98-2f62-46a9-8af1-466f49cf2aea ModelInvariantUuid:792d17ac-4a8b-403e-ab93-2618c13498e4 ModelName:VfwA9247adc3035.compute.nodes.heat.vsn ModelUuid:60688b94-42d4-4062-aa27-2f5838032bc3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a51cb60f-8262-419f-bd07-ede00fb46770 ModelInvariantUuid:7c537a34-296d-47f0-867c-518c547e9e6e ModelName:vFW a9247adc-3035-nodes.vpgCvfc ModelUuid:c56b2d67-415e-4a45-bb41-1b83eafb16b3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:87db3951-2455-498d-901d-7120f087fa3a ModelInvariantUuid:1dd5da07-632c-4b50-8aa6-e166465a2a6d ModelName:VfwA9247adc3035.compute.nodes.heat.vpg ModelUuid:ea4e347e-d220-41f2-8825-6efe13d53f0e 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-07-11T00:54:17.286Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 72d8ce14-0137-4f97-be6c-972c83eb69d2 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-07-11T00:54:17.372Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||vFW a9247adc-3035 0 2021-07-11T00:54:17.378Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 72d8ce14-0137-4f97-be6c-972c83eb69d2 2021-07-11T00:54:17.378Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4c245047-c544-4240-8f5b-cf71ce7359ff from URL: /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json 2021-07-11T00:54:17.378Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-07-11T00:54:17.379Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json 2021-07-11T00:54:18.907Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-07-11T00:54:18.907Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json 4c245047-c544-4240-8f5b-cf71ce7359ff 785 2021-07-11T00:54:18.907Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json ASDC sendASDCNotification 2021-07-11T00:54:18.908Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json 2021-07-11T00:54:18.908Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T00:54:18.908Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:54:18.910Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:54:18.910Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964858907, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T00:54:19.010Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:54:19.011Z||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-07-11T00:54:19.011Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:54:19.019Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:19.019Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:54:19.911Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA9247adc3035..base_vfw..module-0", "vfModuleModelInvariantUUID": "cf86df17-e488-4f05-a7d3-ad4380f528f7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a0b74376-7c2b-49d4-a66d-de0f2000be52", "vfModuleModelCustomizationUUID": "0aafe951-bd2a-4839-990c-525832348d60", "isBase": true, "artifacts": [ "71fdf64d-c4a7-4d46-abc4-25a09859a7de", "84975b85-fe46-4ddd-a297-72395b82d1f4" ], "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-07-11T00:54:19.930Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA9247adc3035..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a0b74376-7c2b-49d4-a66d-de0f2000be52 VfModuleModelInvariantUUID:cf86df17-e488-4f05-a7d3-ad4380f528f7 VfModuleModelDescription:NULL Artifacts UUID List:{ 71fdf64d-c4a7-4d46-abc4-25a09859a7de , 84975b85-fe46-4ddd-a297-72395b82d1f4 } 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-07-11T00:54:19.932Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA9247adc3035..base_vfw..module-0", "vfModuleModelInvariantUUID": "cf86df17-e488-4f05-a7d3-ad4380f528f7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a0b74376-7c2b-49d4-a66d-de0f2000be52", "vfModuleModelCustomizationUUID": "0aafe951-bd2a-4839-990c-525832348d60", "isBase": true, "artifacts": [ "71fdf64d-c4a7-4d46-abc4-25a09859a7de", "84975b85-fe46-4ddd-a297-72395b82d1f4" ], "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-07-11T00:54:19.932Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA9247adc3035..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a0b74376-7c2b-49d4-a66d-de0f2000be52 VfModuleModelInvariantUUID:cf86df17-e488-4f05-a7d3-ad4380f528f7 VfModuleModelDescription:NULL Artifacts UUID List:{ 71fdf64d-c4a7-4d46-abc4-25a09859a7de , 84975b85-fe46-4ddd-a297-72395b82d1f4 } 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-07-11T00:54:19.932Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 71fdf64d-c4a7-4d46-abc4-25a09859a7de from URL: /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml 2021-07-11T00:54:19.932Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-07-11T00:54:19.933Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml 2021-07-11T00:54:20.808Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-07-11T00:54:20.808Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml 71fdf64d-c4a7-4d46-abc4-25a09859a7de 20368 2021-07-11T00:54:20.809Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-07-11T00:54:20.809Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml 2021-07-11T00:54:20.809Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T00:54:20.809Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:54:20.810Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:54:20.811Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964860809, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T00:54:20.911Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:54:20.912Z||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-07-11T00:54:20.912Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:54:20.918Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:20.918Z||pool-12-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:54:21.811Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 84975b85-fe46-4ddd-a297-72395b82d1f4 from URL: /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env 2021-07-11T00:54:21.812Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-07-11T00:54:21.812Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env 2021-07-11T00:54:22.607Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-07-11T00:54:22.607Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env 84975b85-fe46-4ddd-a297-72395b82d1f4 2098 2021-07-11T00:54:22.607Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env ASDC sendASDCNotification 2021-07-11T00:54:22.608Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env 2021-07-11T00:54:22.608Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T00:54:22.608Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:54:22.609Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:54:22.609Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964862607, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-07-11T00:54:22.710Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:54:22.710Z||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-07-11T00:54:22.710Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:54:22.716Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:22.717Z||pool-13-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:54:23.610Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1 2021-07-11T00:54:23.610Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a9247adc-3035 0 72d8ce14-0137-4f97-be6c-972c83eb69d2 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-07-11T00:54:23.638Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.638Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:54:23.638Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-07-11T00:54:23.638Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 23e29b81-6e21-4d06-b304-ad34102f7d3e 2021-07-11T00:54:23.638Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 23e29b81-6e21-4d06-b304-ad34102f7d3e matches Tosca VF Customization UUID: 23e29b81-6e21-4d06-b304-ad34102f7d3e 2021-07-11T00:54:23.639Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 23e29b81-6e21-4d06-b304-ad34102f7d3e 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-07-11T00:54:23.643Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.643Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:54:23.644Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 23e29b81-6e21-4d06-b304-ad34102f7d3e: {\"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-07-11T00:54:23.644Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@201b837e 2021-07-11T00:54:23.645Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.645Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-11T00:54:23.645Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0aafe951-bd2a-4839-990c-525832348d60 2021-07-11T00:54:23.646Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0aafe951-bd2a-4839-990c-525832348d60 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-07-11T00:54:23.650Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.650Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria 2021-07-11T00:54:23.651Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T00:54:23.651Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.651Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria 2021-07-11T00:54:23.652Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T00:54:23.652Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.652Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is not matching search criteria 2021-07-11T00:54:23.652Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-07-11T00:54:23.652Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-07-11T00:54:23.652Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-07-11T00:54:23.652Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-07-11T00:54:23.653Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-07-11T00:54:23.653Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-07-11T00:54:23.653Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-07-11T00:54:23.653Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-07-11T00:54:23.653Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-07-11T00:54:23.653Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-07-11T00:54:23.653Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-07-11T00:54:23.653Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e533de5c-c10b-4b1f-85a6-261d96a9cd3f 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-07-11T00:54:23.658Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.658Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria 2021-07-11T00:54:23.659Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T00:54:23.659Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.659Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is not matching search criteria 2021-07-11T00:54:23.659Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-07-11T00:54:23.659Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-07-11T00:54:23.659Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-07-11T00:54:23.660Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-07-11T00:54:23.660Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-07-11T00:54:23.660Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-07-11T00:54:23.660Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-07-11T00:54:23.660Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-07-11T00:54:23.660Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-07-11T00:54:23.660Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-07-11T00:54:23.661Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-07-11T00:54:23.661Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-07-11T00:54:23.661Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4d436de3-0688-442c-9a6f-4ba83d4b5372 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-07-11T00:54:23.662Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.663Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria 2021-07-11T00:54:23.663Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T00:54:23.665Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.665Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is not matching search criteria 2021-07-11T00:54:23.665Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-07-11T00:54:23.665Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-07-11T00:54:23.665Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-07-11T00:54:23.666Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-07-11T00:54:23.666Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-07-11T00:54:23.666Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-07-11T00:54:23.666Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-07-11T00:54:23.666Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-07-11T00:54:23.666Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-07-11T00:54:23.666Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-07-11T00:54:23.667Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-07-11T00:54:23.667Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-07-11T00:54:23.667Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a51cb60f-8262-419f-bd07-ede00fb46770 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-07-11T00:54:23.668Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.668Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria 2021-07-11T00:54:23.669Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T00:54:23.669Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.669Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Node template vFW a9247adc-3035 0 is matching search criteria 2021-07-11T00:54:23.669Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a9247adc-3035 0] matching following query criteria: sdcType=VF, customizationUUID=23e29b81-6e21-4d06-b304-ad34102f7d3e 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-07-11T00:54:23.670Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.671Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:54:23.671Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1: vFW a9247adc-3035 2021-07-11T00:54:23.671Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.671Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:54:23.671Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.671Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:54:23.672Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.672Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:54:23.672Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.672Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:54:23.672Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:54:23.672Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-11 00-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:54:23.672Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-07-11 00-50-57 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-07-11T00:54:23.867Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a9247adc-3035 72d8ce14-0137-4f97-be6c-972c83eb69d2 1 ASDC deployResourceStructure 2021-07-11T00:54:23.868Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json ASDC sendASDCNotification 2021-07-11T00:54:23.868Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json 2021-07-11T00:54:23.868Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T00:54:23.868Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:54:23.870Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:54:23.870Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964863868, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "DEPLOY_OK" } 2021-07-11T00:54:23.970Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:54:23.971Z||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-07-11T00:54:23.971Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:54:23.979Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:23.979Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:54:24.871Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-07-11T00:54:24.871Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml 2021-07-11T00:54:24.871Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T00:54:24.872Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:54:24.873Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:54:24.873Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964864871, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-07-11T00:54:24.973Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:54:24.974Z||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-07-11T00:54:24.974Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:54:24.981Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:24.982Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:54:25.874Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env ASDC sendASDCNotification 2021-07-11T00:54:25.874Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env 2021-07-11T00:54:25.874Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T00:54:25.875Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:54:25.876Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:54:25.876Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964865874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-07-11T00:54:25.976Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:54:25.977Z||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-07-11T00:54:25.977Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:54:25.984Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:25.985Z||pool-16-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-07-11T00:54:26.877Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar ASDC sendASDCNotification 2021-07-11T00:54:26.877Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar 2021-07-11T00:54:26.878Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T00:54:26.878Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:54:26.880Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:54:26.880Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964866877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T00:54:26.980Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:54:26.981Z||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-07-11T00:54:26.981Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:54:26.987Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:54:26.988Z||pool-17-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-07-11T00:54:27.881Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T00:54:27.894Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:54:27.896Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T00:54:27.897Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T00:54:27.897Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T00:54:57.897Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T00:54:57.907Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:54:57.909Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T00:54:57.909Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T00:54:57.910Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T00:55:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:55:04.702Z||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-07-11T00:55:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:55:04.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:55:04.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:55:04.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-windriver-id", "timestamp": 1625964844708, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-07-11T00:55:04.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:55:27.910Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T00:55:27.917Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:55:27.918Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T00:55:27.919Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T00:55:27.919Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T00:55:57.919Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T00:55:57.927Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:55:57.928Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T00:55:57.929Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T00:55:57.929Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T00:56:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:56:04.702Z||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-07-11T00:56:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:56:04.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:56:04.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:56:04.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "policy-id", "timestamp": 1625964843154, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T00:56:04.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:56:27.929Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T00:56:27.936Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:56:27.938Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T00:56:27.938Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T00:56:27.938Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T00:56:57.939Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T00:56:57.948Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:56:57.950Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T00:56:57.950Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T00:56:57.951Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T00:57:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:57:04.702Z||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-07-11T00:57:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:57:04.714Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:57:05.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "dcae-sch", "timestamp": 1625964838311, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-k8s-id", "timestamp": 1625964845021, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964842638, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964844699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-windriver-id", "timestamp": 1625964845715, "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-07-11T00:57:05.233Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10e6b8a0-8dc6-43a5-aaeb-925318d55641 2021-07-11T00:57:05.233Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:57:05.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "policy-id", "timestamp": 1625964843154, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-07-11T00:57:05.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964846007, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964842638, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964844699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "NOTIFIED" } 2021-07-11T00:57:05.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-windriver-id", "timestamp": 1625964846719, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "policy-id", "timestamp": 1625964843154, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-k8s-id", "timestamp": 1625964847129, "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-07-11T00:57:05.244Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10e6b8a0-8dc6-43a5-aaeb-925318d55641 2021-07-11T00:57:05.244Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:57:05.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964842638, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964844699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-07-11T00:57:05.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964847601, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.252Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "policy-id", "timestamp": 1625964843154, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-k8s-id", "timestamp": 1625964848132, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.253Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964842638, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964844699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964848606, "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-07-11T00:57:05.257Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10e6b8a0-8dc6-43a5-aaeb-925318d55641 2021-07-11T00:57:05.257Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:57:05.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "policy-id", "timestamp": 1625964843154, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964842638, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:57:05.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964844699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-07-11T00:57:05.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964849609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.264Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "policy-id", "timestamp": 1625964843154, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:57:05.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964844699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964850575, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "policy-id", "timestamp": 1625964851096, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964844699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:57:05.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "policy-id", "timestamp": 1625964852102, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "policy-id", "timestamp": 1625964853106, "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-07-11T00:57:05.270Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10e6b8a0-8dc6-43a5-aaeb-925318d55641 2021-07-11T00:57:05.270Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:57:05.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964853301, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "clamp", "timestamp": 1625964854393, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964855440, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "clamp", "timestamp": 1625964855444, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "clamp", "timestamp": 1625964856448, "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-07-11T00:57:05.280Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10e6b8a0-8dc6-43a5-aaeb-925318d55641 2021-07-11T00:57:05.280Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:57:05.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964856444, "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-07-11T00:57:05.290Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10e6b8a0-8dc6-43a5-aaeb-925318d55641 2021-07-11T00:57:05.291Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:57:05.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964858907, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "aai-ml", "timestamp": 1625964859216, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "aai-ml", "timestamp": 1625964860220, "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-07-11T00:57:05.302Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10e6b8a0-8dc6-43a5-aaeb-925318d55641 2021-07-11T00:57:05.302Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:57:05.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964860809, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964862607, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.310Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964863868, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/vfwa9247adc30350_modules.json", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.310Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964864871, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.310Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964865874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/resourceInstances/vfwa9247adc30350/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.311Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625964866877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210711005057/1.0/artifacts/service-Vfw20210711005057-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.311Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "clamp", "timestamp": 1625964862718, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "aai-ml", "timestamp": 1625964861223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "cds", "timestamp": 1625964864417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "ves-openapi-manager", "timestamp": 1625964867506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "policy-id", "timestamp": 1625964863154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-windriver-id", "timestamp": 1625964869136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "clamp", "timestamp": 1625964862718, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "NOTIFIED" } 2021-07-11T00:57:05.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "cds", "timestamp": 1625964864417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "aai-ml", "timestamp": 1625964861223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "ves-openapi-manager", "timestamp": 1625964867506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "policy-id", "timestamp": 1625964863154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-windriver-id", "timestamp": 1625964869136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "NOTIFIED" } 2021-07-11T00:57:05.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "clamp", "timestamp": 1625964862718, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "aai-ml", "timestamp": 1625964861223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "cds", "timestamp": 1625964864417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "ves-openapi-manager", "timestamp": 1625964867506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "policy-id", "timestamp": 1625964863154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-11T00:57:05.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-windriver-id", "timestamp": 1625964869136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-11T00:57:05.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "clamp", "timestamp": 1625964862718, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "aai-ml", "timestamp": 1625964861223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "cds", "timestamp": 1625964864417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "ves-openapi-manager", "timestamp": 1625964867506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "policy-id", "timestamp": 1625964863154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-k8s-id", "timestamp": 1625964871610, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-windriver-id", "timestamp": 1625964869136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "clamp", "timestamp": 1625964862718, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "aai-ml", "timestamp": 1625964861223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "cds", "timestamp": 1625964864417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "ves-openapi-manager", "timestamp": 1625964867506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "policy-id", "timestamp": 1625964863154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-k8s-id", "timestamp": 1625964871610, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "NOTIFIED" } 2021-07-11T00:57:05.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964872638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-windriver-id", "timestamp": 1625964869136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-11T00:57:05.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "clamp", "timestamp": 1625964862718, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "aai-ml", "timestamp": 1625964861223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "ves-openapi-manager", "timestamp": 1625964867506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "cds", "timestamp": 1625964864417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "policy-id", "timestamp": 1625964863154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-k8s-id", "timestamp": 1625964871610, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-11T00:57:05.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964872638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-windriver-id", "timestamp": 1625964869136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "aai-ml", "timestamp": 1625964861223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "clamp", "timestamp": 1625964862718, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "ves-openapi-manager", "timestamp": 1625964867506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "cds", "timestamp": 1625964864417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "policy-id", "timestamp": 1625964863154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-k8s-id", "timestamp": 1625964871610, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964872638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-windriver-id", "timestamp": 1625964869136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-k8s-id", "timestamp": 1625964871610, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964872638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964876223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "policy-id", "timestamp": 1625964877102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-k8s-id", "timestamp": 1625964871610, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964872638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "aai-ml", "timestamp": 1625964877316, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "cds", "timestamp": 1625964877327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964876223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "NOTIFIED" } 2021-07-11T00:57:05.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "policy-id", "timestamp": 1625964878105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-windriver-id", "timestamp": 1625964878183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.335Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-k8s-id", "timestamp": 1625964871610, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:57:05.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964872638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "cds", "timestamp": 1625964878333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-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-07-11T00:57:05.345Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c5ba9c08-202a-4510-9f78-49980e645e94 2021-07-11T00:57:05.345Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:57:05.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964876223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-11T00:57:05.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "dcae-sch", "timestamp": 1625964878311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "policy-id", "timestamp": 1625964879108, "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-07-11T00:57:05.354Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5ba9c08-202a-4510-9f78-49980e645e94 2021-07-11T00:57:05.354Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:57:05.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964872638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:57:05.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964876223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "dcae-sch", "timestamp": 1625964878311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-windriver-id", "timestamp": 1625964880222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.360Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-k8s-id", "timestamp": 1625964880329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.360Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964880831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964876223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-11T00:57:05.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "dcae-sch", "timestamp": 1625964878311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-windriver-id", "timestamp": 1625964881629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-k8s-id", "timestamp": 1625964881821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964876223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "dcae-sch", "timestamp": 1625964878311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-windriver-id", "timestamp": 1625964882634, "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-07-11T00:57:05.365Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5ba9c08-202a-4510-9f78-49980e645e94 2021-07-11T00:57:05.365Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:57:05.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964876223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:57:05.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "dcae-sch", "timestamp": 1625964878311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964883117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "aai-ml", "timestamp": 1625964883310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-k8s-id", "timestamp": 1625964883414, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-windriver-id", "timestamp": 1625964883637, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "dcae-sch", "timestamp": 1625964878311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625964884120, "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-07-11T00:57:05.374Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5ba9c08-202a-4510-9f78-49980e645e94 2021-07-11T00:57:05.374Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:57:05.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964884245, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.380Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "aai-ml", "timestamp": 1625964884314, "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-07-11T00:57:05.383Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c5ba9c08-202a-4510-9f78-49980e645e94 2021-07-11T00:57:05.383Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:57:05.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-k8s-id", "timestamp": 1625964884439, "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-07-11T00:57:05.391Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5ba9c08-202a-4510-9f78-49980e645e94 2021-07-11T00:57:05.391Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:57:05.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "dcae-sch", "timestamp": 1625964878311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T00:57:05.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "clamp", "timestamp": 1625964885282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-k8s-id", "timestamp": 1625964885442, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964885825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964887245, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-11T00:57:05.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "clamp", "timestamp": 1625964887291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:05.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964888249, "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-07-11T00:57:05.399Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5ba9c08-202a-4510-9f78-49980e645e94 2021-07-11T00:57:05.399Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:57:05.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "clamp", "timestamp": 1625964888293, "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-07-11T00:57:05.408Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c5ba9c08-202a-4510-9f78-49980e645e94 2021-07-11T00:57:05.408Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:57:05.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:57:05.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1625964889253, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T00:57:05.414Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:57:27.951Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T00:57:27.958Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:57:27.960Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T00:57:27.960Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-11T00:57:27.960Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-11T00:57:27.961Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-11T00:57:27.961Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T00:57:27.961Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T00:57:27.961Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T00:57:27.961Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T00:57:27.961Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T00:57:27.961Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T00:57:27.961Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-11T00:57:27.964Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-11T00:57:57.965Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 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-07-11T00:57:57.972Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10e6b8a0-8dc6-43a5-aaeb-925318d55641 and serviceModelVersionId: 9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1 2021-07-11T00:57:57.972Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 74bd5dd4-e2ee-4215-b847-eb1851e74099 2021-07-11T00:58:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:58:04.702Z||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-07-11T00:58:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:58:10.212Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?depth=0 2021-07-11T00:58:10.331Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-07-11T00:58:10.992Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?depth=0|INFO|500||Invoke 2021-07-11T00:58:11.000Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10e6b8a0-8dc6-43a5-aaeb-925318d55641], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b7e76a47-0134-4d99-9a36-a46589c2519d], X-ECOMP-RequestID=[10e6b8a0-8dc6-43a5-aaeb-925318d55641], X-TransactionId=[], X-ONAP-RequestID=[10e6b8a0-8dc6-43a5-aaeb-925318d55641], Content-Type=[application/merge-patch+json]} 2021-07-11T00:58:11.163Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-11T00:58:11.341Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?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/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210711-00:58:11:175-25708], vertex-id=[217088], Content-Length=[0], Date=[Sun, 11 Jul 2021 00:58:11 GMT], Content-Type=[application/json]} 2021-07-11T00:58:11.342Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-07-11T00:58:11.343Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74bd5dd4-e2ee-4215-b847-eb1851e74099/model-vers/model-ver/9d57a8b9-2b86-4abf-a5cf-a8cc6f8321f1?depth=0|INFO|500||InvokeReturn 2021-07-11T00:58:11.347Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-11T00:58:11.347Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||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-07-11T00:58:11.350Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-07-11T00:58:11.358Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10e6b8a0-8dc6-43a5-aaeb-925318d55641 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-11T00:58:11.359Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-11T00:58:11.359Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:58:11.361Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:58:11.361Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965091358, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T00:58:11.461Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:58:11.462Z||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-07-11T00:58:11.462Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:58:11.468Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:11.469Z||pool-18-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:58:12.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:12.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-11T00:58:12.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10e6b8a0-8dc6-43a5-aaeb-925318d55641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965091358, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T00:58:12.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-07-11T00:58:12.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:58:12.370Z||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-07-11T00:58:12.371Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:58:16.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:16.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-11T00:58:16.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c5ba9c08-202a-4510-9f78-49980e645e94","serviceName":"basic_onboard_sEJWKV","serviceVersion":"1.0","serviceUUID":"f838ec42-87b4-4686-9847-6d758f4e81e6","serviceDescription":"service","serviceInvariantUUID":"67f666ab-eced-461c-af81-64454ae21882","resources":[{"resourceInstanceName":"basic_onboard_sEJWKV 0","resourceName":"basic_onboard_sEJWKV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1cfc6246-27b6-4a3a-813e-9d51960b994c","resourceInvariantUUID":"68bb1928-7bef-4d8d-9df6-df6df38995f2","resourceCustomizationUUID":"b2820932-5517-426a-8895-886e288fa8a6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml","artifactChecksum":"MThhNzI3NWU4N2FkMGFiOTg1MTQxMzAyNjJhMzdjOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1daa4235-86b1-409f-8bb3-dc7a631b8673","artifactVersion":"1"},{"artifactName":"basic_onboard_sejwkv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json","artifactChecksum":"MTc2NDViNTQzOWRhMTQxNDQ2YTA2YmE0MmNlMDJjNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b5dbce24-bbec-4bd4-924f-0672dcdbaa5e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f906ea6e-323e-4d5f-b8ac-1934aae79302","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c65867eb-14db-4b75-a9bd-4e80a4cf2462","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"26eac3fc-920b-4c5d-9d9e-51524ac56ea7","artifactVersion":"2","generatedFromUUID":"f906ea6e-323e-4d5f-b8ac-1934aae79302"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSejwkv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml","artifactChecksum":"MjAzNTc2NTFmYjczMDE5NzVkY2U5ZmEyMTJhZDIyOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d8529d7-01bc-4589-93c7-9d5fa5c3e4b9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSejwkv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar","artifactChecksum":"ZjRkOTg0NTNjNjc1NmY4MWNhNWEyODU0ZmM2MTI4MmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"911171e1-43d9-41e5-9477-bf630c0d6a9b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-11T00:58:16.653Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T00:58:16.654Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:58:16.656Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:58:16.656Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965092370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:58:16.756Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:58:16.757Z||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-07-11T00:58:16.757Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:58:16.764Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:16.764Z||pool-19-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:58:17.656Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T00:58:17.657Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:58:17.658Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:58:17.658Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965092370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "NOTIFIED" } 2021-07-11T00:58:17.759Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-07-11T00:58:17.759Z||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-07-11T00:58:17.759Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:58:17.767Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:17.767Z||pool-20-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-07-11T00:58:18.659Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T00:58:18.660Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:58:18.661Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:58:18.661Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965092370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-11T00:58:18.761Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:58:18.763Z||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-07-11T00:58:18.763Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:58:18.770Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:18.770Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:58:19.662Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T00:58:19.663Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:58:19.665Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:58:19.665Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965092370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:58:19.766Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-11T00:58:19.767Z||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-07-11T00:58:19.767Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:58:19.775Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:19.775Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:58:20.666Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T00:58:20.666Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:58:20.668Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:58:20.668Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965092370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-11T00:58:20.768Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:58:20.769Z||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-07-11T00:58:20.769Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:58:20.775Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:20.776Z||pool-23-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:58:21.668Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T00:58:21.669Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:58:21.671Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:58:21.671Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965092370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:58:21.771Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:58:21.771Z||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-07-11T00:58:21.772Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:58:21.779Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:21.780Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:58:22.671Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T00:58:22.672Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:58:22.673Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:58:22.674Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965092370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:58:22.774Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:58:22.774Z||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-07-11T00:58:22.774Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:58:22.781Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:22.781Z||pool-25-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:58:23.675Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "serviceName": "basic_onboard_sEJWKV", "serviceVersion": "1.0", "serviceUUID": "f838ec42-87b4-4686-9847-6d758f4e81e6", "serviceDescription": "service", "serviceInvariantUUID": "67f666ab-eced-461c-af81-64454ae21882", "resources": [ { "resourceInstanceName": "basic_onboard_sEJWKV 0", "resourceCustomizationUUID": "b2820932-5517-426a-8895-886e288fa8a6", "resourceName": "basic_onboard_sEJWKV", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1cfc6246-27b6-4a3a-813e-9d51960b994c", "resourceInvariantUUID": "68bb1928-7bef-4d8d-9df6-df6df38995f2", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_sejwkv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "artifactChecksum": "MTc2NDViNTQzOWRhMTQxNDQ2YTA2YmE0MmNlMDJjNGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b5dbce24-bbec-4bd4-924f-0672dcdbaa5e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f906ea6e-323e-4d5f-b8ac-1934aae79302", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "26eac3fc-920b-4c5d-9d9e-51524ac56ea7", "generatedFromUUID": "f906ea6e-323e-4d5f-b8ac-1934aae79302" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "26eac3fc-920b-4c5d-9d9e-51524ac56ea7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardSejwkv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "artifactChecksum": "ZjRkOTg0NTNjNjc1NmY4MWNhNWEyODU0ZmM2MTI4MmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "911171e1-43d9-41e5-9477-bf630c0d6a9b" } ], "workloadContext": "Production" } 2021-07-11T00:58:23.675Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-11T00:58:23.675Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f838ec42-87b4-4686-9847-6d758f4e81e6 ASDC 2021-07-11T00:58:23.676Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:c5ba9c08-202a-4510-9f78-49980e645e94 ServiceName:basic_onboard_sEJWKV ServiceVersion:1.0 ServiceUUID:f838ec42-87b4-4686-9847-6d758f4e81e6 ServiceInvariantUUID:67f666ab-eced-461c-af81-64454ae21882 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardSejwkv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar ArtifactUUID:911171e1-43d9-41e5-9477-bf630c0d6a9b ArtifactChecksum:ZjRkOTg0NTNjNjc1NmY4MWNhNWEyODU0ZmM2MTI4MmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_sEJWKV 0 ResourceCustomizationUUID:b2820932-5517-426a-8895-886e288fa8a6 ResourceInvariantUUID:68bb1928-7bef-4d8d-9df6-df6df38995f2 ResourceName:basic_onboard_sEJWKV ResourceType:VF ResourceUUID:1cfc6246-27b6-4a3a-813e-9d51960b994c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_sejwkv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json ArtifactUUID:b5dbce24-bbec-4bd4-924f-0672dcdbaa5e ArtifactChecksum:MTc2NDViNTQzOWRhMTQxNDQ2YTA2YmE0MmNlMDJjNGQ= 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/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml ArtifactUUID:f906ea6e-323e-4d5f-b8ac-1934aae79302 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/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env ArtifactUUID:26eac3fc-920b-4c5d-9d9e-51524ac56ea7 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/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env ArtifactUUID:26eac3fc-920b-4c5d-9d9e-51524ac56ea7 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-07-11T00:58:23.676Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f838ec42-87b4-4686-9847-6d758f4e81e6 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-07-11T00:58:23.703Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T00:58:23.704Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-07-11T00:58:23.704Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-07-11T00:58:23.704Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 911171e1-43d9-41e5-9477-bf630c0d6a9b from URL: /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:23.704Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-07-11T00:58:23.704Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:23.873Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-07-11T00:58:23.878Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar 911171e1-43d9-41e5-9477-bf630c0d6a9b 74846 2021-07-11T00:58:23.878Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar ASDC sendASDCNotification 2021-07-11T00:58:23.879Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:23.879Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T00:58:23.879Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:58:23.882Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:58:23.882Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965103878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T00:58:23.983Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-07-11T00:58:23.983Z||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-07-11T00:58:23.983Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:58:23.990Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:23.990Z||pool-26-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:58:24.883Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T00:58:24.884Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-07-11T00:58:24.884Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 911171e1-43d9-41e5-9477-bf630c0d6a9b, URL: /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar to file: /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:24.884Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:24.885Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:24.885Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:25.044Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9945246370110423766/Definitions/service-BasicOnboardSejwkv-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-07-11T00:58:26.247Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-11T00:58:26.247Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-07-11T00:58:26.247Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:26.247Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-07-11T00:58:26.247Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sEJWKV 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||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-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||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-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sEJWKV 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-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-07-11T00:58:26.248Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:26.249Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:58:26.249Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria 2021-07-11T00:58:26.249Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-07-11T00:58:26.249Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T00:58:26.249Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:26.249Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:58:26.250Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria 2021-07-11T00:58:26.250Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-07-11T00:58:26.250Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T00:58:26.250Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:26.250Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:58:26.250Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:26.251Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is not matching search criteria 2021-07-11T00:58:26.251Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-07-11T00:58:26.251Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-07-11T00:58:26.251Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-07-11T00:58:26.251Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-07-11T00:58:26.251Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-07-11T00:58:26.251Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:26.251Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-11T00:58:26.252Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:26.252Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria 2021-07-11T00:58:26.252Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T00:58:26.252Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:26.252Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria 2021-07-11T00:58:26.252Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T00:58:26.253Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:26.253Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria 2021-07-11T00:58:26.253Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T00:58:26.253Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:26.253Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is not matching search criteria 2021-07-11T00:58:26.253Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-07-11T00:58:26.253Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-07-11T00:58:26.254Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1e886390-ddcc-4168-bfbc-502118e71331 2021-07-11T00:58:26.254Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:26.254Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:58:26.254Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:26.254Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:58:26.254Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:26.254Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:58:26.254Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:26.255Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:58:26.255Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_sEJWKV Description:service Model UUID:f838ec42-87b4-4686-9847-6d758f4e81e6 Model Version:NULL Model InvariantUuid:67f666ab-eced-461c-af81-64454ae21882 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_sEJWKV Model UUID:6c35b09b-954a-4df6-9e7e-6318633c21fb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:68bb1928-7bef-4d8d-9df6-df6df38995f2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b2820932-5517-426a-8895-886e288fa8a6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ef897fc9-d12c-41e0-9ff9-b0bccb0e2c75 ModelName:BasicOnboardSejwkv..base_ubuntu18..module-0 ModelUuid:23ad93d0-c438-4fb4-9b50-02ad9548007b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1e886390-ddcc-4168-bfbc-502118e71331 ModelInvariantUuid:86398638-f24f-485a-b619-7d019379a0f3 ModelName:basic_onboard_sEJWKV-nodes.ubuntu18Cvfc ModelUuid:27cbdda3-e18f-4327-a5db-7ed8de1a731f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:6ee8bd6a-7bf2-40f1-b2da-38d83cae5f51 ModelInvariantUuid:4e80c29d-0980-486a-8514-94ce20906f21 ModelName:BasicOnboardSejwkv.compute.nodes.heat.ubuntu18 ModelUuid:329c98b5-2146-42d4-aea2-5dd199da9d75 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-07-11T00:58:26.259Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 1cfc6246-27b6-4a3a-813e-9d51960b994c 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-07-11T00:58:26.261Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||basic_onboard_sEJWKV 0 2021-07-11T00:58:26.262Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1cfc6246-27b6-4a3a-813e-9d51960b994c 2021-07-11T00:58:26.262Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b5dbce24-bbec-4bd4-924f-0672dcdbaa5e from URL: /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json 2021-07-11T00:58:26.262Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-07-11T00:58:26.262Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json 2021-07-11T00:58:26.808Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-07-11T00:58:26.808Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json b5dbce24-bbec-4bd4-924f-0672dcdbaa5e 798 2021-07-11T00:58:26.809Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json ASDC sendASDCNotification 2021-07-11T00:58:26.809Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json 2021-07-11T00:58:26.809Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T00:58:26.809Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:58:26.811Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:58:26.811Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965106809, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T00:58:26.911Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:58:26.912Z||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-07-11T00:58:26.912Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:58:26.919Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:26.919Z||pool-27-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:58:27.812Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardSejwkv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ef897fc9-d12c-41e0-9ff9-b0bccb0e2c75", "vfModuleModelVersion": "1", "vfModuleModelUUID": "23ad93d0-c438-4fb4-9b50-02ad9548007b", "vfModuleModelCustomizationUUID": "54be73a4-8478-4be6-89cc-7d62b8d3534d", "isBase": true, "artifacts": [ "f906ea6e-323e-4d5f-b8ac-1934aae79302", "26eac3fc-920b-4c5d-9d9e-51524ac56ea7" ], "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-07-11T00:58:27.815Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardSejwkv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:23ad93d0-c438-4fb4-9b50-02ad9548007b VfModuleModelInvariantUUID:ef897fc9-d12c-41e0-9ff9-b0bccb0e2c75 VfModuleModelDescription:NULL Artifacts UUID List:{ f906ea6e-323e-4d5f-b8ac-1934aae79302 , 26eac3fc-920b-4c5d-9d9e-51524ac56ea7 } 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-07-11T00:58:27.817Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardSejwkv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ef897fc9-d12c-41e0-9ff9-b0bccb0e2c75", "vfModuleModelVersion": "1", "vfModuleModelUUID": "23ad93d0-c438-4fb4-9b50-02ad9548007b", "vfModuleModelCustomizationUUID": "54be73a4-8478-4be6-89cc-7d62b8d3534d", "isBase": true, "artifacts": [ "f906ea6e-323e-4d5f-b8ac-1934aae79302", "26eac3fc-920b-4c5d-9d9e-51524ac56ea7" ], "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-07-11T00:58:27.817Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardSejwkv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:23ad93d0-c438-4fb4-9b50-02ad9548007b VfModuleModelInvariantUUID:ef897fc9-d12c-41e0-9ff9-b0bccb0e2c75 VfModuleModelDescription:NULL Artifacts UUID List:{ f906ea6e-323e-4d5f-b8ac-1934aae79302 , 26eac3fc-920b-4c5d-9d9e-51524ac56ea7 } 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-07-11T00:58:27.817Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f906ea6e-323e-4d5f-b8ac-1934aae79302 from URL: /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml 2021-07-11T00:58:27.817Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-07-11T00:58:27.818Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml 2021-07-11T00:58:28.425Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-07-11T00:58:28.426Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml f906ea6e-323e-4d5f-b8ac-1934aae79302 5033 2021-07-11T00:58:28.426Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-07-11T00:58:28.426Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml 2021-07-11T00:58:28.426Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T00:58:28.426Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:58:28.428Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:58:28.428Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965108426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T00:58:28.528Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:58:28.529Z||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-07-11T00:58:28.529Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:58:28.535Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:28.536Z||pool-28-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-07-11T00:58:29.429Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 26eac3fc-920b-4c5d-9d9e-51524ac56ea7 from URL: /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env 2021-07-11T00:58:29.429Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-07-11T00:58:29.429Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env 2021-07-11T00:58:29.584Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-07-11T00:58:29.585Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env 26eac3fc-920b-4c5d-9d9e-51524ac56ea7 909 2021-07-11T00:58:29.585Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-07-11T00:58:29.585Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env 2021-07-11T00:58:29.585Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T00:58:29.586Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:58:29.587Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:58:29.587Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965109585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-11T00:58:29.688Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-07-11T00:58:29.688Z||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-07-11T00:58:29.688Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:58:29.695Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:29.695Z||pool-29-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:58:30.588Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f838ec42-87b4-4686-9847-6d758f4e81e6 2021-07-11T00:58:30.589Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_sEJWKV 0 1cfc6246-27b6-4a3a-813e-9d51960b994c 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-07-11T00:58:30.600Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:30.600Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:58:30.601Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-07-11T00:58:30.601Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b2820932-5517-426a-8895-886e288fa8a6 2021-07-11T00:58:30.601Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2820932-5517-426a-8895-886e288fa8a6 matches Tosca VF Customization UUID: b2820932-5517-426a-8895-886e288fa8a6 2021-07-11T00:58:30.601Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b2820932-5517-426a-8895-886e288fa8a6 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-07-11T00:58:30.603Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:30.603Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:58:30.604Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b2820932-5517-426a-8895-886e288fa8a6: {\"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-07-11T00:58:30.604Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5eb01fdd 2021-07-11T00:58:30.604Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:30.605Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-11T00:58:30.605Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54be73a4-8478-4be6-89cc-7d62b8d3534d 2021-07-11T00:58:30.605Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54be73a4-8478-4be6-89cc-7d62b8d3534d 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-07-11T00:58:30.607Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:30.607Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria 2021-07-11T00:58:30.607Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T00:58:30.608Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:30.608Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria 2021-07-11T00:58:30.608Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T00:58:30.608Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:30.609Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is not matching search criteria 2021-07-11T00:58:30.609Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-07-11T00:58:30.609Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-07-11T00:58:30.609Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1e886390-ddcc-4168-bfbc-502118e71331 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-07-11T00:58:30.611Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:30.611Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria 2021-07-11T00:58:30.611Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T00:58:30.612Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:30.612Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_sEJWKV 0 is matching search criteria 2021-07-11T00:58:30.612Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_sEJWKV 0] matching following query criteria: sdcType=VF, customizationUUID=b2820932-5517-426a-8895-886e288fa8a6 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-07-11T00:58:30.613Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:30.614Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:58:30.614Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f838ec42-87b4-4686-9847-6d758f4e81e6: basic_onboard_sEJWKV 2021-07-11T00:58:30.614Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:30.614Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:58:30.615Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:30.615Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:58:30.615Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:30.615Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:58:30.616Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:30.616Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:58:30.616Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T00:58:30.616Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_sEJWKV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T00:58:30.617Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_sEJWKV 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-07-11T00:58:30.672Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_sEJWKV 1cfc6246-27b6-4a3a-813e-9d51960b994c 1 ASDC deployResourceStructure 2021-07-11T00:58:30.672Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json ASDC sendASDCNotification 2021-07-11T00:58:30.672Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json 2021-07-11T00:58:30.673Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T00:58:30.673Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:58:30.676Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:58:30.676Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965110672, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T00:58:30.776Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:58:30.776Z||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-07-11T00:58:30.777Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:58:30.783Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:30.783Z||pool-30-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:58:31.677Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-07-11T00:58:31.677Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml 2021-07-11T00:58:31.677Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T00:58:31.678Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:58:31.679Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:58:31.679Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965111677, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-07-11T00:58:31.779Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:58:31.780Z||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-07-11T00:58:31.780Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:58:31.787Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:31.788Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-07-11T00:58:32.680Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-07-11T00:58:32.681Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env 2021-07-11T00:58:32.681Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T00:58:32.681Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:58:32.684Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:58:32.684Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965112680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-07-11T00:58:32.784Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:58:32.784Z||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-07-11T00:58:32.785Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:58:32.793Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:32.793Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:58:33.685Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar ASDC sendASDCNotification 2021-07-11T00:58:33.685Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar 2021-07-11T00:58:33.685Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T00:58:33.686Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:58:33.687Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:58:33.687Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965113684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T00:58:33.787Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-07-11T00:58:33.788Z||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-07-11T00:58:33.788Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:58:33.796Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:58:33.796Z||pool-33-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:58:34.688Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5ba9c08-202a-4510-9f78-49980e645e94 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T00:58:34.696Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:58:34.698Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T00:58:34.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-11T00:58:34.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-11T00:58:34.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-11T00:58:34.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T00:58:34.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T00:58:34.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T00:58:34.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T00:58:34.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T00:58:34.701Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T00:58:34.701Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-11T00:58:34.704Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-11T00:59:04.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:59:04.702Z||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-07-11T00:59:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T00:59:04.705Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5ba9c08-202a-4510-9f78-49980e645e94 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-07-11T00:59:04.711Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5ba9c08-202a-4510-9f78-49980e645e94 and serviceModelVersionId: f838ec42-87b4-4686-9847-6d758f4e81e6 2021-07-11T00:59:04.711Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 67f666ab-eced-461c-af81-64454ae21882 2021-07-11T00:59:04.712Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?depth=0 2021-07-11T00:59:04.716Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-07-11T00:59:04.758Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?depth=0|INFO|500||Invoke 2021-07-11T00:59:04.758Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5ba9c08-202a-4510-9f78-49980e645e94], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1cd36a4f-8f87-46e1-8b05-74bea8017af1], X-ECOMP-RequestID=[c5ba9c08-202a-4510-9f78-49980e645e94], X-TransactionId=[], X-ONAP-RequestID=[c5ba9c08-202a-4510-9f78-49980e645e94], Content-Type=[application/merge-patch+json]} 2021-07-11T00:59:04.785Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-11T00:59:04.863Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?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/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210711-00:59:04:795-75902], vertex-id=[176272], Content-Length=[0], Date=[Sun, 11 Jul 2021 00:59:04 GMT], Content-Type=[application/json]} 2021-07-11T00:59:04.864Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-07-11T00:59:04.865Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/67f666ab-eced-461c-af81-64454ae21882/model-vers/model-ver/f838ec42-87b4-4686-9847-6d758f4e81e6?depth=0|INFO|500||InvokeReturn 2021-07-11T00:59:04.865Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-11T00:59:04.865Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||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-07-11T00:59:04.869Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-07-11T00:59:04.869Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5ba9c08-202a-4510-9f78-49980e645e94 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-11T00:59:04.869Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-11T00:59:04.870Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-07-11T00:59:04.872Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T00:59:04.872Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965144869, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T00:59:04.972Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T00:59:04.973Z||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-07-11T00:59:04.973Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T00:59:04.980Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:59:04.980Z||pool-34-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T00:59:04.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:59:04.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T00:59:04.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965092370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:59:04.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-11T00:59:04.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T00:59:04.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965092370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "NOTIFIED" } 2021-07-11T00:59:04.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-11T00:59:04.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T00:59:04.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965092370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-11T00:59:04.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-11T00:59:04.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T00:59:04.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965092370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T00:59:04.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-11T00:59:04.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T00:59:04.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965092370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-11T00:59:04.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-11T00:59:04.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T00:59:04.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965092370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T00:59:04.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-11T00:59:04.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T00:59:04.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965092370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "NOTIFIED" } 2021-07-11T00:59:04.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-11T00:59:04.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T00:59:04.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965103878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T00:59:04.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:59:04.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T00:59:04.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965106809, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T00:59:04.994Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:59:04.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T00:59:04.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965108426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T00:59:04.994Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:59:04.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T00:59:04.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965109585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-11T00:59:04.994Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:59:04.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T00:59:04.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965110672, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/basic_onboard_sejwkv0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T00:59:04.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:59:04.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T00:59:04.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965111677, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-07-11T00:59:04.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:59:04.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T00:59:04.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965112680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/resourceInstances/basic_onboard_sejwkv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-07-11T00:59:04.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T00:59:04.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T00:59:04.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965113684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejwkv/1.0/artifacts/service-BasicOnboardSejwkv-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T00:59:04.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-07-11T00:59:05.882Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:59:05.882Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T00:59:05.882Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ... 2021-07-11T00:59:15.418Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:59:15.418Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:59:15.419Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T00:59:15.419Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ... 2021-07-11T00:59:24.947Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:59:24.947Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:59:24.948Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T00:59:24.948Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ... 2021-07-11T00:59:34.477Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T00:59:34.478Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T00:59:34.478Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T00:59:34.478Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ... 2021-07-11T00:59:44.008Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:00:04.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:00:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T01:00:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:00:04.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:00:04.701Z||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-07-11T01:00:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:00:05.219Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:00:05.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-07-11T01:00:05.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5ba9c08-202a-4510-9f78-49980e645e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965144869, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T01:00:05.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:00:14.238Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:01:04.699Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:01:04.700Z||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-07-11T01:01:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:01:04.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:01:04.702Z||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-07-11T01:01:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:01:14.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:01:14.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:02:04.699Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:02:04.700Z||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-07-11T01:02:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:02:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:02:04.701Z||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-07-11T01:02:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:02:14.238Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:02:14.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:03:04.699Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:03:04.700Z||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-07-11T01:03:04.700Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:03:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:03:04.702Z||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-07-11T01:03:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:03:04.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:03:04.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:03:04.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "clamp", "timestamp": 1625965372718, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:03:04.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:03:04.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:03:04.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "cds", "timestamp": 1625965374417, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:03:04.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:03:04.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:03:04.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965376223, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:03:04.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:03:04.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:03:04.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "multicloud-k8s-id", "timestamp": 1625965371610, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:03:04.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:03:04.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:03:04.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "dcae-sch", "timestamp": 1625965378311, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:03:04.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:03:04.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:03:04.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "clamp", "timestamp": 1625965372718, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:03:04.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:03:04.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:03:04.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "dcae-sch", "timestamp": 1625965378311, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:03:04.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:03:04.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:03:04.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "cds", "timestamp": 1625965374417, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:03:04.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:03:04.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:03:04.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "multicloud-k8s-id", "timestamp": 1625965371610, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:03:04.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:03:04.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:03:04.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965376223, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:03:04.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:03:04.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:03:04.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965382638, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:03:04.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:03:04.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:03:04.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "policy-id", "timestamp": 1625965383154, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:03:04.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:03:04.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:03:04.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "cds", "timestamp": 1625965384216, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:03:04.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:03:04.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:03:04.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965382638, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:03:04.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:03:05.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:03:05.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-11T01:03:05.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c2dee162-1b7c-477d-9361-9d72290d3b9d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e183871b-f070-4093-a6bb-6290053b522b","serviceDescription":"service","serviceInvariantUUID":"d03804ab-5e1a-4260-9c4b-dc9f87e9f351","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"25799814-b563-4bc7-8cfc-014abd4631c5","resourceInvariantUUID":"ac52b36f-86b6-45af-ab0b-5870a8f8d2a3","resourceCustomizationUUID":"f6cb70bb-bc6e-4a12-904b-e19e2220cadd","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":"OTJhNWM1YzM3MzU1NDY4MmZhMjE0MzQzMTFmY2Y1MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8522607a-f5ad-45b9-b64f-394ad985879e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjVhNzZjZWM0MmMzNmY1Mjg3MTMyMjc4MWE4MTk1YjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3eebca72-4725-4467-b47f-f11a16e84b21","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-11T01:03:05.320Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:03:05.320Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:03:05.322Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:03:05.322Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965384699, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:03:05.422Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:03:05.423Z||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-07-11T01:03:05.423Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:03:05.430Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:03:05.430Z||pool-35-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:03:06.322Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:03:06.323Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:03:06.325Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:03:06.325Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965384699, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:03:06.425Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:03:06.426Z||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-07-11T01:03:06.426Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:03:06.433Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:03:06.434Z||pool-36-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-07-11T01:03:07.325Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e183871b-f070-4093-a6bb-6290053b522b", "serviceDescription": "service", "serviceInvariantUUID": "d03804ab-5e1a-4260-9c4b-dc9f87e9f351", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "f6cb70bb-bc6e-4a12-904b-e19e2220cadd", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "25799814-b563-4bc7-8cfc-014abd4631c5", "resourceInvariantUUID": "ac52b36f-86b6-45af-ab0b-5870a8f8d2a3", "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": "ZjVhNzZjZWM0MmMzNmY1Mjg3MTMyMjc4MWE4MTk1YjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3eebca72-4725-4467-b47f-f11a16e84b21" } ], "workloadContext": "Production" } 2021-07-11T01:03:07.326Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-11T01:03:07.326Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e183871b-f070-4093-a6bb-6290053b522b ASDC 2021-07-11T01:03:07.326Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:c2dee162-1b7c-477d-9361-9d72290d3b9d ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e183871b-f070-4093-a6bb-6290053b522b ServiceInvariantUUID:d03804ab-5e1a-4260-9c4b-dc9f87e9f351 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:3eebca72-4725-4467-b47f-f11a16e84b21 ArtifactChecksum:ZjVhNzZjZWM0MmMzNmY1Mjg3MTMyMjc4MWE4MTk1YjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:f6cb70bb-bc6e-4a12-904b-e19e2220cadd ResourceInvariantUUID:ac52b36f-86b6-45af-ab0b-5870a8f8d2a3 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:25799814-b563-4bc7-8cfc-014abd4631c5 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-07-11T01:03:07.327Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e183871b-f070-4093-a6bb-6290053b522b 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-07-11T01:03:07.348Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T01:03:07.348Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:03:07.348Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:03:07.349Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3eebca72-4725-4467-b47f-f11a16e84b21 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-07-11T01:03:07.349Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:03:07.349Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-07-11T01:03:07.818Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:03:07.820Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3eebca72-4725-4467-b47f-f11a16e84b21 52221 2021-07-11T01:03:07.821Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-07-11T01:03:07.821Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-07-11T01:03:07.821Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:03:07.821Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:03:07.822Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:03:07.822Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965387821, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:03:07.923Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:03:07.923Z||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-07-11T01:03:07.923Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:03:07.930Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:03:07.930Z||pool-37-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:03:08.823Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T01:03:08.824Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:03:08.824Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3eebca72-4725-4467-b47f-f11a16e84b21, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-07-11T01:03:08.825Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-07-11T01:03:08.825Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-07-11T01:03:08.825Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-07-11T01:03:08.894Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14927917973066760694/Definitions/service-BasicNetwork-template.yml 2021-07-11T01:03:09.202Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-11T01:03:09.202Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-07-11T01:03:09.202Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-07-11T01:03:09.202Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:03:09.203Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:03:09.204Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:03:09.205Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:03:09.205Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:03:09.205Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:03:09.205Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:03:09.205Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:03:09.205Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:03:09.205Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:03:09.205Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:e183871b-f070-4093-a6bb-6290053b522b Model Version:NULL Model InvariantUuid:d03804ab-5e1a-4260-9c4b-dc9f87e9f351 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:ac52b36f-86b6-45af-ab0b-5870a8f8d2a3 Model UUID:4bc10196-ae5f-40eb-9164-823ce49cd034 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:f6cb70bb-bc6e-4a12-904b-e19e2220cadd 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-07-11T01:03:09.211Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 25799814-b563-4bc7-8cfc-014abd4631c5 2021-07-11T01:03:09.211Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||No resources found for Service: e183871b-f070-4093-a6bb-6290053b522b 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-07-11T01:03:09.214Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500|| 2021-07-11T01:03:09.214Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-07-11T01:03:09.215Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e183871b-f070-4093-a6bb-6290053b522b 2021-07-11T01:03:09.215Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e183871b-f070-4093-a6bb-6290053b522b 2021-07-11T01:03:09.215Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-07-11T01:03:09.215Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.219Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:03:09.219Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:03:09.219Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:03:09.220Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:03:09.220Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e183871b-f070-4093-a6bb-6290053b522b: Generic NeutronNet 2021-07-11T01:03:09.220Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:03:09.220Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:03:09.220Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:03:09.220Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.244Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:03:09.244Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:03:09.244Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:03:09.244Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:03:09.245Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:03:09.245Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:03:09.245Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:03:09.284Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-07-11T01:03:09.285Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-07-11T01:03:09.285Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-07-11T01:03:09.285Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:03:09.285Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:03:09.286Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:03:09.286Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965389285, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:03:09.387Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:03:09.387Z||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-07-11T01:03:09.387Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:03:09.394Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:03:09.394Z||pool-38-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:03:10.291Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:03:10.297Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:03:10.298Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:03:10.298Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T01:03:10.298Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T01:03:40.299Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:03:40.306Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:03:40.308Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:03:40.308Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T01:03:40.308Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T01:04:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:04:04.702Z||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-07-11T01:04:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:04:04.714Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:04:04.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:04:04.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "policy-id", "timestamp": 1625965383154, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:04:04.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:04:10.308Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:04:10.314Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:04:10.318Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:04:10.318Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T01:04:10.318Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T01:04:40.318Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:04:40.325Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:04:40.326Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:04:40.326Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T01:04:40.327Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T01:05:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:05:04.702Z||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-07-11T01:05:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:05:04.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:05:04.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:05:04.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "cds", "timestamp": 1625965385221, "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-07-11T01:05:04.724Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2dee162-1b7c-477d-9361-9d72290d3b9d 2021-07-11T01:05:04.724Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:05:10.327Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:05:10.335Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:05:10.337Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:05:10.337Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T01:05:10.337Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T01:05:40.338Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:05:40.346Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:05:40.348Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:05:40.348Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T01:05:40.348Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T01:06:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:06:04.702Z||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-07-11T01:06:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:06:04.722Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:06:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965384699, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965385734, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:06:04.723Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:06:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965384699, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:06:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "clamp", "timestamp": 1625965386362, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:06:04.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "policy-id", "timestamp": 1625965386530, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:06:04.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965387189, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:06:04.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "policy-id", "timestamp": 1625965387533, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:06:04.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965387821, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:06:04.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "ves-openapi-manager", "timestamp": 1625965387506, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965388195, "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-07-11T01:06:04.729Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c2dee162-1b7c-477d-9361-9d72290d3b9d 2021-07-11T01:06:04.729Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:06:04.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "clamp", "timestamp": 1625965388370, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:06:04.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:06:04.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "policy-id", "timestamp": 1625965388535, "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-07-11T01:06:04.738Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2dee162-1b7c-477d-9361-9d72290d3b9d 2021-07-11T01:06:04.738Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:06:04.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "ves-openapi-manager", "timestamp": 1625965387506, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965389285, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:06:04.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:06:04.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "clamp", "timestamp": 1625965389374, "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-07-11T01:06:04.748Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c2dee162-1b7c-477d-9361-9d72290d3b9d 2021-07-11T01:06:04.748Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:06:04.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "multicloud-windriver-id", "timestamp": 1625965389136, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "multicloud-windriver-id", "timestamp": 1625965389136, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:06:04.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "aai-ml", "timestamp": 1625965396791, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "aai-ml", "timestamp": 1625965396791, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:06:04.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "aai-ml", "timestamp": 1625965400587, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:06:04.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:06:04.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "aai-ml", "timestamp": 1625965403809, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:06:04.755Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:06:04.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "aai-ml", "timestamp": 1625965404812, "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-07-11T01:06:04.758Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2dee162-1b7c-477d-9361-9d72290d3b9d 2021-07-11T01:06:04.758Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:06:04.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "clamp", "timestamp": 1625965432718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "dcae-sch", "timestamp": 1625965438311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "cds", "timestamp": 1625965434417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965436223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-k8s-id", "timestamp": 1625965431610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "clamp", "timestamp": 1625965432718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "dcae-sch", "timestamp": 1625965438311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-k8s-id", "timestamp": 1625965431610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965436223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "cds", "timestamp": 1625965434417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965442638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "clamp", "timestamp": 1625965432718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "dcae-sch", "timestamp": 1625965438311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "cds", "timestamp": 1625965434417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-k8s-id", "timestamp": 1625965431610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965436223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "policy-id", "timestamp": 1625965443154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965442638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "clamp", "timestamp": 1625965432718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "dcae-sch", "timestamp": 1625965438311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "cds", "timestamp": 1625965434417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-k8s-id", "timestamp": 1625965431610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:04.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:06:04.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965436223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:04.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:06:10.349Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:06:10.356Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:06:10.357Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:06:10.358Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-11T01:06:10.362Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-11T01:06:40.362Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c2dee162-1b7c-477d-9361-9d72290d3b9d 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-07-11T01:06:40.366Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c2dee162-1b7c-477d-9361-9d72290d3b9d and serviceModelVersionId: e183871b-f070-4093-a6bb-6290053b522b 2021-07-11T01:06:40.366Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d03804ab-5e1a-4260-9c4b-dc9f87e9f351 2021-07-11T01:06:40.367Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?depth=0 2021-07-11T01:06:40.371Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-07-11T01:06:40.405Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?depth=0|INFO|500||Invoke 2021-07-11T01:06:40.406Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c2dee162-1b7c-477d-9361-9d72290d3b9d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c328c889-2081-4ef9-8f00-9042e0d08e05], X-ECOMP-RequestID=[c2dee162-1b7c-477d-9361-9d72290d3b9d], X-TransactionId=[], X-ONAP-RequestID=[c2dee162-1b7c-477d-9361-9d72290d3b9d], Content-Type=[application/merge-patch+json]} 2021-07-11T01:06:40.423Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-11T01:06:40.707Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?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/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210711-01:06:40:433-91321], vertex-id=[184440], Content-Length=[0], Date=[Sun, 11 Jul 2021 01:06:40 GMT], Content-Type=[application/json]} 2021-07-11T01:06:40.708Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-07-11T01:06:40.709Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d03804ab-5e1a-4260-9c4b-dc9f87e9f351/model-vers/model-ver/e183871b-f070-4093-a6bb-6290053b522b?depth=0|INFO|500||InvokeReturn 2021-07-11T01:06:40.709Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-11T01:06:40.709Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||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-07-11T01:06:40.712Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-07-11T01:06:40.712Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c2dee162-1b7c-477d-9361-9d72290d3b9d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-11T01:06:40.713Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-11T01:06:40.713Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:06:40.715Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:06:40.715Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965600713, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T01:06:40.815Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:06:40.816Z||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-07-11T01:06:40.816Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:06:40.826Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:06:40.827Z||pool-39-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-07-11T01:06:41.725Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:06:41.726Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|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-07-11T01:06:41.726Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:06:46.007Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:06:46.008Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-11T01:06:46.008Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"57b16269-deb6-45e0-bcb2-3149d43c8f95","serviceName":"Demo_pNF_odR8qxidGFe5Z1sCFZCj","serviceVersion":"1.0","serviceUUID":"556e1912-6be4-4c64-a762-01a1812f9369","serviceDescription":"catalog service description","serviceInvariantUUID":"802a84c9-5900-444f-8b54-90c1ff2408c7","resources":[{"resourceInstanceName":"pNF 857a7acb-90c8 0","resourceName":"pNF 857a7acb-90c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a567f867-1032-49fd-ad7d-f2834169b644","resourceInvariantUUID":"4b9b452e-e3ff-4396-be19-c8dcba5e4a2a","resourceCustomizationUUID":"a9a3d1cd-aecd-4dbb-bbc5-1839e4e2bbec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml","artifactChecksum":"MDliYTRmNGU1OTJhODA5OTU1NWI5MGY4M2U1ODRmOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"494428cc-87fd-40b7-a141-64e203662ef7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar","artifactChecksum":"MGY3ZTdlNWE5ZmY1ZWQ3NDI3M2NjY2NiMGViNzkzMDI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"730db81e-b254-40ba-b2e8-22e2deec08b0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8503bb27-c316-4dca-8252-9a7726f8f0e9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml","artifactChecksum":"MDgzNGIxZDBiZWYzMDQ0Zjc2NGQ3NTFlNzM5M2Q3Y2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ec0d4ae1-ad93-4ec9-9cca-33713fe161d8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eabe8a43-b92e-4f7f-af03-2295de563619","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a800b39a-7e32-400d-9596-79753544e552","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml","artifactChecksum":"YmJhZWIxODkxZjM0MWM4NmVkN2M0MzRiMWI3NjQ5OWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9497e7e1-4a3a-46a4-a5e9-bc0d5f16a0d1","artifactVersion":"1"},{"artifactName":"service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar","artifactChecksum":"ZmMzZTMwZmM2Yjk5NWY1YzEyN2JkYzQ2OGRlOWYzNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed2d627e-9251-4eb8-8e6f-0bbcfeb52579","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-11T01:06:46.010Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:06:46.010Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:06:46.012Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:06:46.012Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965601725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:46.112Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:06:46.113Z||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-07-11T01:06:46.113Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:06:46.120Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:06:46.120Z||pool-40-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:06:47.013Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:06:47.014Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:06:47.016Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:06:47.016Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965601725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:47.116Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:06:47.117Z||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-07-11T01:06:47.117Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:06:47.124Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:06:47.125Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:06:48.017Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:06:48.017Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:06:48.018Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:06:48.019Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965601725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:48.119Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:06:48.119Z||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-07-11T01:06:48.120Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:06:48.125Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:06:48.126Z||pool-42-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:06:49.019Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:06:49.020Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:06:49.022Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:06:49.022Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965601725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:49.122Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:06:49.123Z||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-07-11T01:06:49.123Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:06:49.129Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:06:49.130Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:06:50.022Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:06:50.023Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:06:50.025Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:06:50.025Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965601725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:50.125Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:06:50.126Z||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-07-11T01:06:50.126Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:06:50.132Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:06:50.133Z||pool-44-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:06:51.026Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:06:51.027Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:06:51.028Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:06:51.028Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965601725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:51.128Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:06:51.129Z||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-07-11T01:06:51.129Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:06:51.136Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:06:51.137Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:06:52.029Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:06:52.030Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:06:52.031Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:06:52.032Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965601725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:06:52.132Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:06:52.133Z||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-07-11T01:06:52.133Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:06:52.139Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:06:52.139Z||pool-46-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:06:53.032Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:06:53.033Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:06:53.034Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:06:53.035Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965601725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:06:53.135Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:06:53.136Z||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-07-11T01:06:53.136Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:06:53.142Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:06:53.143Z||pool-47-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:06:54.036Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "serviceName": "Demo_pNF_odR8qxidGFe5Z1sCFZCj", "serviceVersion": "1.0", "serviceUUID": "556e1912-6be4-4c64-a762-01a1812f9369", "serviceDescription": "catalog service description", "serviceInvariantUUID": "802a84c9-5900-444f-8b54-90c1ff2408c7", "resources": [ { "resourceInstanceName": "pNF 857a7acb-90c8 0", "resourceCustomizationUUID": "a9a3d1cd-aecd-4dbb-bbc5-1839e4e2bbec", "resourceName": "pNF 857a7acb-90c8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a567f867-1032-49fd-ad7d-f2834169b644", "resourceInvariantUUID": "4b9b452e-e3ff-4396-be19-c8dcba5e4a2a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "artifactChecksum": "ZmMzZTMwZmM2Yjk5NWY1YzEyN2JkYzQ2OGRlOWYzNjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ed2d627e-9251-4eb8-8e6f-0bbcfeb52579" } ], "workloadContext": "Production" } 2021-07-11T01:06:54.036Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-11T01:06:54.036Z|c2dee162-1b7c-477d-9361-9d72290d3b9d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 556e1912-6be4-4c64-a762-01a1812f9369 ASDC 2021-07-11T01:06:54.037Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:57b16269-deb6-45e0-bcb2-3149d43c8f95 ServiceName:Demo_pNF_odR8qxidGFe5Z1sCFZCj ServiceVersion:1.0 ServiceUUID:556e1912-6be4-4c64-a762-01a1812f9369 ServiceInvariantUUID:802a84c9-5900-444f-8b54-90c1ff2408c7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar ArtifactUUID:ed2d627e-9251-4eb8-8e6f-0bbcfeb52579 ArtifactChecksum:ZmMzZTMwZmM2Yjk5NWY1YzEyN2JkYzQ2OGRlOWYzNjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 857a7acb-90c8 0 ResourceCustomizationUUID:a9a3d1cd-aecd-4dbb-bbc5-1839e4e2bbec ResourceInvariantUUID:4b9b452e-e3ff-4396-be19-c8dcba5e4a2a ResourceName:pNF 857a7acb-90c8 ResourceType:PNF ResourceUUID:a567f867-1032-49fd-ad7d-f2834169b644 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-07-11T01:06:54.037Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 556e1912-6be4-4c64-a762-01a1812f9369 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-07-11T01:06:54.055Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T01:06:54.055Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:06:54.055Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:06:54.056Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ed2d627e-9251-4eb8-8e6f-0bbcfeb52579 from URL: /sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar 2021-07-11T01:06:54.056Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:06:54.056Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar 2021-07-11T01:06:55.583Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:06:55.586Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar ed2d627e-9251-4eb8-8e6f-0bbcfeb52579 83336 2021-07-11T01:06:55.587Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar ASDC sendASDCNotification 2021-07-11T01:06:55.587Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar 2021-07-11T01:06:55.587Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:06:55.587Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:06:55.589Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:06:55.589Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965615586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:06:55.689Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:06:55.689Z||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-07-11T01:06:55.690Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:06:55.696Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:06:55.696Z||pool-48-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:06:56.589Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T01:06:56.590Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:06:56.591Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ed2d627e-9251-4eb8-8e6f-0bbcfeb52579, URL: /sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar to file: /app/ASDC/1/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar 2021-07-11T01:06:56.591Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar 2021-07-11T01:06:56.591Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar 2021-07-11T01:06:56.591Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar 2021-07-11T01:06:56.685Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1298625452372343017/Definitions/service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml 2021-07-11T01:06:57.239Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-11T01:06:57.240Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-07-11T01:06:57.240Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar 2021-07-11T01:06:57.240Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-07-11T01:06:57.241Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar 2021-07-11T01:06:57.241Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar 2021-07-11T01:06:57.241Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar 2021-07-11T01:06:57.241Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar 2021-07-11T01:06:57.241Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar 2021-07-11T01:06:57.242Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 857a7acb-90c8 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-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar 2021-07-11T01:06:57.242Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 857a7acb-90c8 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar 2021-07-11T01:06:57.242Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar 2021-07-11T01:06:57.242Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-07-11T01:06:57.242Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:06:57.243Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_odR8qxidGFe5Z1sCFZCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:06:57.243Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Node template pNF 857a7acb-90c8 0 is matching search criteria 2021-07-11T01:06:57.243Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-07-11T01:06:57.243Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 857a7acb-90c8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T01:06:57.244Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:06:57.244Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_odR8qxidGFe5Z1sCFZCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:06:57.244Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Node template pNF 857a7acb-90c8 0 is matching search criteria 2021-07-11T01:06:57.244Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-07-11T01:06:57.245Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 857a7acb-90c8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T01:06:57.245Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:06:57.245Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_odR8qxidGFe5Z1sCFZCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:06:57.245Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:06:57.245Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_odR8qxidGFe5Z1sCFZCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:06:57.246Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:06:57.246Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_odR8qxidGFe5Z1sCFZCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:06:57.246Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:06:57.246Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_odR8qxidGFe5Z1sCFZCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:06:57.247Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:06:57.247Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_odR8qxidGFe5Z1sCFZCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:06:57.247Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_odR8qxidGFe5Z1sCFZCj Description:catalog service description Model UUID:556e1912-6be4-4c64-a762-01a1812f9369 Model Version:NULL Model InvariantUuid:802a84c9-5900-444f-8b54-90c1ff2408c7 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-07-11T01:06:57.252Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: a567f867-1032-49fd-ad7d-f2834169b644 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-07-11T01:06:57.254Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||pNF 857a7acb-90c8 0 2021-07-11T01:06:57.254Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a567f867-1032-49fd-ad7d-f2834169b644 2021-07-11T01:06:57.254Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 556e1912-6be4-4c64-a762-01a1812f9369 2021-07-11T01:06:57.254Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 556e1912-6be4-4c64-a762-01a1812f9369 2021-07-11T01:06:57.255Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 857a7acb-90c8 0 a567f867-1032-49fd-ad7d-f2834169b644 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-07-11T01:06:57.258Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:06:57.258Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_odR8qxidGFe5Z1sCFZCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:06:57.258Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 556e1912-6be4-4c64-a762-01a1812f9369: pNF 857a7acb-90c8 2021-07-11T01:06:57.259Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||Processing PNF resource: a567f867-1032-49fd-ad7d-f2834169b644 2021-07-11T01:06:57.259Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:06:57.259Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_odR8qxidGFe5Z1sCFZCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:06:57.259Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||Resource customization UUID: a9a3d1cd-aecd-4dbb-bbc5-1839e4e2bbec is the same as notified resource customizationUUID: a9a3d1cd-aecd-4dbb-bbc5-1839e4e2bbec 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-07-11T01:06:57.292Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 857a7acb-90c8 a567f867-1032-49fd-ad7d-f2834169b644 0 ASDC deployResourceStructure 2021-07-11T01:06:57.293Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar ASDC sendASDCNotification 2021-07-11T01:06:57.293Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar 2021-07-11T01:06:57.293Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:06:57.293Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:06:57.294Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:06:57.295Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965617293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:06:57.395Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:06:57.395Z||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-07-11T01:06:57.395Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:06:57.402Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:06:57.402Z||pool-49-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:06:58.295Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57b16269-deb6-45e0-bcb2-3149d43c8f95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:06:58.302Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57b16269-deb6-45e0-bcb2-3149d43c8f95 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-07-11T01:06:58.304Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:06:58.304Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T01:06:58.304Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T01:07:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:07:04.702Z||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-07-11T01:07:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:07:04.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:07:04.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "policy-id", "timestamp": 1625965443154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965442638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "clamp", "timestamp": 1625965432718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "cds", "timestamp": 1625965434417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965436223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-k8s-id", "timestamp": 1625965431610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "dcae-sch", "timestamp": 1625965438311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "policy-id", "timestamp": 1625965443154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965442638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "clamp", "timestamp": 1625965432718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "dcae-sch", "timestamp": 1625965438311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "cds", "timestamp": 1625965434417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-k8s-id", "timestamp": 1625965431610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965436223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "policy-id", "timestamp": 1625965443154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965442638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "clamp", "timestamp": 1625965432718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "dcae-sch", "timestamp": 1625965438311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "cds", "timestamp": 1625965434417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-k8s-id", "timestamp": 1625965431610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965436223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "policy-id", "timestamp": 1625965443154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "ves-openapi-manager", "timestamp": 1625965447506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965442638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "dcae-sch", "timestamp": 1625965438311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "clamp", "timestamp": 1625965432718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:07:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-k8s-id", "timestamp": 1625965431610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:07:04.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "cds", "timestamp": 1625965434417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:07:04.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965436223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:07:04.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "policy-id", "timestamp": 1625965443154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "ves-openapi-manager", "timestamp": 1625965447506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965442638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "cds", "timestamp": 1625965449755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:07:04.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:07:04.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-windriver-id", "timestamp": 1625965449136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "policy-id", "timestamp": 1625965443154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "ves-openapi-manager", "timestamp": 1625965447506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965442638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:07:04.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-windriver-id", "timestamp": 1625965449136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "cds", "timestamp": 1625965450761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-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-07-11T01:07:04.740Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 57b16269-deb6-45e0-bcb2-3149d43c8f95 2021-07-11T01:07:04.740Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57b16269-deb6-45e0-bcb2-3149d43c8f95 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-07-11T01:07:04.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "policy-id", "timestamp": 1625965443154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:07:04.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "ves-openapi-manager", "timestamp": 1625965447506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965451710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:07:04.748Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:07:04.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-windriver-id", "timestamp": 1625965449136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.749Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "ves-openapi-manager", "timestamp": 1625965447506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.750Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-windriver-id", "timestamp": 1625965449136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.750Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "policy-id", "timestamp": 1625965452784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:07:04.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:07:04.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "ves-openapi-manager", "timestamp": 1625965447506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-07-11T01:07:04.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965453370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:07:04.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:07:04.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-windriver-id", "timestamp": 1625965449136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "policy-id", "timestamp": 1625965453788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:07:04.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:07:04.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "ves-openapi-manager", "timestamp": 1625965447506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965454373, "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-07-11T01:07:04.757Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 57b16269-deb6-45e0-bcb2-3149d43c8f95 2021-07-11T01:07:04.757Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57b16269-deb6-45e0-bcb2-3149d43c8f95 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-07-11T01:07:04.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-windriver-id", "timestamp": 1625965449136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "policy-id", "timestamp": 1625965454790, "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-07-11T01:07:04.767Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 57b16269-deb6-45e0-bcb2-3149d43c8f95 2021-07-11T01:07:04.767Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57b16269-deb6-45e0-bcb2-3149d43c8f95 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-07-11T01:07:04.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "ves-openapi-manager", "timestamp": 1625965447506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-windriver-id", "timestamp": 1625965449136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "multicloud-windriver-id", "timestamp": 1625965449136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:07:04.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "ves-openapi-manager", "timestamp": 1625965457096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:07:04.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:07:04.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "aai-ml", "timestamp": 1625965456791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "ves-openapi-manager", "timestamp": 1625965458289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-07-11T01:07:04.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:07:04.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "aai-ml", "timestamp": 1625965456791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "ves-openapi-manager", "timestamp": 1625965459292, "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-07-11T01:07:04.781Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 57b16269-deb6-45e0-bcb2-3149d43c8f95 2021-07-11T01:07:04.782Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57b16269-deb6-45e0-bcb2-3149d43c8f95 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-07-11T01:07:04.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "clamp", "timestamp": 1625965459375, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:07:04.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:07:04.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "aai-ml", "timestamp": 1625965456791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "aai-ml", "timestamp": 1625965456791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "clamp", "timestamp": 1625965461383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:07:04.789Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:07:04.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "aai-ml", "timestamp": 1625965456791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "clamp", "timestamp": 1625965462386, "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-07-11T01:07:04.793Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 57b16269-deb6-45e0-bcb2-3149d43c8f95 2021-07-11T01:07:04.794Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57b16269-deb6-45e0-bcb2-3149d43c8f95 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-07-11T01:07:04.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "aai-ml", "timestamp": 1625965456791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "aai-ml", "timestamp": 1625965456791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:07:04.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "aai-ml", "timestamp": 1625965456791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:07:04.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:07:04.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "aai-ml", "timestamp": 1625965465929, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:07:04.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:07:04.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "aai-ml", "timestamp": 1625965469647, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:07:04.803Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:07:04.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:07:04.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "aai-ml", "timestamp": 1625965470650, "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-07-11T01:07:04.806Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 57b16269-deb6-45e0-bcb2-3149d43c8f95 2021-07-11T01:07:04.807Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57b16269-deb6-45e0-bcb2-3149d43c8f95 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-07-11T01:07:28.304Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57b16269-deb6-45e0-bcb2-3149d43c8f95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:07:28.311Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57b16269-deb6-45e0-bcb2-3149d43c8f95 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-07-11T01:07:28.314Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:07:28.314Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-11T01:07:28.314Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-11T01:07:28.314Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-11T01:07:28.314Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:07:28.315Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:07:28.315Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:07:28.315Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:07:28.315Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:07:28.315Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:07:28.316Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:07:28.316Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-11T01:07:28.319Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-11T01:07:58.320Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 57b16269-deb6-45e0-bcb2-3149d43c8f95 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-07-11T01:07:58.328Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 57b16269-deb6-45e0-bcb2-3149d43c8f95 and serviceModelVersionId: 556e1912-6be4-4c64-a762-01a1812f9369 2021-07-11T01:07:58.328Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 802a84c9-5900-444f-8b54-90c1ff2408c7 2021-07-11T01:07:58.329Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/802a84c9-5900-444f-8b54-90c1ff2408c7/model-vers/model-ver/556e1912-6be4-4c64-a762-01a1812f9369?depth=0 2021-07-11T01:07:58.333Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-07-11T01:07:58.367Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/802a84c9-5900-444f-8b54-90c1ff2408c7/model-vers/model-ver/556e1912-6be4-4c64-a762-01a1812f9369?depth=0|INFO|500||Invoke 2021-07-11T01:07:58.367Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/802a84c9-5900-444f-8b54-90c1ff2408c7/model-vers/model-ver/556e1912-6be4-4c64-a762-01a1812f9369?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/802a84c9-5900-444f-8b54-90c1ff2408c7/model-vers/model-ver/556e1912-6be4-4c64-a762-01a1812f9369?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[57b16269-deb6-45e0-bcb2-3149d43c8f95], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f1b2a9fa-d89f-45c2-bbca-a17ba7703d99], X-ECOMP-RequestID=[57b16269-deb6-45e0-bcb2-3149d43c8f95], X-TransactionId=[], X-ONAP-RequestID=[57b16269-deb6-45e0-bcb2-3149d43c8f95], Content-Type=[application/merge-patch+json]} 2021-07-11T01:07:58.384Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/802a84c9-5900-444f-8b54-90c1ff2408c7/model-vers/model-ver/556e1912-6be4-4c64-a762-01a1812f9369?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-11T01:07:58.596Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/802a84c9-5900-444f-8b54-90c1ff2408c7/model-vers/model-ver/556e1912-6be4-4c64-a762-01a1812f9369?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/802a84c9-5900-444f-8b54-90c1ff2408c7/model-vers/model-ver/556e1912-6be4-4c64-a762-01a1812f9369?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210711-01:07:58:392-2710], vertex-id=[184512], Content-Length=[0], Date=[Sun, 11 Jul 2021 01:07:58 GMT], Content-Type=[application/json]} 2021-07-11T01:07:58.596Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/802a84c9-5900-444f-8b54-90c1ff2408c7/model-vers/model-ver/556e1912-6be4-4c64-a762-01a1812f9369?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-07-11T01:07:58.597Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/802a84c9-5900-444f-8b54-90c1ff2408c7/model-vers/model-ver/556e1912-6be4-4c64-a762-01a1812f9369?depth=0|INFO|500||InvokeReturn 2021-07-11T01:07:58.598Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-11T01:07:58.598Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||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-07-11T01:07:58.601Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-07-11T01:07:58.601Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 57b16269-deb6-45e0-bcb2-3149d43c8f95 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-11T01:07:58.601Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-11T01:07:58.602Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:07:58.604Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:07:58.604Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965678601, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T01:07:58.704Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:07:58.705Z||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-07-11T01:07:58.705Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:07:58.712Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:07:58.712Z||pool-50-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-07-11T01:07:59.615Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:07:59.615Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|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-07-11T01:07:59.615Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:08:00.231Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:08:00.232Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-11T01:08:00.232Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"118b6d4e-78bf-4d89-bfb7-190fe1dea2b7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"6ebd9be5-03f3-48fe-8b2a-1ec579e9fce0","serviceDescription":"service","serviceInvariantUUID":"659f6354-ee9f-4d9d-a0e2-7d4f6e053769","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3ec6e49c-5320-4496-a6cd-e4f61471627c","resourceInvariantUUID":"a9e72bfc-1ade-4c81-9bd8-b93c6a6a8aba","resourceCustomizationUUID":"1856721c-3f9b-4da5-b579-db8694db3346","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":"MmQzNGFhMmU1OGNmYjZkZTdmNTFmNjUxOGEzYzA2YjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5c2fed54-97bb-4a27-9f9b-2c6f1bbd6f91","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":"MGVjZTFkMzY3NzAxNjJhOTQxZDQxNmZlZDZkMDQwNmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"48cdb7bd-e96c-4ad6-ab72-6a2d7c3c695d","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":"f952809f-ad77-4da7-89ae-7e9be5e63be3","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":"345eb6b0-b5b0-4b32-9e15-b9b6d6b16727","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":"e7f8c694-6384-4153-9d16-1ea304b265aa","artifactVersion":"2","generatedFromUUID":"f952809f-ad77-4da7-89ae-7e9be5e63be3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDNhMWNjZTViZDk0YjhhZjQwZjg2YzRiMzBlMmMyMmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fbb86614-8836-44b9-baec-efc7030d6692","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OGI3ZGU5MmU1ODViNDIzOTEyYmE1YjczNTEyM2Y4NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ebca67c-4906-41b6-9351-aaa2b66a9e48","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-11T01:08:00.234Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:08:00.234Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:08:00.236Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:08:00.236Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:08:00.336Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:08:00.337Z||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-07-11T01:08:00.337Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:08:00.345Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:08:00.346Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:08:01.236Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:08:01.237Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:08:01.239Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:08:01.240Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:08:01.340Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:08:01.340Z||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-07-11T01:08:01.340Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:08:01.346Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:08:01.346Z||pool-52-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:08:02.240Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:08:02.241Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:08:02.245Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:08:02.245Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-11T01:08:02.344Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-07-11T01:08:02.345Z||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-07-11T01:08:02.345Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:08:02.350Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:08:02.351Z||pool-53-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:08:03.246Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:08:03.246Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:08:03.248Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:08:03.248Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:08:03.348Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:08:03.349Z||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-07-11T01:08:03.349Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:08:03.356Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:08:03.356Z||pool-54-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:08:04.249Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:08:04.249Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:08:04.251Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:08:04.251Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-11T01:08:04.351Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:08:04.352Z||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-07-11T01:08:04.352Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:08:04.358Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:08:04.358Z||pool-55-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:08:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:08:04.702Z||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-07-11T01:08:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:08:04.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:08:04.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:08:04.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2dee162-1b7c-477d-9361-9d72290d3b9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965600713, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T01:08:04.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:08:04.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:08:04.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965601725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:08:04.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:08:04.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:08:04.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965601725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:08:04.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:08:04.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:08:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965601725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:08:04.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:08:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:08:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965601725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:08:04.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:08:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:08:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965601725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:08:04.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:08:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:08:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965601725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/resourceInstances/pnf857a7acb90c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:08:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:08:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:08:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965601725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:08:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:08:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:08:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965601725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:08:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:08:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:08:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965615586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:08:04.722Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:08:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:08:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965617293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOdr8qxidgfe5z1scfzcj/1.0/artifacts/service-DemoPnfOdr8qxidgfe5z1scfzcj-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:08:04.723Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:08:05.251Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:08:05.252Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:08:05.254Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:08:05.254Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:08:05.354Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:08:05.355Z||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-07-11T01:08:05.355Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:08:05.365Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:08:05.366Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:08:06.254Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:08:06.255Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:08:06.256Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:08:06.256Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:08:06.357Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:08:06.357Z||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-07-11T01:08:06.357Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:08:06.364Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:08:06.364Z||pool-57-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:08:07.258Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "6ebd9be5-03f3-48fe-8b2a-1ec579e9fce0", "serviceDescription": "service", "serviceInvariantUUID": "659f6354-ee9f-4d9d-a0e2-7d4f6e053769", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "1856721c-3f9b-4da5-b579-db8694db3346", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3ec6e49c-5320-4496-a6cd-e4f61471627c", "resourceInvariantUUID": "a9e72bfc-1ade-4c81-9bd8-b93c6a6a8aba", "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": "MGVjZTFkMzY3NzAxNjJhOTQxZDQxNmZlZDZkMDQwNmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "48cdb7bd-e96c-4ad6-ab72-6a2d7c3c695d", "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": "f952809f-ad77-4da7-89ae-7e9be5e63be3", "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": "e7f8c694-6384-4153-9d16-1ea304b265aa", "generatedFromUUID": "f952809f-ad77-4da7-89ae-7e9be5e63be3" }, "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": "e7f8c694-6384-4153-9d16-1ea304b265aa", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OGI3ZGU5MmU1ODViNDIzOTEyYmE1YjczNTEyM2Y4NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5ebca67c-4906-41b6-9351-aaa2b66a9e48" } ], "workloadContext": "Production" } 2021-07-11T01:08:07.258Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-11T01:08:07.258Z|57b16269-deb6-45e0-bcb2-3149d43c8f95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6ebd9be5-03f3-48fe-8b2a-1ec579e9fce0 ASDC 2021-07-11T01:08:07.258Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:6ebd9be5-03f3-48fe-8b2a-1ec579e9fce0 ServiceInvariantUUID:659f6354-ee9f-4d9d-a0e2-7d4f6e053769 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:5ebca67c-4906-41b6-9351-aaa2b66a9e48 ArtifactChecksum:OGI3ZGU5MmU1ODViNDIzOTEyYmE1YjczNTEyM2Y4NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:1856721c-3f9b-4da5-b579-db8694db3346 ResourceInvariantUUID:a9e72bfc-1ade-4c81-9bd8-b93c6a6a8aba ResourceName:basic_vm ResourceType:VF ResourceUUID:3ec6e49c-5320-4496-a6cd-e4f61471627c 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:48cdb7bd-e96c-4ad6-ab72-6a2d7c3c695d ArtifactChecksum:MGVjZTFkMzY3NzAxNjJhOTQxZDQxNmZlZDZkMDQwNmE= 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:f952809f-ad77-4da7-89ae-7e9be5e63be3 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:e7f8c694-6384-4153-9d16-1ea304b265aa 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:e7f8c694-6384-4153-9d16-1ea304b265aa ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-07-11T01:08:07.258Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ebd9be5-03f3-48fe-8b2a-1ec579e9fce0 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-07-11T01:08:07.280Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T01:08:07.281Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:08:07.281Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:08:07.281Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5ebca67c-4906-41b6-9351-aaa2b66a9e48 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-07-11T01:08:07.281Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:08:07.281Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-07-11T01:08:07.827Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:08:07.830Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 5ebca67c-4906-41b6-9351-aaa2b66a9e48 74264 2021-07-11T01:08:07.831Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-07-11T01:08:07.831Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-07-11T01:08:07.831Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:08:07.831Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:08:07.833Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:08:07.833Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965687831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:08:07.933Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:08:07.934Z||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-07-11T01:08:07.934Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:08:07.940Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:08:07.940Z||pool-58-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:08:08.834Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T01:08:08.835Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:08:08.836Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5ebca67c-4906-41b6-9351-aaa2b66a9e48, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-07-11T01:08:08.836Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-07-11T01:08:08.836Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-07-11T01:08:08.836Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-07-11T01:08:08.971Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4375294404000616172/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-07-11T01:08:09.845Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-11T01:08:09.845Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-07-11T01:08:09.845Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-07-11T01:08:09.846Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-07-11T01:08:09.846Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-07-11T01:08:09.846Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:09.846Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:09.846Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-07-11T01:08:09.846Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:09.846Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-07-11T01:08:09.846Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:09.846Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-07-11T01:08:09.846Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:09.846Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-07-11T01:08:09.846Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-07-11T01:08:09.847Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:09.847Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:08:09.847Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-11T01:08:09.847Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-07-11T01:08:09.847Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T01:08:09.847Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:09.847Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:08:09.848Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-11T01:08:09.848Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-07-11T01:08:09.848Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T01:08:09.848Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:09.848Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:08:09.848Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:09.848Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-07-11T01:08:09.848Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-07-11T01:08:09.849Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-07-11T01:08:09.849Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-07-11T01:08:09.849Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-07-11T01:08:09.849Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-07-11T01:08:09.849Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:09.849Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-11T01:08:09.849Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:09.849Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-11T01:08:09.849Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:08:09.850Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:09.850Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-11T01:08:09.850Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:08:09.850Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:09.850Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-11T01:08:09.850Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:08:09.851Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:09.851Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-07-11T01:08:09.851Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-07-11T01:08:09.851Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-07-11T01:08:09.851Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=98c45da7-649c-4603-a064-d58c6becd26e 2021-07-11T01:08:09.851Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:09.851Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:08:09.851Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:09.852Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:08:09.852Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:09.852Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:08:09.852Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:09.852Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:08:09.852Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:6ebd9be5-03f3-48fe-8b2a-1ec579e9fce0 Model Version:NULL Model InvariantUuid:659f6354-ee9f-4d9d-a0e2-7d4f6e053769 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:cc01983d-7f45-4f41-b5e7-d0d282933117 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a9e72bfc-1ade-4c81-9bd8-b93c6a6a8aba Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1856721c-3f9b-4da5-b579-db8694db3346 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0a833da7-a293-4e29-bb94-c796704cbe27 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:1bef667a-26b6-4600-a08f-19fd8c2f5e0d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:98c45da7-649c-4603-a064-d58c6becd26e ModelInvariantUuid:d685d380-4293-4753-882e-3175595f4f4e ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:593c3495-fe31-478b-8887-cffb2204c327 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:abd90687-7b5c-421c-b0cf-6568307955a2 ModelInvariantUuid:8cabf908-90f8-4780-bc4b-355213c643a4 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:9345d28e-cad8-450c-bf41-bb86b8ee1efb 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-07-11T01:08:09.858Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3ec6e49c-5320-4496-a6cd-e4f61471627c 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-07-11T01:08:09.860Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||basic_vm 0 2021-07-11T01:08:09.861Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3ec6e49c-5320-4496-a6cd-e4f61471627c 2021-07-11T01:08:09.861Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 48cdb7bd-e96c-4ad6-ab72-6a2d7c3c695d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-07-11T01:08:09.861Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:08:09.861Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:10.026Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:08:10.026Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 48cdb7bd-e96c-4ad6-ab72-6a2d7c3c695d 787 2021-07-11T01:08:10.026Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:10.026Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:10.026Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:08:10.027Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:08:10.028Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:08:10.028Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965690026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:08:10.128Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:08:10.129Z||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-07-11T01:08:10.129Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:08:10.135Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:08:10.135Z||pool-59-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:08:11.029Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0a833da7-a293-4e29-bb94-c796704cbe27", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1bef667a-26b6-4600-a08f-19fd8c2f5e0d", "vfModuleModelCustomizationUUID": "a3e16e03-1c71-4cb1-8a02-3d2df5c86484", "isBase": true, "artifacts": [ "f952809f-ad77-4da7-89ae-7e9be5e63be3", "e7f8c694-6384-4153-9d16-1ea304b265aa" ], "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-07-11T01:08:11.032Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1bef667a-26b6-4600-a08f-19fd8c2f5e0d VfModuleModelInvariantUUID:0a833da7-a293-4e29-bb94-c796704cbe27 VfModuleModelDescription:NULL Artifacts UUID List:{ f952809f-ad77-4da7-89ae-7e9be5e63be3 , e7f8c694-6384-4153-9d16-1ea304b265aa } 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-07-11T01:08:11.034Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0a833da7-a293-4e29-bb94-c796704cbe27", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1bef667a-26b6-4600-a08f-19fd8c2f5e0d", "vfModuleModelCustomizationUUID": "a3e16e03-1c71-4cb1-8a02-3d2df5c86484", "isBase": true, "artifacts": [ "f952809f-ad77-4da7-89ae-7e9be5e63be3", "e7f8c694-6384-4153-9d16-1ea304b265aa" ], "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-07-11T01:08:11.034Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1bef667a-26b6-4600-a08f-19fd8c2f5e0d VfModuleModelInvariantUUID:0a833da7-a293-4e29-bb94-c796704cbe27 VfModuleModelDescription:NULL Artifacts UUID List:{ f952809f-ad77-4da7-89ae-7e9be5e63be3 , e7f8c694-6384-4153-9d16-1ea304b265aa } 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-07-11T01:08:11.035Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f952809f-ad77-4da7-89ae-7e9be5e63be3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-07-11T01:08:11.035Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:08:11.035Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:11.324Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:08:11.324Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f952809f-ad77-4da7-89ae-7e9be5e63be3 5033 2021-07-11T01:08:11.325Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:11.325Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:11.325Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:08:11.325Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:08:11.326Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:08:11.327Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965691325, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:08:11.427Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:08:11.427Z||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-07-11T01:08:11.428Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:08:11.434Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:08:11.434Z||pool-60-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:08:12.327Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e7f8c694-6384-4153-9d16-1ea304b265aa from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-07-11T01:08:12.328Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:08:12.328Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:13.092Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:08:13.092Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e7f8c694-6384-4153-9d16-1ea304b265aa 903 2021-07-11T01:08:13.092Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:13.092Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:13.092Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:08:13.093Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:08:13.094Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:08:13.094Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965693092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:08:13.194Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:08:13.195Z||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-07-11T01:08:13.195Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:08:13.201Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:08:13.201Z||pool-61-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:08:14.094Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6ebd9be5-03f3-48fe-8b2a-1ec579e9fce0 2021-07-11T01:08:14.095Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 3ec6e49c-5320-4496-a6cd-e4f61471627c 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-07-11T01:08:14.107Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:14.107Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:08:14.108Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-07-11T01:08:14.108Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 1856721c-3f9b-4da5-b579-db8694db3346 2021-07-11T01:08:14.108Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1856721c-3f9b-4da5-b579-db8694db3346 matches Tosca VF Customization UUID: 1856721c-3f9b-4da5-b579-db8694db3346 2021-07-11T01:08:14.108Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 1856721c-3f9b-4da5-b579-db8694db3346 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-07-11T01:08:14.110Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:14.110Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:08:14.111Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 1856721c-3f9b-4da5-b579-db8694db3346: {\"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-07-11T01:08:14.111Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e33c2e 2021-07-11T01:08:14.112Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:14.112Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-11T01:08:14.112Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a3e16e03-1c71-4cb1-8a02-3d2df5c86484 2021-07-11T01:08:14.112Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a3e16e03-1c71-4cb1-8a02-3d2df5c86484 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-07-11T01:08:14.114Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:14.114Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-11T01:08:14.114Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:08:14.115Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:14.115Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-11T01:08:14.115Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:08:14.115Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:14.115Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-07-11T01:08:14.115Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-07-11T01:08:14.115Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-07-11T01:08:14.115Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=98c45da7-649c-4603-a064-d58c6becd26e 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-07-11T01:08:14.117Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:14.117Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-11T01:08:14.117Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:08:14.117Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:14.118Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-11T01:08:14.118Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=1856721c-3f9b-4da5-b579-db8694db3346 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-07-11T01:08:14.119Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:14.119Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:08:14.119Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6ebd9be5-03f3-48fe-8b2a-1ec579e9fce0: basic_vm 2021-07-11T01:08:14.119Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:14.119Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:08:14.119Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:14.120Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:08:14.120Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:14.120Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:08:14.120Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:14.120Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:08:14.120Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:08:14.120Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:08:14.120Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:14.172Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 3ec6e49c-5320-4496-a6cd-e4f61471627c 1 ASDC deployResourceStructure 2021-07-11T01:08:14.172Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:14.172Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:14.172Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:08:14.172Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:08:14.173Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:08:14.173Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965694172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:08:14.274Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:08:14.274Z||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-07-11T01:08:14.274Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:08:14.280Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:08:14.281Z||pool-62-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-07-11T01:08:15.174Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:15.175Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:15.175Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:08:15.175Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:08:15.176Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:08:15.177Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965695174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-07-11T01:08:15.277Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:08:15.277Z||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-07-11T01:08:15.277Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:08:15.283Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:08:15.283Z||pool-63-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:08:16.177Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:16.178Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:08:16.178Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:08:16.178Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:08:16.179Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:08:16.179Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965696177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-07-11T01:08:16.280Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:08:16.280Z||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-07-11T01:08:16.281Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:08:16.287Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:08:16.287Z||pool-64-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-07-11T01:08:17.180Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-07-11T01:08:17.181Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-07-11T01:08:17.181Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:08:17.181Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:08:17.182Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:08:17.182Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965697180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:08:17.282Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:08:17.283Z||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-07-11T01:08:17.283Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:08:17.290Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:08:17.290Z||pool-65-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:08:18.183Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:08:18.190Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 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-07-11T01:08:18.191Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:08:18.191Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T01:08:18.191Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T01:08:48.192Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:08:48.199Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 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-07-11T01:08:48.201Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:08:48.201Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T01:08:48.201Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T01:09:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:09:04.702Z||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-07-11T01:09:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:09:04.714Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:09:04.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1625965631610, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-windriver-id", "timestamp": 1625965629136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "ves-openapi-manager", "timestamp": 1625965627506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "cds", "timestamp": 1625965629417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "ves-openapi-manager", "timestamp": 1625965627506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-windriver-id", "timestamp": 1625965629136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1625965631610, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "cds", "timestamp": 1625965629417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-windriver-id", "timestamp": 1625965629136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "ves-openapi-manager", "timestamp": 1625965627506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1625965631610, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "cds", "timestamp": 1625965629417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "ves-openapi-manager", "timestamp": 1625965627506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-windriver-id", "timestamp": 1625965629136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1625965631610, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "cds", "timestamp": 1625965629417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965636223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "aai-ml", "timestamp": 1625965636791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "ves-openapi-manager", "timestamp": 1625965627506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-windriver-id", "timestamp": 1625965629136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1625965631610, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "cds", "timestamp": 1625965629417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965636223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "aai-ml", "timestamp": 1625965636791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-windriver-id", "timestamp": 1625965629136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "ves-openapi-manager", "timestamp": 1625965627506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1625965631610, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "cds", "timestamp": 1625965629417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965636223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-11T01:09:04.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "dcae-sch", "timestamp": 1625965638311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "aai-ml", "timestamp": 1625965636791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-windriver-id", "timestamp": 1625965629136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "ves-openapi-manager", "timestamp": 1625965627506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1625965631610, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "cds", "timestamp": 1625965629417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965636223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "dcae-sch", "timestamp": 1625965638311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "aai-ml", "timestamp": 1625965636791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965636223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "dcae-sch", "timestamp": 1625965638311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "aai-ml", "timestamp": 1625965636791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965636223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "dcae-sch", "timestamp": 1625965638311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-windriver-id", "timestamp": 1625965642208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "cds", "timestamp": 1625965642316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "aai-ml", "timestamp": 1625965636791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1625965642506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965636223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "dcae-sch", "timestamp": 1625965638311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "cds", "timestamp": 1625965643322, "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=? 2021-07-11T01:09:04.745Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 2021-07-11T01:09:04.745Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 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-07-11T01:09:04.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "clamp", "timestamp": 1625965642718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "aai-ml", "timestamp": 1625965636791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "policy-id", "timestamp": 1625965643154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "dcae-sch", "timestamp": 1625965638311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-windriver-id", "timestamp": 1625965644209, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "clamp", "timestamp": 1625965642718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1625965644525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965644724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "policy-id", "timestamp": 1625965643154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "dcae-sch", "timestamp": 1625965638311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "cds", "timestamp": 1625965644417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "aai-ml", "timestamp": 1625965645230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "clamp", "timestamp": 1625965642718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-windriver-id", "timestamp": 1625965645720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "policy-id", "timestamp": 1625965643154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "dcae-sch", "timestamp": 1625965638311, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "cds", "timestamp": 1625965644417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1625965646309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "clamp", "timestamp": 1625965642718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965646512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-windriver-id", "timestamp": 1625965646726, "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-07-11T01:09:04.756Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 2021-07-11T01:09:04.756Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 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-07-11T01:09:04.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "policy-id", "timestamp": 1625965643154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "dcae-sch", "timestamp": 1625965638311, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "cds", "timestamp": 1625965644417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1625965647333, "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-07-11T01:09:04.765Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 2021-07-11T01:09:04.765Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 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-07-11T01:09:04.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "clamp", "timestamp": 1625965642718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-windriver-id", "timestamp": 1625965647728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "policy-id", "timestamp": 1625965643154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "dcae-sch", "timestamp": 1625965638311, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "cds", "timestamp": 1625965644417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "ves-openapi-manager", "timestamp": 1625965647506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965648217, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1625965648336, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:09:04.770Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "clamp", "timestamp": 1625965642718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "policy-id", "timestamp": 1625965643154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "dcae-sch", "timestamp": 1625965638311, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "cds", "timestamp": 1625965644417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "ves-openapi-manager", "timestamp": 1625965647506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965649223, "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-07-11T01:09:04.774Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 2021-07-11T01:09:04.774Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 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-07-11T01:09:04.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "clamp", "timestamp": 1625965642718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965649136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "policy-id", "timestamp": 1625965643154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "dcae-sch", "timestamp": 1625965638311, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "cds", "timestamp": 1625965644417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "ves-openapi-manager", "timestamp": 1625965647506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965650226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:09:04.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965649136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "dcae-sch", "timestamp": 1625965638311, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "policy-id", "timestamp": 1625965650977, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "cds", "timestamp": 1625965644417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "ves-openapi-manager", "timestamp": 1625965647506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "aai-ml", "timestamp": 1625965651184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:09:04.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965636223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965649136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:09:04.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "dcae-sch", "timestamp": 1625965638311, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "policy-id", "timestamp": 1625965651980, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:09:04.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "cds", "timestamp": 1625965644417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "ves-openapi-manager", "timestamp": 1625965647506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "aai-ml", "timestamp": 1625965652187, "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-07-11T01:09:04.787Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 2021-07-11T01:09:04.787Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 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-07-11T01:09:04.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965651610, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965636223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965649136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-11T01:09:04.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "dcae-sch", "timestamp": 1625965638311, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "policy-id", "timestamp": 1625965652982, "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-07-11T01:09:04.797Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 2021-07-11T01:09:04.797Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 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-07-11T01:09:04.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "ves-openapi-manager", "timestamp": 1625965647506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "aai-ml", "timestamp": 1625965636791, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965651610, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965636223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:09:04.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965652638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "cds", "timestamp": 1625965653696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965649136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "policy-id", "timestamp": 1625965643154, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "ves-openapi-manager", "timestamp": 1625965647506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "aai-ml", "timestamp": 1625965636791, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965651610, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:09:04.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965636223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-11T01:09:04.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965652638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "cds", "timestamp": 1625965654701, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:09:04.812Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 2021-07-11T01:09:04.812Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 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-07-11T01:09:04.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965649136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-11T01:09:04.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "policy-id", "timestamp": 1625965643154, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "ves-openapi-manager", "timestamp": 1625965647506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "aai-ml", "timestamp": 1625965636791, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965651610, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-11T01:09:04.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965636223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965652638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965649136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "policy-id", "timestamp": 1625965643154, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "aai-ml", "timestamp": 1625965636791, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965651610, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965636223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-11T01:09:04.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965652638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965649136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "policy-id", "timestamp": 1625965643154, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-11T01:09:04.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "dcae-sch", "timestamp": 1625965657022, "artifactURL": "/sdc/v1/catalog/services/8a4f1967-c554-4e75-a5fe-6ba11e6b194e/resourceInstances/basicclamp0/artifacts/bfd6a2a0-ff48-4782-9981-5eee67d902d7", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.822Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "aai-ml", "timestamp": 1625965636791, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965651610, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-11T01:09:04.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965636223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965652638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "policy-id", "timestamp": 1625965643154, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.824Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "aai-ml", "timestamp": 1625965636791, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.824Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965651610, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.824Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965636223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.824Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965652638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "dcae-sch", "timestamp": 1625965658362, "artifactURL": "/sdc/v1/catalog/services/8a4f1967-c554-4e75-a5fe-6ba11e6b194e/resourceInstances/basicclamp0/artifacts/bfd6a2a0-ff48-4782-9981-5eee67d902d7", "status": "DEPLOY_OK" } 2021-07-11T01:09:04.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965658725, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "policy-id", "timestamp": 1625965643154, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "aai-ml", "timestamp": 1625965636791, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965651610, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965652638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "dcae-sch", "timestamp": 1625965659365, "artifactURL": "/sdc/v1/catalog/services/8a4f1967-c554-4e75-a5fe-6ba11e6b194e/resourceInstances/basicclamp0/artifacts/bfd6a2a0-ff48-4782-9981-5eee67d902d7", "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-07-11T01:09:04.830Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 2021-07-11T01:09:04.830Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 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-07-11T01:09:04.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "policy-id", "timestamp": 1625965643154, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "aai-ml", "timestamp": 1625965636791, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965660516, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "policy-id", "timestamp": 1625965643154, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "dcae-sch", "timestamp": 1625965660368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965661207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "cds", "timestamp": 1625965659417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965661317, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965661324, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "clamp", "timestamp": 1625965661407, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "aai-ml", "timestamp": 1625965661909, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "dcae-sch", "timestamp": 1625965660368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "cds", "timestamp": 1625965659417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965662307, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "policy-id", "timestamp": 1625965662822, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965663025, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965663114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "dcae-sch", "timestamp": 1625965660368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "cds", "timestamp": 1625965659417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "clamp", "timestamp": 1625965663414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:09:04.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965663448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:09:04.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965663729, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "policy-id", "timestamp": 1625965663825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:09:04.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965664031, "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-07-11T01:09:04.843Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 2021-07-11T01:09:04.843Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 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-07-11T01:09:04.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "dcae-sch", "timestamp": 1625965660368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "cds", "timestamp": 1625965659417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "clamp", "timestamp": 1625965664417, "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-07-11T01:09:04.852Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 2021-07-11T01:09:04.852Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 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-07-11T01:09:04.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965664451, "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-07-11T01:09:04.860Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 2021-07-11T01:09:04.860Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 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-07-11T01:09:04.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965664722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965664732, "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-07-11T01:09:04.870Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 2021-07-11T01:09:04.870Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 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-07-11T01:09:04.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "policy-id", "timestamp": 1625965664828, "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-07-11T01:09:04.877Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 2021-07-11T01:09:04.878Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 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-07-11T01:09:04.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965665034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:09:04.882Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "dcae-sch", "timestamp": 1625965660368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "cds", "timestamp": 1625965659417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "clamp", "timestamp": 1625965642718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965652638, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965665737, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:09:04.883Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965665905, "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-07-11T01:09:04.886Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 2021-07-11T01:09:04.886Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 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-07-11T01:09:04.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "dcae-sch", "timestamp": 1625965660368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "cds", "timestamp": 1625965659417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "clamp", "timestamp": 1625965642718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965652638, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "policy-id", "timestamp": 1625965665829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965666910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "dcae-sch", "timestamp": 1625965660368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "cds", "timestamp": 1625965659417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965666741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "clamp", "timestamp": 1625965642718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965652638, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "policy-id", "timestamp": 1625965665829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "ves-openapi-manager", "timestamp": 1625965667506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "dcae-sch", "timestamp": 1625965660368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "cds", "timestamp": 1625965659417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965666741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "aai-ml", "timestamp": 1625965668402, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "clamp", "timestamp": 1625965642718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965652638, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "policy-id", "timestamp": 1625965665829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-11T01:09:04.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "ves-openapi-manager", "timestamp": 1625965667506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965666741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-11T01:09:04.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "aai-ml", "timestamp": 1625965669404, "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-07-11T01:09:04.896Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 2021-07-11T01:09:04.896Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 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-07-11T01:09:04.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "clamp", "timestamp": 1625965642718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965652638, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "policy-id", "timestamp": 1625965665829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-windriver-id", "timestamp": 1625965669136, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "cds", "timestamp": 1625965669829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.902Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "ves-openapi-manager", "timestamp": 1625965667506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965666741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "clamp", "timestamp": 1625965642718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965652638, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "policy-id", "timestamp": 1625965665829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-windriver-id", "timestamp": 1625965669136, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "aai-ml", "timestamp": 1625965670407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "ves-openapi-manager", "timestamp": 1625965667506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965666741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "clamp", "timestamp": 1625965642718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965652638, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "policy-id", "timestamp": 1625965665829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-windriver-id", "timestamp": 1625965669136, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-11T01:09:04.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "cds", "timestamp": 1625965671955, "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-07-11T01:09:04.913Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 2021-07-11T01:09:04.913Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 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-07-11T01:09:04.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "aai-ml", "timestamp": 1625965670407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "ves-openapi-manager", "timestamp": 1625965667506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-k8s-id", "timestamp": 1625965671610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965666741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "clamp", "timestamp": 1625965642718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965652638, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "policy-id", "timestamp": 1625965665829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-windriver-id", "timestamp": 1625965669136, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "aai-ml", "timestamp": 1625965670407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "ves-openapi-manager", "timestamp": 1625965667506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-k8s-id", "timestamp": 1625965671610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965666741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "policy-id", "timestamp": 1625965665829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-windriver-id", "timestamp": 1625965669136, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "aai-ml", "timestamp": 1625965670407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "ves-openapi-manager", "timestamp": 1625965667506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965674200, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-k8s-id", "timestamp": 1625965671610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965666741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-windriver-id", "timestamp": 1625965669136, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "aai-ml", "timestamp": 1625965670407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "ves-openapi-manager", "timestamp": 1625965667506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-k8s-id", "timestamp": 1625965671610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-windriver-id", "timestamp": 1625965669136, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "policy-id", "timestamp": 1625965675911, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "aai-ml", "timestamp": 1625965670407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-k8s-id", "timestamp": 1625965671610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965676316, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-windriver-id", "timestamp": 1625965669136, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "policy-id", "timestamp": 1625965676914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:09:04.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965676928, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:09:04.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "aai-ml", "timestamp": 1625965670407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-k8s-id", "timestamp": 1625965671610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965677931, "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-07-11T01:09:04.926Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 2021-07-11T01:09:04.926Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 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-07-11T01:09:04.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "policy-id", "timestamp": 1625965677916, "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-07-11T01:09:04.935Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 2021-07-11T01:09:04.935Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 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-07-11T01:09:04.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "aai-ml", "timestamp": 1625965670407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-k8s-id", "timestamp": 1625965671610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "57b16269-deb6-45e0-bcb2-3149d43c8f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965678601, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T01:09:04.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965678705, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-windriver-id", "timestamp": 1625965678907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-k8s-id", "timestamp": 1625965671610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:04.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "aai-ml", "timestamp": 1625965680625, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965681206, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:09:04.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-windriver-id", "timestamp": 1625965681327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "clamp", "timestamp": 1625965681410, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-k8s-id", "timestamp": 1625965681619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965682210, "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-07-11T01:09:04.946Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 2021-07-11T01:09:04.946Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 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-07-11T01:09:04.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-11T01:09:04.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "clamp", "timestamp": 1625965682414, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-windriver-id", "timestamp": 1625965682916, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965683213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-k8s-id", "timestamp": 1625965683224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965682638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-windriver-id", "timestamp": 1625965683921, "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-07-11T01:09:04.954Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 2021-07-11T01:09:04.954Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 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-07-11T01:09:04.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-11T01:09:04.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:04.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:09:04.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965682638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:04.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:09:18.201Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:09:18.209Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 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-07-11T01:09:18.211Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:09:18.211Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-11T01:09:18.211Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-11T01:09:18.211Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-11T01:09:18.211Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:09:18.211Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:09:18.211Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:09:18.211Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:09:18.211Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:09:18.211Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:09:18.211Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-11T01:09:18.214Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-11T01:09:48.214Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 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-07-11T01:09:48.218Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 and serviceModelVersionId: 6ebd9be5-03f3-48fe-8b2a-1ec579e9fce0 2021-07-11T01:09:48.218Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 659f6354-ee9f-4d9d-a0e2-7d4f6e053769 2021-07-11T01:09:48.218Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/659f6354-ee9f-4d9d-a0e2-7d4f6e053769/model-vers/model-ver/6ebd9be5-03f3-48fe-8b2a-1ec579e9fce0?depth=0 2021-07-11T01:09:48.222Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-07-11T01:09:48.251Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/659f6354-ee9f-4d9d-a0e2-7d4f6e053769/model-vers/model-ver/6ebd9be5-03f3-48fe-8b2a-1ec579e9fce0?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-07-11T01:09:48.252Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/659f6354-ee9f-4d9d-a0e2-7d4f6e053769/model-vers/model-ver/6ebd9be5-03f3-48fe-8b2a-1ec579e9fce0?depth=0|INFO|500||Invoke 2021-07-11T01:09:48.267Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/659f6354-ee9f-4d9d-a0e2-7d4f6e053769/model-vers/model-ver/6ebd9be5-03f3-48fe-8b2a-1ec579e9fce0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-11T01:09:48.428Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/659f6354-ee9f-4d9d-a0e2-7d4f6e053769/model-vers/model-ver/6ebd9be5-03f3-48fe-8b2a-1ec579e9fce0?depth=0|INFO|500||InvokeReturn 2021-07-11T01:09:48.429Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/659f6354-ee9f-4d9d-a0e2-7d4f6e053769/model-vers/model-ver/6ebd9be5-03f3-48fe-8b2a-1ec579e9fce0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210711-01:09:48:276-57217], vertex-id=[217296], Content-Length=[0], Date=[Sun, 11 Jul 2021 01:09:48 GMT], Content-Type=[application/json]} 2021-07-11T01:09:48.429Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-07-11T01:09:48.429Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-11T01:09:48.429Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||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-07-11T01:09:48.432Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-07-11T01:09:48.432Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 118b6d4e-78bf-4d89-bfb7-190fe1dea2b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-11T01:09:48.433Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-11T01:09:48.433Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:09:48.434Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:09:48.434Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965788432, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T01:09:48.534Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-07-11T01:09:48.535Z||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-07-11T01:09:48.535Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:09:48.545Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:09:48.545Z||pool-66-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-07-11T01:09:49.444Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-11T01:09:49.445Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"8a4f1967-c554-4e75-a5fe-6ba11e6b194e","serviceDescription":"service","serviceInvariantUUID":"e8c03b92-1fe3-4ca1-aa0a-42fd8a8f7a4c","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5a03fd3-0f23-4603-b627-744f82dc2790","resourceInvariantUUID":"ecc0163d-f96b-4e79-8256-35b751b9b375","resourceCustomizationUUID":"eb54b73f-b4b3-4ef4-929a-85713e974654","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":"bfd6a2a0-ff48-4782-9981-5eee67d902d7","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":"NzM2ZTRkOWYxNjZlY2QzNTE4NDcwNDRiZGE0MDlmYzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"186e1e90-91d3-4c60-8b3f-5000d3d9e1c9","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":"NWU0M2ZkZjViZmI3ZmE3OGQyZTRlMDA2MDc4NWRhMGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"04ce4454-4e42-4054-9634-75195dbf8395","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":"66152c5b-dde3-431e-a83a-3746217cc9b5","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":"e35fe071-5036-4a14-ba57-617940a1d140","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":"4a71c71c-122c-497b-aa19-f1a6c90fc413","artifactVersion":"2","generatedFromUUID":"66152c5b-dde3-431e-a83a-3746217cc9b5"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OTFlMmI5YTU1YjIzMGM2ZTg4MWUxOTVmZTY3N2NmY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a22ae11e-c6d8-47f1-aed5-f34ed6a2c12a","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MTQ0NDMzMmY4MWU4ZWQ1N2NjMDA4ZjAxZTYzOTg4ZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51866570-2cac-4c6e-9348-a1f51a43914a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-11T01:09:49.445Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:09:49.445Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:09:49.446Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:09:49.446Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:49.547Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:09:49.547Z||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-07-11T01:09:49.547Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:09:49.554Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:09:49.554Z||pool-67-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-07-11T01:09:50.447Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:09:50.448Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:09:50.449Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:09:50.449Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:50.549Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:09:50.550Z||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-07-11T01:09:50.550Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:09:50.556Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:09:50.556Z||pool-68-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:09:51.450Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:09:51.450Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:09:51.452Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:09:51.452Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:09:51.552Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:09:51.553Z||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-07-11T01:09:51.553Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:09:51.559Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:09:51.559Z||pool-69-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:09:52.453Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:09:52.453Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:09:52.455Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:09:52.455Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-11T01:09:52.555Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:09:52.556Z||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-07-11T01:09:52.556Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:09:52.562Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:09:52.562Z||pool-70-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:09:53.455Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:09:53.456Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:09:53.457Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:09:53.458Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:53.558Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:09:53.558Z||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-07-11T01:09:53.558Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:09:53.565Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:09:53.566Z||pool-71-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:09:54.458Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:09:54.459Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:09:54.460Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:09:54.460Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-11T01:09:54.560Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:09:54.561Z||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-07-11T01:09:54.561Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:09:54.569Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:09:54.569Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:09:55.461Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:09:55.462Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:09:55.463Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:09:55.464Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:09:55.564Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:09:55.564Z||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-07-11T01:09:55.564Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:09:55.570Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:09:55.571Z||pool-73-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:09:56.464Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:09:56.465Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:09:56.466Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:09:56.466Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:09:56.566Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:09:56.567Z||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-07-11T01:09:56.567Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:09:56.573Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:09:56.573Z||pool-74-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:09:57.467Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "8a4f1967-c554-4e75-a5fe-6ba11e6b194e", "serviceDescription": "service", "serviceInvariantUUID": "e8c03b92-1fe3-4ca1-aa0a-42fd8a8f7a4c", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "eb54b73f-b4b3-4ef4-929a-85713e974654", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f5a03fd3-0f23-4603-b627-744f82dc2790", "resourceInvariantUUID": "ecc0163d-f96b-4e79-8256-35b751b9b375", "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": "NWU0M2ZkZjViZmI3ZmE3OGQyZTRlMDA2MDc4NWRhMGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "04ce4454-4e42-4054-9634-75195dbf8395", "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": "66152c5b-dde3-431e-a83a-3746217cc9b5", "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": "4a71c71c-122c-497b-aa19-f1a6c90fc413", "generatedFromUUID": "66152c5b-dde3-431e-a83a-3746217cc9b5" }, "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": "4a71c71c-122c-497b-aa19-f1a6c90fc413", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MTQ0NDMzMmY4MWU4ZWQ1N2NjMDA4ZjAxZTYzOTg4ZGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "51866570-2cac-4c6e-9348-a1f51a43914a" } ], "workloadContext": "Production" } 2021-07-11T01:09:57.467Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-11T01:09:57.468Z|118b6d4e-78bf-4d89-bfb7-190fe1dea2b7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a4f1967-c554-4e75-a5fe-6ba11e6b194e ASDC 2021-07-11T01:09:57.468Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:8a4f1967-c554-4e75-a5fe-6ba11e6b194e ServiceInvariantUUID:e8c03b92-1fe3-4ca1-aa0a-42fd8a8f7a4c 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:51866570-2cac-4c6e-9348-a1f51a43914a ArtifactChecksum:MTQ0NDMzMmY4MWU4ZWQ1N2NjMDA4ZjAxZTYzOTg4ZGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:eb54b73f-b4b3-4ef4-929a-85713e974654 ResourceInvariantUUID:ecc0163d-f96b-4e79-8256-35b751b9b375 ResourceName:basicclamp ResourceType:VF ResourceUUID:f5a03fd3-0f23-4603-b627-744f82dc2790 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:04ce4454-4e42-4054-9634-75195dbf8395 ArtifactChecksum:NWU0M2ZkZjViZmI3ZmE3OGQyZTRlMDA2MDc4NWRhMGU= 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:66152c5b-dde3-431e-a83a-3746217cc9b5 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:4a71c71c-122c-497b-aa19-f1a6c90fc413 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:4a71c71c-122c-497b-aa19-f1a6c90fc413 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-07-11T01:09:57.468Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a4f1967-c554-4e75-a5fe-6ba11e6b194e 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-07-11T01:09:57.494Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T01:09:57.495Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:09:57.495Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:09:57.495Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 51866570-2cac-4c6e-9348-a1f51a43914a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-07-11T01:09:57.495Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:09:57.495Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-07-11T01:09:58.790Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:09:58.793Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 51866570-2cac-4c6e-9348-a1f51a43914a 76831 2021-07-11T01:09:58.793Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-07-11T01:09:58.793Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-07-11T01:09:58.793Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:09:58.794Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:09:58.795Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:09:58.795Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965798793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:09:58.895Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:09:58.896Z||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-07-11T01:09:58.896Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:09:58.903Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:09:58.904Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:09:59.795Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T01:09:59.796Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:09:59.796Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 51866570-2cac-4c6e-9348-a1f51a43914a, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-11T01:09:59.797Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-07-11T01:09:59.797Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-11T01:09:59.797Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-11T01:09:59.900Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2268361012564565548/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-07-11T01:10:00.926Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-11T01:10:00.927Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-07-11T01:10:00.927Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-11T01:10:00.927Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-07-11T01:10:00.927Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:00.927Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:00.927Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:00.927Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-11T01:10:00.928Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:00.928Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-11T01:10:00.928Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:00.928Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:00.928Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-11T01:10:00.928Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-11T01:10:00.928Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-07-11T01:10:00.928Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:00.928Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:00.929Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-11T01:10:00.929Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-07-11T01:10:00.929Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T01:10:00.929Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:00.929Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:00.929Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-11T01:10:00.930Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-07-11T01:10:00.930Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T01:10:00.930Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:00.930Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:00.930Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:00.930Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-07-11T01:10:00.930Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-07-11T01:10:00.931Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-07-11T01:10:00.931Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-07-11T01:10:00.931Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-07-11T01:10:00.931Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-07-11T01:10:00.931Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:00.931Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-11T01:10:00.931Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:00.931Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-11T01:10:00.932Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:10:00.932Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:00.932Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-11T01:10:00.932Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:10:00.932Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:00.935Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-11T01:10:00.935Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:10:00.935Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:00.935Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-07-11T01:10:00.935Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-07-11T01:10:00.935Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-07-11T01:10:00.935Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=916adb95-283d-49f3-9467-4f650c041c63 2021-07-11T01:10:00.936Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:00.936Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:00.936Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:00.936Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:00.936Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:00.937Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:00.937Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:00.937Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:00.937Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:8a4f1967-c554-4e75-a5fe-6ba11e6b194e Model Version:NULL Model InvariantUuid:e8c03b92-1fe3-4ca1-aa0a-42fd8a8f7a4c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:f4d1a07e-89b5-43e8-8aae-4adda63b0e1e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ecc0163d-f96b-4e79-8256-35b751b9b375 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:eb54b73f-b4b3-4ef4-929a-85713e974654 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c7038fa0-7583-4198-8551-55d7f5293f10 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:23757c19-ce37-49fa-8d2d-700a590f953c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:916adb95-283d-49f3-9467-4f650c041c63 ModelInvariantUuid:c34bd9b2-df1c-486d-b6d7-049a651dadf7 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:88995f63-2af6-4a18-b0d8-6849c2df7d1e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:c3a5a036-5b71-4bc5-a23b-95fe24957ba3 ModelInvariantUuid:83bed9e9-b2ad-4d42-a0c8-1b75fae8e83d ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:a0f9ecfd-37f8-4e49-8e4b-9743aff25707 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-07-11T01:10:00.943Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f5a03fd3-0f23-4603-b627-744f82dc2790 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-07-11T01:10:00.946Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||basicclamp 0 2021-07-11T01:10:00.946Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5a03fd3-0f23-4603-b627-744f82dc2790 2021-07-11T01:10:00.946Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 04ce4454-4e42-4054-9634-75195dbf8395 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-07-11T01:10:00.946Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:10:00.947Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-07-11T01:10:01.531Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:10:01.531Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 04ce4454-4e42-4054-9634-75195dbf8395 790 2021-07-11T01:10:01.532Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:01.532Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:01.532Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:10:01.532Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:01.534Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:01.534Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965801532, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:10:01.634Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:01.635Z||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-07-11T01:10:01.635Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:01.642Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:01.643Z||pool-76-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:02.538Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c7038fa0-7583-4198-8551-55d7f5293f10", "vfModuleModelVersion": "1", "vfModuleModelUUID": "23757c19-ce37-49fa-8d2d-700a590f953c", "vfModuleModelCustomizationUUID": "b474fb0a-174f-4b12-afca-ddb34fe6018f", "isBase": true, "artifacts": [ "66152c5b-dde3-431e-a83a-3746217cc9b5", "4a71c71c-122c-497b-aa19-f1a6c90fc413" ], "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-07-11T01:10:02.541Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:23757c19-ce37-49fa-8d2d-700a590f953c VfModuleModelInvariantUUID:c7038fa0-7583-4198-8551-55d7f5293f10 VfModuleModelDescription:NULL Artifacts UUID List:{ 66152c5b-dde3-431e-a83a-3746217cc9b5 , 4a71c71c-122c-497b-aa19-f1a6c90fc413 } 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-07-11T01:10:02.543Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c7038fa0-7583-4198-8551-55d7f5293f10", "vfModuleModelVersion": "1", "vfModuleModelUUID": "23757c19-ce37-49fa-8d2d-700a590f953c", "vfModuleModelCustomizationUUID": "b474fb0a-174f-4b12-afca-ddb34fe6018f", "isBase": true, "artifacts": [ "66152c5b-dde3-431e-a83a-3746217cc9b5", "4a71c71c-122c-497b-aa19-f1a6c90fc413" ], "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-07-11T01:10:02.543Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:23757c19-ce37-49fa-8d2d-700a590f953c VfModuleModelInvariantUUID:c7038fa0-7583-4198-8551-55d7f5293f10 VfModuleModelDescription:NULL Artifacts UUID List:{ 66152c5b-dde3-431e-a83a-3746217cc9b5 , 4a71c71c-122c-497b-aa19-f1a6c90fc413 } 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-07-11T01:10:02.543Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 66152c5b-dde3-431e-a83a-3746217cc9b5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-07-11T01:10:02.544Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:10:02.544Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-07-11T01:10:03.219Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:10:03.220Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 66152c5b-dde3-431e-a83a-3746217cc9b5 5033 2021-07-11T01:10:03.220Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:03.220Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:03.220Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:10:03.221Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:03.222Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:03.222Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965803220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:10:03.322Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-07-11T01:10:03.323Z||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-07-11T01:10:03.323Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:03.329Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:03.329Z||pool-77-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:04.223Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4a71c71c-122c-497b-aa19-f1a6c90fc413 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-07-11T01:10:04.224Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:10:04.224Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-07-11T01:10:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:10:04.702Z||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-07-11T01:10:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:10:04.714Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:04.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:10:04.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-k8s-id", "timestamp": 1625965684909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:10:04.715Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:10:04.722Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:10:04.722Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 4a71c71c-122c-497b-aa19-f1a6c90fc413 909 2021-07-11T01:10:04.722Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:04.722Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:04.722Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:10:04.723Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:04.724Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:04.724Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965804722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:10:04.824Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:04.825Z||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-07-11T01:10:04.825Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:04.831Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:04.832Z||pool-78-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:05.724Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8a4f1967-c554-4e75-a5fe-6ba11e6b194e 2021-07-11T01:10:05.725Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 f5a03fd3-0f23-4603-b627-744f82dc2790 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-07-11T01:10:05.734Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:05.734Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:05.734Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-07-11T01:10:05.734Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= eb54b73f-b4b3-4ef4-929a-85713e974654 2021-07-11T01:10:05.734Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eb54b73f-b4b3-4ef4-929a-85713e974654 matches Tosca VF Customization UUID: eb54b73f-b4b3-4ef4-929a-85713e974654 2021-07-11T01:10:05.734Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: eb54b73f-b4b3-4ef4-929a-85713e974654 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-07-11T01:10:05.736Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:05.736Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:05.736Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id eb54b73f-b4b3-4ef4-929a-85713e974654: {\"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-07-11T01:10:05.736Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70e04d77 2021-07-11T01:10:05.736Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:05.736Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-11T01:10:05.737Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b474fb0a-174f-4b12-afca-ddb34fe6018f 2021-07-11T01:10:05.737Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b474fb0a-174f-4b12-afca-ddb34fe6018f 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-07-11T01:10:05.738Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:05.738Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-11T01:10:05.739Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:10:05.739Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:05.739Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-11T01:10:05.739Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:10:05.739Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:05.739Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-07-11T01:10:05.740Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-07-11T01:10:05.740Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-07-11T01:10:05.740Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=916adb95-283d-49f3-9467-4f650c041c63 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-07-11T01:10:05.741Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:05.741Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-11T01:10:05.741Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:10:05.742Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:05.742Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-11T01:10:05.742Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=eb54b73f-b4b3-4ef4-929a-85713e974654 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-07-11T01:10:05.743Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:05.743Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:05.743Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8a4f1967-c554-4e75-a5fe-6ba11e6b194e: basicclamp 2021-07-11T01:10:05.744Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:05.744Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:05.744Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:05.744Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:05.744Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:05.744Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:05.744Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:05.744Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:05.745Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:05.745Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:05.745Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:05.798Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp f5a03fd3-0f23-4603-b627-744f82dc2790 1 ASDC deployResourceStructure 2021-07-11T01:10:05.798Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:05.798Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:05.798Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:10:05.798Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:05.800Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:05.801Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965805798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:10:05.901Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:05.901Z||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-07-11T01:10:05.901Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:05.907Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:05.907Z||pool-79-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:06.801Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:06.802Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:06.802Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:10:06.802Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:06.803Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:06.803Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965806801, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-07-11T01:10:06.904Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:06.904Z||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-07-11T01:10:06.904Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:06.911Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:06.911Z||pool-80-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:07.804Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:07.804Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:07.805Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:10:07.805Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:07.806Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:07.806Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965807804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-07-11T01:10:07.906Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:07.907Z||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-07-11T01:10:07.907Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:07.913Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:07.914Z||pool-81-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-07-11T01:10:08.807Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-07-11T01:10:08.807Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-07-11T01:10:08.807Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:10:08.808Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:08.809Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:08.809Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965808807, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:10:08.909Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:08.910Z||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-07-11T01:10:08.910Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:08.918Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:08.918Z||pool-82-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:09.810Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:10:09.817Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 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-07-11T01:10:09.819Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:10:09.819Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-11T01:10:09.819Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-11T01:10:09.819Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-11T01:10:09.819Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:10:09.819Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:10:09.819Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:10:09.819Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:10:09.819Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:10:09.819Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:10:09.819Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-11T01:10:09.822Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-11T01:10:39.823Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 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-07-11T01:10:39.826Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a and serviceModelVersionId: 8a4f1967-c554-4e75-a5fe-6ba11e6b194e 2021-07-11T01:10:39.826Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e8c03b92-1fe3-4ca1-aa0a-42fd8a8f7a4c 2021-07-11T01:10:39.827Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e8c03b92-1fe3-4ca1-aa0a-42fd8a8f7a4c/model-vers/model-ver/8a4f1967-c554-4e75-a5fe-6ba11e6b194e?depth=0 2021-07-11T01:10:39.832Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-07-11T01:10:39.865Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e8c03b92-1fe3-4ca1-aa0a-42fd8a8f7a4c/model-vers/model-ver/8a4f1967-c554-4e75-a5fe-6ba11e6b194e?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-07-11T01:10:39.866Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e8c03b92-1fe3-4ca1-aa0a-42fd8a8f7a4c/model-vers/model-ver/8a4f1967-c554-4e75-a5fe-6ba11e6b194e?depth=0|INFO|500||Invoke 2021-07-11T01:10:39.885Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e8c03b92-1fe3-4ca1-aa0a-42fd8a8f7a4c/model-vers/model-ver/8a4f1967-c554-4e75-a5fe-6ba11e6b194e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-11T01:10:40.183Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e8c03b92-1fe3-4ca1-aa0a-42fd8a8f7a4c/model-vers/model-ver/8a4f1967-c554-4e75-a5fe-6ba11e6b194e?depth=0|INFO|500||InvokeReturn 2021-07-11T01:10:40.183Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e8c03b92-1fe3-4ca1-aa0a-42fd8a8f7a4c/model-vers/model-ver/8a4f1967-c554-4e75-a5fe-6ba11e6b194e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210711-01:10:39:895-25859], vertex-id=[253952], Content-Length=[0], Date=[Sun, 11 Jul 2021 01:10:39 GMT], Content-Type=[application/json]} 2021-07-11T01:10:40.184Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-07-11T01:10:40.184Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-11T01:10:40.184Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||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-07-11T01:10:40.187Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-07-11T01:10:40.187Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-11T01:10:40.187Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-11T01:10:40.187Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:40.189Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:40.189Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965840187, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T01:10:40.289Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:40.290Z||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-07-11T01:10:40.290Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:40.299Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:40.300Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 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-07-11T01:10:41.199Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-11T01:10:41.199Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3c928f57-ba6e-47a0-8a24-f5a157f8cc12","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7f08768c-e6ce-460d-ab42-7459d66d5b1d","serviceDescription":"service","serviceInvariantUUID":"3e8dc54a-d985-4e12-b909-f18d4f436f46","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c95c69af-bf03-4aaa-b242-182af240fab0","resourceInvariantUUID":"7735b4e2-9f7f-4916-9f2a-ccaf9f399f00","resourceCustomizationUUID":"e5240f33-0c4a-4e83-8936-bfb4d390ddf6","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":"OTE0YjQ2YmQzZDI0MWM2NjA5YzA4NzRiMmVmZWE2MDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fabb5139-a796-484f-b9e9-ce8166dc7b8f","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":"YTFiZWUwNWE5MDU4ZTc5Y2Q4MTFhNGVmODNhOTUxYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"470d6172-09b2-4cf7-b77b-fc68f1eade6e","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":"5776b46b-8f5e-44ff-8cf8-af0a151c400d","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":"a381de93-f6c1-464f-a1c7-7baad073d2f8","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":"26977194-2b99-4fab-b535-882b5d9aeefe","artifactVersion":"2","generatedFromUUID":"5776b46b-8f5e-44ff-8cf8-af0a151c400d"},{"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":"ODIzYTU1MzVlYzdjMTk1NGNmMGM3MTk4ZTE1Y2EzMzM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ada297ce-ccc8-4a9b-bff1-50660138c57c","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":"MGNlOGU3Njg3YmI1NmJkMjRhNDAwNGFjMjM0YzBlZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"127455eb-8c48-4718-b23e-d72ce8dd5eb3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzhlZDZiZmU4YmIwNjNiZjY1MWVlOWQzODY5YmM0Njg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21ac215a-3734-4f71-be64-9f29d02ff583","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-11T01:10:41.200Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:10:41.200Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:41.201Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:41.201Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:10:41.301Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:41.302Z||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-07-11T01:10:41.302Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:41.311Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:41.312Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:42.202Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:10:42.202Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:42.204Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:42.204Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:10:42.305Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-11T01:10:42.306Z||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-07-11T01:10:42.306Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:42.312Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:42.312Z||pool-85-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:43.205Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:10:43.205Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:43.206Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:43.207Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-11T01:10:43.307Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:43.307Z||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-07-11T01:10:43.307Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:43.313Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:43.314Z||pool-86-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:44.207Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:10:44.207Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:44.209Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:44.209Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:10:44.309Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:44.310Z||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-07-11T01:10:44.310Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:44.315Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:44.316Z||pool-87-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:45.209Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:10:45.210Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:45.211Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:45.211Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-11T01:10:45.312Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:45.312Z||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-07-11T01:10:45.312Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:45.319Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:45.319Z||pool-88-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:46.212Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:10:46.213Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:46.214Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:46.214Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:10:46.315Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:46.315Z||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-07-11T01:10:46.315Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:46.323Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:46.323Z||pool-89-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:47.215Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:10:47.216Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:47.217Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:47.217Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:10:47.317Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:47.318Z||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-07-11T01:10:47.318Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:47.324Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:47.324Z||pool-90-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:48.218Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:10:48.218Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:48.220Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:48.220Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:10:48.320Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:48.321Z||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-07-11T01:10:48.321Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:48.327Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:48.327Z||pool-91-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:49.221Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "7f08768c-e6ce-460d-ab42-7459d66d5b1d", "serviceDescription": "service", "serviceInvariantUUID": "3e8dc54a-d985-4e12-b909-f18d4f436f46", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "e5240f33-0c4a-4e83-8936-bfb4d390ddf6", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c95c69af-bf03-4aaa-b242-182af240fab0", "resourceInvariantUUID": "7735b4e2-9f7f-4916-9f2a-ccaf9f399f00", "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": "YTFiZWUwNWE5MDU4ZTc5Y2Q4MTFhNGVmODNhOTUxYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "470d6172-09b2-4cf7-b77b-fc68f1eade6e", "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": "5776b46b-8f5e-44ff-8cf8-af0a151c400d", "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": "26977194-2b99-4fab-b535-882b5d9aeefe", "generatedFromUUID": "5776b46b-8f5e-44ff-8cf8-af0a151c400d" }, "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": "26977194-2b99-4fab-b535-882b5d9aeefe", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YzhlZDZiZmU4YmIwNjNiZjY1MWVlOWQzODY5YmM0Njg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "21ac215a-3734-4f71-be64-9f29d02ff583" } ], "workloadContext": "Production" } 2021-07-11T01:10:49.221Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-11T01:10:49.221Z|bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7f08768c-e6ce-460d-ab42-7459d66d5b1d ASDC 2021-07-11T01:10:49.222Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:3c928f57-ba6e-47a0-8a24-f5a157f8cc12 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:7f08768c-e6ce-460d-ab42-7459d66d5b1d ServiceInvariantUUID:3e8dc54a-d985-4e12-b909-f18d4f436f46 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:21ac215a-3734-4f71-be64-9f29d02ff583 ArtifactChecksum:YzhlZDZiZmU4YmIwNjNiZjY1MWVlOWQzODY5YmM0Njg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:e5240f33-0c4a-4e83-8936-bfb4d390ddf6 ResourceInvariantUUID:7735b4e2-9f7f-4916-9f2a-ccaf9f399f00 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:c95c69af-bf03-4aaa-b242-182af240fab0 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:470d6172-09b2-4cf7-b77b-fc68f1eade6e ArtifactChecksum:YTFiZWUwNWE5MDU4ZTc5Y2Q4MTFhNGVmODNhOTUxYmU= 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:5776b46b-8f5e-44ff-8cf8-af0a151c400d 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:26977194-2b99-4fab-b535-882b5d9aeefe 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:26977194-2b99-4fab-b535-882b5d9aeefe ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-07-11T01:10:49.222Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7f08768c-e6ce-460d-ab42-7459d66d5b1d 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-07-11T01:10:49.243Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T01:10:49.244Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:10:49.244Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:10:49.244Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 21ac215a-3734-4f71-be64-9f29d02ff583 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-07-11T01:10:49.244Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:10:49.244Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-07-11T01:10:49.917Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:10:49.920Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 21ac215a-3734-4f71-be64-9f29d02ff583 82047 2021-07-11T01:10:49.920Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-07-11T01:10:49.920Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-07-11T01:10:49.920Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:10:49.921Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:49.922Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:49.922Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965849920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:10:50.022Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:50.023Z||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-07-11T01:10:50.023Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:50.030Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:50.030Z||pool-92-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:50.922Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T01:10:50.923Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:10:50.924Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 21ac215a-3734-4f71-be64-9f29d02ff583, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-11T01:10:50.924Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-07-11T01:10:50.924Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-11T01:10:50.924Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-11T01:10:51.009Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16851759187293444116/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-07-11T01:10:51.884Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-11T01:10:51.884Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-07-11T01:10:51.884Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-11T01:10:51.884Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-07-11T01:10:51.884Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-11T01:10:51.884Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||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-07-11T01:10:51.884Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||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-07-11T01:10:51.884Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-11T01:10:51.884Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||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-07-11T01:10:51.884Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||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-07-11T01:10:51.884Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-11T01:10:51.885Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||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-07-11T01:10:51.885Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-11T01:10:51.885Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-11T01:10:51.885Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-07-11T01:10:51.885Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:51.885Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:51.885Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-11T01:10:51.885Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-07-11T01:10:51.885Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T01:10:51.885Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:51.885Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:51.886Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-11T01:10:51.886Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-07-11T01:10:51.886Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T01:10:51.886Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:51.886Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:51.886Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:51.886Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-07-11T01:10:51.886Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-07-11T01:10:51.886Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-07-11T01:10:51.886Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-07-11T01:10:51.886Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-07-11T01:10:51.887Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-07-11T01:10:51.887Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:51.887Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-11T01:10:51.887Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:51.887Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-11T01:10:51.887Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:10:51.887Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:51.887Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-11T01:10:51.887Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:10:51.887Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:51.888Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-11T01:10:51.888Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:10:51.888Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:51.888Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-07-11T01:10:51.888Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-07-11T01:10:51.888Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-07-11T01:10:51.888Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=edd57d99-9f78-4ac8-aaed-4d0f16385f6f 2021-07-11T01:10:51.888Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:51.888Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:51.888Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:51.888Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:51.888Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:51.889Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:51.889Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:51.889Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:51.889Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:7f08768c-e6ce-460d-ab42-7459d66d5b1d Model Version:NULL Model InvariantUuid:3e8dc54a-d985-4e12-b909-f18d4f436f46 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:b70a039f-c140-4682-8c06-08b3ed167c94 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7735b4e2-9f7f-4916-9f2a-ccaf9f399f00 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e5240f33-0c4a-4e83-8936-bfb4d390ddf6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:325a242f-6895-4f34-ba40-011b5b4273ac ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:6120ecc3-893d-49c3-98f5-bb14cbf44de0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:edd57d99-9f78-4ac8-aaed-4d0f16385f6f ModelInvariantUuid:7268cb2f-763d-4fd8-a545-84611370d7da ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:39ed71b5-d7c0-497b-a3f7-53a832d80532 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:5d213b81-be85-4e20-8e6e-8a1eb691af91 ModelInvariantUuid:01a478a7-bf00-40ec-826c-6058a7df587d ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:b49e5b9e-50e0-4f54-b901-b4219e8ff2bc 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-07-11T01:10:51.893Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: c95c69af-bf03-4aaa-b242-182af240fab0 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-07-11T01:10:51.894Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2021-07-11T01:10:51.895Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c95c69af-bf03-4aaa-b242-182af240fab0 2021-07-11T01:10:51.895Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 470d6172-09b2-4cf7-b77b-fc68f1eade6e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-07-11T01:10:51.895Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:10:51.895Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-07-11T01:10:52.417Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:10:52.418Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 470d6172-09b2-4cf7-b77b-fc68f1eade6e 792 2021-07-11T01:10:52.418Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-07-11T01:10:52.418Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-07-11T01:10:52.418Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:10:52.418Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:52.420Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:52.420Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965852418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:10:52.520Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:52.520Z||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-07-11T01:10:52.520Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:52.527Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:52.527Z||pool-93-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:53.420Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "325a242f-6895-4f34-ba40-011b5b4273ac", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6120ecc3-893d-49c3-98f5-bb14cbf44de0", "vfModuleModelCustomizationUUID": "1ff2ef2e-0776-42da-a5e2-079306ba22e0", "isBase": true, "artifacts": [ "5776b46b-8f5e-44ff-8cf8-af0a151c400d", "26977194-2b99-4fab-b535-882b5d9aeefe" ], "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-07-11T01:10:53.423Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6120ecc3-893d-49c3-98f5-bb14cbf44de0 VfModuleModelInvariantUUID:325a242f-6895-4f34-ba40-011b5b4273ac VfModuleModelDescription:NULL Artifacts UUID List:{ 5776b46b-8f5e-44ff-8cf8-af0a151c400d , 26977194-2b99-4fab-b535-882b5d9aeefe } 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-07-11T01:10:53.424Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "325a242f-6895-4f34-ba40-011b5b4273ac", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6120ecc3-893d-49c3-98f5-bb14cbf44de0", "vfModuleModelCustomizationUUID": "1ff2ef2e-0776-42da-a5e2-079306ba22e0", "isBase": true, "artifacts": [ "5776b46b-8f5e-44ff-8cf8-af0a151c400d", "26977194-2b99-4fab-b535-882b5d9aeefe" ], "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-07-11T01:10:53.424Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6120ecc3-893d-49c3-98f5-bb14cbf44de0 VfModuleModelInvariantUUID:325a242f-6895-4f34-ba40-011b5b4273ac VfModuleModelDescription:NULL Artifacts UUID List:{ 5776b46b-8f5e-44ff-8cf8-af0a151c400d , 26977194-2b99-4fab-b535-882b5d9aeefe } 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-07-11T01:10:53.424Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5776b46b-8f5e-44ff-8cf8-af0a151c400d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-07-11T01:10:53.424Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:10:53.425Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-07-11T01:10:53.897Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:10:53.897Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 5776b46b-8f5e-44ff-8cf8-af0a151c400d 5033 2021-07-11T01:10:53.897Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-07-11T01:10:53.898Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-07-11T01:10:53.898Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:10:53.898Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:53.899Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:53.899Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965853897, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:10:54.000Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:54.001Z||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-07-11T01:10:54.001Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:54.009Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:54.009Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:54.900Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 26977194-2b99-4fab-b535-882b5d9aeefe from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-07-11T01:10:54.900Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:10:54.901Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-07-11T01:10:55.604Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:10:55.605Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 26977194-2b99-4fab-b535-882b5d9aeefe 903 2021-07-11T01:10:55.605Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-07-11T01:10:55.605Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-07-11T01:10:55.605Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:10:55.605Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:55.607Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:55.607Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965855605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:10:55.707Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:55.707Z||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-07-11T01:10:55.707Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:55.714Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:55.714Z||pool-95-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:56.607Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7f08768c-e6ce-460d-ab42-7459d66d5b1d 2021-07-11T01:10:56.608Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c95c69af-bf03-4aaa-b242-182af240fab0 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-07-11T01:10:56.616Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:56.616Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:56.616Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-07-11T01:10:56.617Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= e5240f33-0c4a-4e83-8936-bfb4d390ddf6 2021-07-11T01:10:56.617Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e5240f33-0c4a-4e83-8936-bfb4d390ddf6 matches Tosca VF Customization UUID: e5240f33-0c4a-4e83-8936-bfb4d390ddf6 2021-07-11T01:10:56.617Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: e5240f33-0c4a-4e83-8936-bfb4d390ddf6 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-07-11T01:10:56.618Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:56.618Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:56.619Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id e5240f33-0c4a-4e83-8936-bfb4d390ddf6: {\"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-07-11T01:10:56.619Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@315c6854 2021-07-11T01:10:56.619Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:56.619Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-11T01:10:56.619Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1ff2ef2e-0776-42da-a5e2-079306ba22e0 2021-07-11T01:10:56.619Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1ff2ef2e-0776-42da-a5e2-079306ba22e0 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-07-11T01:10:56.621Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:56.621Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-11T01:10:56.621Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:10:56.621Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:56.621Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-11T01:10:56.621Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:10:56.621Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:56.621Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-07-11T01:10:56.622Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-07-11T01:10:56.622Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-07-11T01:10:56.622Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=edd57d99-9f78-4ac8-aaed-4d0f16385f6f 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-07-11T01:10:56.623Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:56.623Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-11T01:10:56.623Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:10:56.623Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:56.624Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-11T01:10:56.624Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e5240f33-0c4a-4e83-8936-bfb4d390ddf6 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-07-11T01:10:56.625Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:56.625Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:56.625Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7f08768c-e6ce-460d-ab42-7459d66d5b1d: basic_vm_macro 2021-07-11T01:10:56.625Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:56.625Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:56.625Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:56.625Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:56.625Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:56.626Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:56.626Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:56.626Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:56.626Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:10:56.626Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:10:56.626Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||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-07-11T01:10:56.671Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c95c69af-bf03-4aaa-b242-182af240fab0 1 ASDC deployResourceStructure 2021-07-11T01:10:56.672Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-07-11T01:10:56.672Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-07-11T01:10:56.672Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:10:56.672Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:56.673Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:56.673Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965856672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:10:56.773Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:56.774Z||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-07-11T01:10:56.774Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:56.781Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:56.781Z||pool-96-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:57.674Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-07-11T01:10:57.674Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-07-11T01:10:57.674Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:10:57.675Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:57.676Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:57.676Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965857674, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-07-11T01:10:57.776Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:57.777Z||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-07-11T01:10:57.777Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:57.783Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:57.783Z||pool-97-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:10:58.677Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-07-11T01:10:58.677Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-07-11T01:10:58.677Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:10:58.677Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:58.678Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:58.679Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965858676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-07-11T01:10:58.779Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:58.779Z||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-07-11T01:10:58.779Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:58.786Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:58.787Z||pool-98-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-07-11T01:10:59.679Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-07-11T01:10:59.679Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-07-11T01:10:59.679Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:10:59.680Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:10:59.682Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:10:59.682Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965859679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:10:59.782Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:10:59.783Z||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-07-11T01:10:59.783Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:10:59.789Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:10:59.790Z||pool-99-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:11:00.682Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:11:00.689Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 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-07-11T01:11:00.690Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:11:00.690Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T01:11:00.691Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T01:11:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:11:04.702Z||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-07-11T01:11:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:11:04.714Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:11:04.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-windriver-id", "timestamp": 1625965684924, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:11:04.715Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:11:04.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:11:04.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:11:04.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965682638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:11:04.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:11:04.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-k8s-id", "timestamp": 1625965686103, "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-07-11T01:11:04.720Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 2021-07-11T01:11:04.720Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 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-07-11T01:11:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965682638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "clamp", "timestamp": 1625965686490, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "aai-ml", "timestamp": 1625965686800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "multicloud-k8s-id", "timestamp": 1625965687107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965682638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "clamp", "timestamp": 1625965687493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:11:04.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:11:04.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "aai-ml", "timestamp": 1625965687802, "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-07-11T01:11:04.729Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 2021-07-11T01:11:04.729Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 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-07-11T01:11:04.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965687831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:11:04.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:11:04.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965682638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:11:04.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:11:04.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "clamp", "timestamp": 1625965688496, "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-07-11T01:11:04.739Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 2021-07-11T01:11:04.739Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a 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-07-11T01:11:04.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965682638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965690026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "clamp", "timestamp": 1625965689500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965682638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "clamp", "timestamp": 1625965689500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965691325, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965691715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "clamp", "timestamp": 1625965689500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965693092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "clamp", "timestamp": 1625965689500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965693722, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "clamp", "timestamp": 1625965689500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965694172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:11:04.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:11:04.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965694725, "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-07-11T01:11:04.749Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 2021-07-11T01:11:04.749Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 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-07-11T01:11:04.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "clamp", "timestamp": 1625965689500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:11:04.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:11:04.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965695174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "clamp", "timestamp": 1625965689500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965696177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "clamp", "timestamp": 1625965689500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965697180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "clamp", "timestamp": 1625965709414, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "clamp", "timestamp": 1625965712418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:11:04.756Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:11:04.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:11:04.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "clamp", "timestamp": 1625965713421, "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-07-11T01:11:04.758Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 2021-07-11T01:11:04.758Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 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-07-11T01:11:30.691Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:11:30.698Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 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-07-11T01:11:30.699Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:11:30.700Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-11T01:11:30.700Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-11T01:11:30.700Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-11T01:11:30.700Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:11:30.700Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:11:30.700Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:11:30.700Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:11:30.700Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:11:30.700Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:11:30.701Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-11T01:11:30.704Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-11T01:12:00.704Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 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-07-11T01:12:00.708Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 and serviceModelVersionId: 7f08768c-e6ce-460d-ab42-7459d66d5b1d 2021-07-11T01:12:00.709Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3e8dc54a-d985-4e12-b909-f18d4f436f46 2021-07-11T01:12:00.709Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3e8dc54a-d985-4e12-b909-f18d4f436f46/model-vers/model-ver/7f08768c-e6ce-460d-ab42-7459d66d5b1d?depth=0 2021-07-11T01:12:00.713Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-07-11T01:12:00.744Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3e8dc54a-d985-4e12-b909-f18d4f436f46/model-vers/model-ver/7f08768c-e6ce-460d-ab42-7459d66d5b1d?depth=0|INFO|500||Invoke 2021-07-11T01:12:00.745Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3e8dc54a-d985-4e12-b909-f18d4f436f46/model-vers/model-ver/7f08768c-e6ce-460d-ab42-7459d66d5b1d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3e8dc54a-d985-4e12-b909-f18d4f436f46/model-vers/model-ver/7f08768c-e6ce-460d-ab42-7459d66d5b1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3c928f57-ba6e-47a0-8a24-f5a157f8cc12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc5c4087-1027-49c5-b355-44c27391a24a], X-ECOMP-RequestID=[3c928f57-ba6e-47a0-8a24-f5a157f8cc12], X-TransactionId=[], X-ONAP-RequestID=[3c928f57-ba6e-47a0-8a24-f5a157f8cc12], Content-Type=[application/merge-patch+json]} 2021-07-11T01:12:00.763Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3e8dc54a-d985-4e12-b909-f18d4f436f46/model-vers/model-ver/7f08768c-e6ce-460d-ab42-7459d66d5b1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-11T01:12:01.110Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3e8dc54a-d985-4e12-b909-f18d4f436f46/model-vers/model-ver/7f08768c-e6ce-460d-ab42-7459d66d5b1d?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/3e8dc54a-d985-4e12-b909-f18d4f436f46/model-vers/model-ver/7f08768c-e6ce-460d-ab42-7459d66d5b1d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210711-01:12:00:772-9977], vertex-id=[180456], Content-Length=[0], Date=[Sun, 11 Jul 2021 01:12:00 GMT], Content-Type=[application/json]} 2021-07-11T01:12:01.110Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3e8dc54a-d985-4e12-b909-f18d4f436f46/model-vers/model-ver/7f08768c-e6ce-460d-ab42-7459d66d5b1d?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-07-11T01:12:01.111Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3e8dc54a-d985-4e12-b909-f18d4f436f46/model-vers/model-ver/7f08768c-e6ce-460d-ab42-7459d66d5b1d?depth=0|INFO|500||InvokeReturn 2021-07-11T01:12:01.111Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-11T01:12:01.111Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||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-07-11T01:12:01.115Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-07-11T01:12:01.115Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3c928f57-ba6e-47a0-8a24-f5a157f8cc12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-11T01:12:01.115Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-11T01:12:01.115Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:12:01.117Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:12:01.117Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965921115, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T01:12:01.217Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:12:01.218Z||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-07-11T01:12:01.218Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:12:01.227Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:12:01.228Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 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-07-11T01:12:02.125Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:12:02.125Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|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-07-11T01:12:02.125Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:12:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:12:04.702Z||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-07-11T01:12:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:12:04.714Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:12:04.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:12:04.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "118b6d4e-78bf-4d89-bfb7-190fe1dea2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965788432, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T01:12:04.715Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:12:04.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:12:04.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:12:04.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:12:04.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:12:04.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:12:04.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:12:04.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:12:04.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:12:04.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:12:04.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:12:04.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-11T01:12:04.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:12:04.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:12:04.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:12:04.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:12:04.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:12:04.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-11T01:12:04.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:12:04.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:12:04.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:12:04.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:12:04.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:12:04.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:12:04.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:12:04.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:12:04.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965798793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:12:04.717Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:12:04.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:12:04.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965801532, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:12:04.717Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:12:04.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:12:04.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965803220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:12:04.717Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:12:06.405Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:12:06.406Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-11T01:12:06.406Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c9b62587-c777-48c1-a203-b6eb40018c7a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"93d91471-dc37-4431-8394-9ce4861f7367","serviceDescription":"service","serviceInvariantUUID":"833e6fd2-0856-4dab-b256-f8d63fd161d2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aa0abd3c-fe1c-4c90-b737-23578b594f88","resourceInvariantUUID":"4e9b2696-3302-40ef-b368-7ab5784c2771","resourceCustomizationUUID":"c148441c-2787-40de-b082-c480733581f4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"M2JlODM2ODc3MDgxZmZkMmFiYWZhMDhiZmZkYWRkYzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a34fac4-7bd1-4a9a-b239-91d3244bb2a5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"179483c7-18e2-4ab1-b9b1-2d0bc02f28ff","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f0725fc-5d41-400e-82f9-fa5fd6a4098a","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YTMwYzY0YjllYjQ0ZGZjMGJlYjg5ZDZlZDI0NGQ2NWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9de28909-ca2e-4564-8563-29cc9f59cb03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4a0e23b9-ed42-4188-9b72-5de863cb570c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95407bd0-af97-45d5-9595-951ef5a99ab7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"96c6effe-8d8b-41f6-9604-9d90cb29c959","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"N2NhYTUxNTc4MjcwNTU2ZGYzZGZkMTM0ODUxYTY1ZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3493d03c-475c-4321-8275-25285a54399d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NWJkZTcwNzkzZWNjMDIyZTk0OTYzZDUxNzg0NTEwYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"886a6406-69de-4675-8d99-84a0d85236f9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-11T01:12:06.407Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:12:06.407Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:12:06.409Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:12:06.409Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:12:06.509Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:12:06.510Z||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-07-11T01:12:06.510Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:12:06.517Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:12:06.517Z||pool-101-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:12:07.409Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:12:07.410Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:12:07.412Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:12:07.412Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:12:07.512Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:12:07.513Z||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-07-11T01:12:07.513Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:12:07.519Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:12:07.520Z||pool-102-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:12:08.413Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:12:08.413Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:12:08.415Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:12:08.415Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:12:08.515Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:12:08.516Z||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-07-11T01:12:08.516Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:12:08.522Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:12:08.523Z||pool-103-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:12:09.415Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:12:09.416Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:12:09.417Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:12:09.418Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:12:09.518Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:12:09.518Z||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-07-11T01:12:09.518Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:12:09.526Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:12:09.526Z||pool-104-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:12:10.418Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:12:10.419Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:12:10.420Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:12:10.420Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:12:10.521Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:12:10.521Z||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-07-11T01:12:10.521Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:12:10.528Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:12:10.528Z||pool-105-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:12:11.420Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:12:11.421Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:12:11.422Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:12:11.422Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:12:11.523Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-11T01:12:11.523Z||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-07-11T01:12:11.523Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:12:11.530Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:12:11.530Z||pool-106-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:12:12.423Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:12:12.423Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:12:12.425Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:12:12.425Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:12:12.525Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:12:12.525Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:12:12.526Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:12:12.532Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:12:12.532Z||pool-107-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:12:13.425Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:12:13.426Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:12:13.427Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:12:13.427Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:12:13.527Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:12:13.528Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:12:13.528Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:12:13.534Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:12:13.534Z||pool-108-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:12:14.428Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:12:14.428Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:12:14.430Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:12:14.430Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:12:14.530Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:12:14.531Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:12:14.531Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:12:14.537Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:12:14.538Z||pool-109-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:12:15.431Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "93d91471-dc37-4431-8394-9ce4861f7367", "serviceDescription": "service", "serviceInvariantUUID": "833e6fd2-0856-4dab-b256-f8d63fd161d2", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "c148441c-2787-40de-b082-c480733581f4", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "aa0abd3c-fe1c-4c90-b737-23578b594f88", "resourceInvariantUUID": "4e9b2696-3302-40ef-b368-7ab5784c2771", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "NWJkZTcwNzkzZWNjMDIyZTk0OTYzZDUxNzg0NTEwYzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "886a6406-69de-4675-8d99-84a0d85236f9" } ], "workloadContext": "Production" } 2021-07-11T01:12:15.431Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-11T01:12:15.431Z|3c928f57-ba6e-47a0-8a24-f5a157f8cc12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 93d91471-dc37-4431-8394-9ce4861f7367 ASDC 2021-07-11T01:12:15.431Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:c9b62587-c777-48c1-a203-b6eb40018c7a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:93d91471-dc37-4431-8394-9ce4861f7367 ServiceInvariantUUID:833e6fd2-0856-4dab-b256-f8d63fd161d2 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:886a6406-69de-4675-8d99-84a0d85236f9 ArtifactChecksum:NWJkZTcwNzkzZWNjMDIyZTk0OTYzZDUxNzg0NTEwYzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:c148441c-2787-40de-b082-c480733581f4 ResourceInvariantUUID:4e9b2696-3302-40ef-b368-7ab5784c2771 ResourceName:test-pnf ResourceType:PNF ResourceUUID:aa0abd3c-fe1c-4c90-b737-23578b594f88 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-07-11T01:12:15.431Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93d91471-dc37-4431-8394-9ce4861f7367 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-07-11T01:12:15.449Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T01:12:15.449Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:12:15.450Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:12:15.450Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 886a6406-69de-4675-8d99-84a0d85236f9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-07-11T01:12:15.450Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:12:15.450Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-07-11T01:12:16.026Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:12:16.030Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 886a6406-69de-4675-8d99-84a0d85236f9 106320 2021-07-11T01:12:16.031Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-07-11T01:12:16.031Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-07-11T01:12:16.031Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:12:16.031Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:12:16.032Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:12:16.032Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965936031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:12:16.133Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-11T01:12:16.133Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:12:16.133Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:12:16.140Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:12:16.140Z||pool-110-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:12:17.033Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T01:12:17.034Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:12:17.034Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 886a6406-69de-4675-8d99-84a0d85236f9, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-11T01:12:17.035Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-07-11T01:12:17.035Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-11T01:12:17.035Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-11T01:12:17.147Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7427461838068048124/Definitions/service-TestPnfMacro-template.yml 2021-07-11T01:12:17.718Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-11T01:12:17.718Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-07-11T01:12:17.718Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-11T01:12:17.718Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-07-11T01:12:17.718Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-11T01:12:17.718Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-11T01:12:17.718Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-11T01:12:17.719Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-11T01:12:17.719Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-11T01:12:17.719Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-11T01:12:17.719Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-11T01:12:17.719Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-11T01:12:17.719Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-07-11T01:12:17.719Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:12:17.719Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:12:17.719Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-07-11T01:12:17.719Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-07-11T01:12:17.719Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T01:12:17.719Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:12:17.720Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:12:17.720Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-07-11T01:12:17.720Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-07-11T01:12:17.720Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T01:12:17.720Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:12:17.720Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:12:17.720Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:12:17.720Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:12:17.720Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:12:17.720Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:12:17.720Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:12:17.720Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:12:17.721Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:12:17.721Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:12:17.721Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:93d91471-dc37-4431-8394-9ce4861f7367 Model Version:NULL Model InvariantUuid:833e6fd2-0856-4dab-b256-f8d63fd161d2 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-07-11T01:12:17.724Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: aa0abd3c-fe1c-4c90-b737-23578b594f88 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-07-11T01:12:17.726Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||test-pnf 0 2021-07-11T01:12:17.726Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aa0abd3c-fe1c-4c90-b737-23578b594f88 2021-07-11T01:12:17.727Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 93d91471-dc37-4431-8394-9ce4861f7367 2021-07-11T01:12:17.727Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 93d91471-dc37-4431-8394-9ce4861f7367 2021-07-11T01:12:17.727Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 aa0abd3c-fe1c-4c90-b737-23578b594f88 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-07-11T01:12:17.729Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:12:17.729Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:12:17.729Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 93d91471-dc37-4431-8394-9ce4861f7367: test-pnf 2021-07-11T01:12:17.730Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||Processing PNF resource: aa0abd3c-fe1c-4c90-b737-23578b594f88 2021-07-11T01:12:17.730Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:12:17.730Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:12:17.730Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||Resource customization UUID: c148441c-2787-40de-b082-c480733581f4 is the same as notified resource customizationUUID: c148441c-2787-40de-b082-c480733581f4 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-07-11T01:12:17.749Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf aa0abd3c-fe1c-4c90-b737-23578b594f88 0 ASDC deployResourceStructure 2021-07-11T01:12:17.749Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-07-11T01:12:17.749Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-07-11T01:12:17.749Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:12:17.749Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:12:17.750Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:12:17.751Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965937749, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:12:17.851Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:12:17.851Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:12:17.851Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:12:17.858Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:12:17.858Z||pool-111-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:12:18.751Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9b62587-c777-48c1-a203-b6eb40018c7a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:12:18.758Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9b62587-c777-48c1-a203-b6eb40018c7a 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-07-11T01:12:18.760Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:12:18.760Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T01:12:18.760Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T01:12:48.760Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9b62587-c777-48c1-a203-b6eb40018c7a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:12:48.766Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9b62587-c777-48c1-a203-b6eb40018c7a 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-07-11T01:12:48.768Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:12:48.768Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-11T01:12:48.768Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-11T01:13:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:13:04.702Z||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-07-11T01:13:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:13:04.713Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:13:04.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965804722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:13:04.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965805798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:13:04.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965806801, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-07-11T01:13:04.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965807804, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-07-11T01:13:04.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965808807, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "dcae-sch", "timestamp": 1625965818311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "cds", "timestamp": 1625965824417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "policy-id", "timestamp": 1625965823154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "ves-openapi-manager", "timestamp": 1625965827506, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "clamp", "timestamp": 1625965822718, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "dcae-sch", "timestamp": 1625965818311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "cds", "timestamp": 1625965824417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "policy-id", "timestamp": 1625965823154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "ves-openapi-manager", "timestamp": 1625965827506, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "clamp", "timestamp": 1625965822718, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965829136, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "dcae-sch", "timestamp": 1625965818311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "policy-id", "timestamp": 1625965823154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "cds", "timestamp": 1625965824417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "ves-openapi-manager", "timestamp": 1625965827506, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "clamp", "timestamp": 1625965822718, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965829136, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "dcae-sch", "timestamp": 1625965818311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "cds", "timestamp": 1625965824417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "policy-id", "timestamp": 1625965823154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "ves-openapi-manager", "timestamp": 1625965827506, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "clamp", "timestamp": 1625965822718, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965829136, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "dcae-sch", "timestamp": 1625965818311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "policy-id", "timestamp": 1625965823154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "cds", "timestamp": 1625965824417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "ves-openapi-manager", "timestamp": 1625965827506, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "clamp", "timestamp": 1625965822718, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965831610, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965829136, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "dcae-sch", "timestamp": 1625965818311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "policy-id", "timestamp": 1625965823154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "cds", "timestamp": 1625965824417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "ves-openapi-manager", "timestamp": 1625965827506, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "clamp", "timestamp": 1625965822718, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965831610, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965832638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965829136, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "dcae-sch", "timestamp": 1625965818311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "policy-id", "timestamp": 1625965823154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "cds", "timestamp": 1625965824417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "ves-openapi-manager", "timestamp": 1625965827506, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-07-11T01:13:04.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "clamp", "timestamp": 1625965822718, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965831610, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965832638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965829136, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "dcae-sch", "timestamp": 1625965818311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "policy-id", "timestamp": 1625965823154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "cds", "timestamp": 1625965824417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "ves-openapi-manager", "timestamp": 1625965827506, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "clamp", "timestamp": 1625965822718, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965831610, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965832638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965829136, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "dcae-sch", "timestamp": 1625965818311, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "policy-id", "timestamp": 1625965823154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "cds", "timestamp": 1625965824417, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "ves-openapi-manager", "timestamp": 1625965827506, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "clamp", "timestamp": 1625965822718, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965831610, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965832638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965829136, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965836223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965831610, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965832638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-windriver-id", "timestamp": 1625965829136, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:13:04.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965836223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "policy-id", "timestamp": 1625965838211, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:13:04.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965831610, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965832638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "cds", "timestamp": 1625965838429, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "ves-openapi-manager", "timestamp": 1625965838497, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965836223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "policy-id", "timestamp": 1625965839214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965831610, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965832638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "ves-openapi-manager", "timestamp": 1625965839514, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "cds", "timestamp": 1625965839649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-11T01:13:04.740Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c9b62587-c777-48c1-a203-b6eb40018c7a 2021-07-11T01:13:04.740Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9b62587-c777-48c1-a203-b6eb40018c7a 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-07-11T01:13:04.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965836223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc0a2665-a840-4b2a-9c6e-9c3e8301ff5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965840187, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T01:13:04.748Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "policy-id", "timestamp": 1625965840216, "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-07-11T01:13:04.751Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c9b62587-c777-48c1-a203-b6eb40018c7a 2021-07-11T01:13:04.751Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9b62587-c777-48c1-a203-b6eb40018c7a 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-07-11T01:13:04.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-k8s-id", "timestamp": 1625965831610, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:13:04.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965832638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "ves-openapi-manager", "timestamp": 1625965840516, "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-07-11T01:13:04.760Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c9b62587-c777-48c1-a203-b6eb40018c7a 2021-07-11T01:13:04.760Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9b62587-c777-48c1-a203-b6eb40018c7a 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-07-11T01:13:04.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965836223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965832638, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:13:04.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965836223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:13:04.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965842815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:13:04.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965836223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-11T01:13:04.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "clamp", "timestamp": 1625965843432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:13:04.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965836223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965844483, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:13:04.768Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965836223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:13:04.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-11T01:13:04.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "clamp", "timestamp": 1625965845440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:13:04.768Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965845486, "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-07-11T01:13:04.772Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c9b62587-c777-48c1-a203-b6eb40018c7a 2021-07-11T01:13:04.772Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9b62587-c777-48c1-a203-b6eb40018c7a 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-07-11T01:13:04.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "clamp", "timestamp": 1625965846443, "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-07-11T01:13:04.780Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c9b62587-c777-48c1-a203-b6eb40018c7a 2021-07-11T01:13:04.780Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9b62587-c777-48c1-a203-b6eb40018c7a 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-07-11T01:13:04.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "aai-ml", "timestamp": 1625965846791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965679615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "aai-ml", "timestamp": 1625965846791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "aai-ml", "timestamp": 1625965846791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965849920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "aai-ml", "timestamp": 1625965846791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "aai-ml", "timestamp": 1625965846791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965852418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:13:04.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "aai-ml", "timestamp": 1625965846791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "aai-ml", "timestamp": 1625965846791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965853897, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:13:04.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "aai-ml", "timestamp": 1625965846791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "aai-ml", "timestamp": 1625965846791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965855605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965856672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965857674, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "aai-ml", "timestamp": 1625965858318, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965858676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965859679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "aai-ml", "timestamp": 1625965862319, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:13:04.789Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:13:04.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:13:04.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "aai-ml", "timestamp": 1625965863321, "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-07-11T01:13:04.792Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c9b62587-c777-48c1-a203-b6eb40018c7a 2021-07-11T01:13:04.792Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9b62587-c777-48c1-a203-b6eb40018c7a 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-07-11T01:13:18.768Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9b62587-c777-48c1-a203-b6eb40018c7a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:13:18.775Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9b62587-c777-48c1-a203-b6eb40018c7a 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-07-11T01:13:18.777Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:13:18.777Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-11T01:13:18.777Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-11T01:13:18.777Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-11T01:13:18.777Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:13:18.777Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:13:18.777Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:13:18.777Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:13:18.777Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:13:18.777Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:13:18.777Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:13:18.777Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-11T01:13:18.781Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-11T01:13:48.781Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c9b62587-c777-48c1-a203-b6eb40018c7a 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-07-11T01:13:48.785Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c9b62587-c777-48c1-a203-b6eb40018c7a and serviceModelVersionId: 93d91471-dc37-4431-8394-9ce4861f7367 2021-07-11T01:13:48.785Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 833e6fd2-0856-4dab-b256-f8d63fd161d2 2021-07-11T01:13:48.786Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/833e6fd2-0856-4dab-b256-f8d63fd161d2/model-vers/model-ver/93d91471-dc37-4431-8394-9ce4861f7367?depth=0 2021-07-11T01:13:48.789Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-07-11T01:13:48.822Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/833e6fd2-0856-4dab-b256-f8d63fd161d2/model-vers/model-ver/93d91471-dc37-4431-8394-9ce4861f7367?depth=0|INFO|500||Invoke 2021-07-11T01:13:48.822Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/833e6fd2-0856-4dab-b256-f8d63fd161d2/model-vers/model-ver/93d91471-dc37-4431-8394-9ce4861f7367?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/833e6fd2-0856-4dab-b256-f8d63fd161d2/model-vers/model-ver/93d91471-dc37-4431-8394-9ce4861f7367?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c9b62587-c777-48c1-a203-b6eb40018c7a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ca16b23f-9ddb-4e57-b872-c5efe7b4b253], X-ECOMP-RequestID=[c9b62587-c777-48c1-a203-b6eb40018c7a], X-TransactionId=[], X-ONAP-RequestID=[c9b62587-c777-48c1-a203-b6eb40018c7a], Content-Type=[application/merge-patch+json]} 2021-07-11T01:13:48.839Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/833e6fd2-0856-4dab-b256-f8d63fd161d2/model-vers/model-ver/93d91471-dc37-4431-8394-9ce4861f7367?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-11T01:13:49.025Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/833e6fd2-0856-4dab-b256-f8d63fd161d2/model-vers/model-ver/93d91471-dc37-4431-8394-9ce4861f7367?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/833e6fd2-0856-4dab-b256-f8d63fd161d2/model-vers/model-ver/93d91471-dc37-4431-8394-9ce4861f7367?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210711-01:13:48:848-86882], vertex-id=[221376], Content-Length=[0], Date=[Sun, 11 Jul 2021 01:13:48 GMT], Content-Type=[application/json]} 2021-07-11T01:13:49.026Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/833e6fd2-0856-4dab-b256-f8d63fd161d2/model-vers/model-ver/93d91471-dc37-4431-8394-9ce4861f7367?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-07-11T01:13:49.026Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/833e6fd2-0856-4dab-b256-f8d63fd161d2/model-vers/model-ver/93d91471-dc37-4431-8394-9ce4861f7367?depth=0|INFO|500||InvokeReturn 2021-07-11T01:13:49.027Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-11T01:13:49.027Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||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-07-11T01:13:49.030Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-07-11T01:13:49.030Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c9b62587-c777-48c1-a203-b6eb40018c7a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-11T01:13:49.030Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-11T01:13:49.031Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:13:49.032Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:13:49.032Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966029030, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T01:13:49.133Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:13:49.133Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:13:49.133Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:13:49.143Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:13:49.143Z||pool-112-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-07-11T01:13:50.040Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-11T01:13:50.041Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0cf6d718-f9d9-4ebd-ba22-4b563aa961df","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e9e47bfe-54b5-4a81-be6c-6434fe5a025f","serviceDescription":"service","serviceInvariantUUID":"84467083-15c8-4233-879b-ba3f51a3bf5f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"229d1faf-6139-4700-9d3a-29042593d547","resourceInvariantUUID":"50c1e1d8-0e6c-47e5-9d3b-06086160abdd","resourceCustomizationUUID":"bff3b3b7-50b1-4d67-a5b6-51cb8dce390a","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":"NjhmOTJlNWUwYzYxZDg2ODE0M2FlMjkwMjAzNDNmMTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"811035be-1111-42b4-a8e8-ba8d1dd58eae","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":"77f8b439-6c81-4fa1-9d4a-37d3fe8f0370","artifactVersion":"2","generatedFromUUID":"82dc1a62-5628-4539-8b1d-e49cdc6fb042"},{"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":"82dc1a62-5628-4539-8b1d-e49cdc6fb042","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":"YmY0NTk1YTM1Y2UxNjI5N2MyYTlkYjA4ZDc2OGUzNjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a3fb77b-432d-4a08-93d3-5d8e8955d9b0","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":"8fdd883e-edce-4591-8433-3592c0d63b95","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":"61253cfb-ac74-4923-b504-6838ca99af8d","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":"17edb646-1184-4de1-8ee4-2ca9d6543123","artifactVersion":"2","generatedFromUUID":"8fdd883e-edce-4591-8433-3592c0d63b95"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmE4NTg5YmVhYmYwMzQ3YmI4OTg1YjkzMmFlNjZjNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e5a410a-65a8-43db-a95e-89c711da638f","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODMzMTM2NTBjYmYyOGUyZWEwY2I1MjhkMThjZTg3MGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69f87368-9291-4d77-9427-627ddbfc00d4","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-11T01:13:50.041Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:13:50.041Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:13:50.042Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:13:50.043Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:50.143Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:13:50.144Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:13:50.144Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:13:50.149Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:13:50.150Z||pool-113-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:13:51.043Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:13:51.044Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:13:51.045Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:13:51.045Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-07-11T01:13:51.146Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:13:51.146Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:13:51.146Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:13:51.152Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:13:51.153Z||pool-114-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:13:52.046Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:13:52.047Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:13:52.048Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:13:52.048Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-07-11T01:13:52.149Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-11T01:13:52.149Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:13:52.149Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:13:52.155Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:13:52.155Z||pool-115-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:13:53.049Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:13:53.049Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:13:53.051Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:13:53.051Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:13:53.151Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:13:53.152Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:13:53.152Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:13:53.158Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:13:53.158Z||pool-116-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:13:54.051Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:13:54.052Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:13:54.053Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:13:54.053Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-07-11T01:13:54.153Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:13:54.154Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:13:54.154Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:13:54.160Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:13:54.160Z||pool-117-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:13:55.054Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:13:55.055Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:13:55.057Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:13:55.057Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:55.157Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:13:55.157Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:13:55.158Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:13:55.164Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:13:55.165Z||pool-118-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:13:56.057Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:13:56.058Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:13:56.059Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:13:56.059Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-07-11T01:13:56.160Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:13:56.161Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:13:56.161Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:13:56.166Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:13:56.167Z||pool-119-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:13:57.060Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:13:57.061Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:13:57.062Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:13:57.062Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:13:57.163Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:13:57.163Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:13:57.164Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:13:57.171Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:13:57.171Z||pool-120-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:13:58.063Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-11T01:13:58.063Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:13:58.065Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:13:58.065Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:13:58.165Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:13:58.167Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:13:58.167Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:13:58.175Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:13:58.175Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:13:59.066Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "e9e47bfe-54b5-4a81-be6c-6434fe5a025f", "serviceDescription": "service", "serviceInvariantUUID": "84467083-15c8-4233-879b-ba3f51a3bf5f", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "bff3b3b7-50b1-4d67-a5b6-51cb8dce390a", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "229d1faf-6139-4700-9d3a-29042593d547", "resourceInvariantUUID": "50c1e1d8-0e6c-47e5-9d3b-06086160abdd", "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": "77f8b439-6c81-4fa1-9d4a-37d3fe8f0370", "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": "82dc1a62-5628-4539-8b1d-e49cdc6fb042", "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": "YmY0NTk1YTM1Y2UxNjI5N2MyYTlkYjA4ZDc2OGUzNjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8a3fb77b-432d-4a08-93d3-5d8e8955d9b0", "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": "8fdd883e-edce-4591-8433-3592c0d63b95", "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": "17edb646-1184-4de1-8ee4-2ca9d6543123", "generatedFromUUID": "8fdd883e-edce-4591-8433-3592c0d63b95" }, "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": "17edb646-1184-4de1-8ee4-2ca9d6543123", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ODMzMTM2NTBjYmYyOGUyZWEwY2I1MjhkMThjZTg3MGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "69f87368-9291-4d77-9427-627ddbfc00d4" } ], "workloadContext": "Production" } 2021-07-11T01:13:59.066Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-11T01:13:59.066Z|c9b62587-c777-48c1-a203-b6eb40018c7a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e9e47bfe-54b5-4a81-be6c-6434fe5a025f ASDC 2021-07-11T01:13:59.066Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:0cf6d718-f9d9-4ebd-ba22-4b563aa961df ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:e9e47bfe-54b5-4a81-be6c-6434fe5a025f ServiceInvariantUUID:84467083-15c8-4233-879b-ba3f51a3bf5f 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:69f87368-9291-4d77-9427-627ddbfc00d4 ArtifactChecksum:ODMzMTM2NTBjYmYyOGUyZWEwY2I1MjhkMThjZTg3MGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:bff3b3b7-50b1-4d67-a5b6-51cb8dce390a ResourceInvariantUUID:50c1e1d8-0e6c-47e5-9d3b-06086160abdd ResourceName:basic_cnf ResourceType:VF ResourceUUID:229d1faf-6139-4700-9d3a-29042593d547 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:77f8b439-6c81-4fa1-9d4a-37d3fe8f0370 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:82dc1a62-5628-4539-8b1d-e49cdc6fb042 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:8a3fb77b-432d-4a08-93d3-5d8e8955d9b0 ArtifactChecksum:YmY0NTk1YTM1Y2UxNjI5N2MyYTlkYjA4ZDc2OGUzNjA= 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:8fdd883e-edce-4591-8433-3592c0d63b95 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:17edb646-1184-4de1-8ee4-2ca9d6543123 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:17edb646-1184-4de1-8ee4-2ca9d6543123 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-07-11T01:13:59.066Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9e47bfe-54b5-4a81-be6c-6434fe5a025f 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-07-11T01:13:59.091Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T01:13:59.091Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:13:59.092Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:13:59.092Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 69f87368-9291-4d77-9427-627ddbfc00d4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-07-11T01:13:59.092Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:13:59.092Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-07-11T01:13:59.724Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:13:59.727Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 69f87368-9291-4d77-9427-627ddbfc00d4 71167 2021-07-11T01:13:59.727Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-07-11T01:13:59.727Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-07-11T01:13:59.728Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:13:59.728Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:13:59.729Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:13:59.729Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966039727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:13:59.829Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:13:59.830Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:13:59.830Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:13:59.838Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:13:59.838Z||pool-122-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:14:00.730Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-11T01:14:00.731Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-07-11T01:14:00.731Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 69f87368-9291-4d77-9427-627ddbfc00d4, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-07-11T01:14:00.731Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-07-11T01:14:00.731Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-07-11T01:14:00.731Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-07-11T01:14:00.833Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7115488981288457372/Definitions/service-BasicCnf-template.yml 2021-07-11T01:14:01.748Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-11T01:14:01.748Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-07-11T01:14:01.748Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-07-11T01:14:01.749Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-07-11T01:14:01.749Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:01.749Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:01.749Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-07-11T01:14:01.749Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:01.749Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:01.749Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-07-11T01:14:01.749Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:01.749Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:14:01.749Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-11T01:14:01.749Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-07-11T01:14:01.749Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T01:14:01.750Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:01.750Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:14:01.750Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-11T01:14:01.750Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-07-11T01:14:01.750Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-11T01:14:01.750Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:01.750Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:14:01.750Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:01.750Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-07-11T01:14:01.750Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-07-11T01:14:01.750Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2021-07-11T01:14:01.751Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-07-11T01:14:01.751Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:01.751Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-11T01:14:01.751Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:01.751Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-11T01:14:01.751Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:14:01.753Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:01.753Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-11T01:14:01.753Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:14:01.753Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:01.753Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-11T01:14:01.754Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:14:01.754Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:01.754Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-07-11T01:14:01.754Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-07-11T01:14:01.754Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f6a3ab08-9841-4b5f-9b24-4725a762f393 2021-07-11T01:14:01.754Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:01.754Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:14:01.754Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:01.755Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:14:01.755Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:01.755Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:14:01.755Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:01.755Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:14:01.755Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:e9e47bfe-54b5-4a81-be6c-6434fe5a025f Model Version:NULL Model InvariantUuid:84467083-15c8-4233-879b-ba3f51a3bf5f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:893d16e5-389a-4dc4-b21e-d9832f53135b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:50c1e1d8-0e6c-47e5-9d3b-06086160abdd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bff3b3b7-50b1-4d67-a5b6-51cb8dce390a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7cc64ea4-6731-42f7-a4dc-85b46e9f98f4 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:7a962f17-5951-456d-908a-2bc9cbebabb3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f6a3ab08-9841-4b5f-9b24-4725a762f393 ModelInvariantUuid:de42bcd6-b4b1-411c-b2c7-830c59f11448 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:2f26cd15-f7ba-4f03-bfbf-8140fd911694 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:2eea37e3-9873-44e3-b066-9c5204da44e5 ModelInvariantUuid:7e8412ba-9359-420e-93dd-bde5c19a47f4 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:9cd78771-d26e-4394-978f-ce803d7c6a6e 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-07-11T01:14:01.759Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 229d1faf-6139-4700-9d3a-29042593d547 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-07-11T01:14:01.761Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||basic_cnf 0 2021-07-11T01:14:01.762Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 229d1faf-6139-4700-9d3a-29042593d547 2021-07-11T01:14:01.762Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 77f8b439-6c81-4fa1-9d4a-37d3fe8f0370 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-07-11T01:14:01.762Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:14:01.762Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:02.404Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:14:02.405Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 77f8b439-6c81-4fa1-9d4a-37d3fe8f0370 12 2021-07-11T01:14:02.405Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:02.405Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:02.405Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:14:02.405Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:14:02.407Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:14:02.407Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966042405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:02.508Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-11T01:14:02.508Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:14:02.508Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:14:02.516Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:14:02.517Z||pool-123-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:14:03.408Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 82dc1a62-5628-4539-8b1d-e49cdc6fb042 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-07-11T01:14:03.408Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:14:03.409Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:03.615Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:14:03.615Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 82dc1a62-5628-4539-8b1d-e49cdc6fb042 2688 2021-07-11T01:14:03.615Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:03.615Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:03.615Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:14:03.616Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:14:03.617Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:14:03.617Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966043615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:03.717Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:14:03.718Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:14:03.718Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:14:03.725Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:14:03.725Z||pool-124-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:14:04.618Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8a3fb77b-432d-4a08-93d3-5d8e8955d9b0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-07-11T01:14:04.618Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:14:04.619Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:14:04.702Z||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-07-11T01:14:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:14:04.711Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:14:04.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "dcae-sch", "timestamp": 1625965878311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "aai-ml", "timestamp": 1625965876791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965876223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-k8s-id", "timestamp": 1625965871610, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "dcae-sch", "timestamp": 1625965878311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "aai-ml", "timestamp": 1625965876791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965876223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-k8s-id", "timestamp": 1625965871610, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "aai-ml", "timestamp": 1625965876791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "dcae-sch", "timestamp": 1625965878311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-k8s-id", "timestamp": 1625965871610, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965876223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "dcae-sch", "timestamp": 1625965878311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "aai-ml", "timestamp": 1625965876791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965876223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-k8s-id", "timestamp": 1625965871610, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "clamp", "timestamp": 1625965882718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "policy-id", "timestamp": 1625965883154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "dcae-sch", "timestamp": 1625965878311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "aai-ml", "timestamp": 1625965876791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965876223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-k8s-id", "timestamp": 1625965871610, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "clamp", "timestamp": 1625965882718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "policy-id", "timestamp": 1625965883154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "cds", "timestamp": 1625965884417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "aai-ml", "timestamp": 1625965876791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "dcae-sch", "timestamp": 1625965878311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-k8s-id", "timestamp": 1625965871610, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965876223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "clamp", "timestamp": 1625965882718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "policy-id", "timestamp": 1625965883154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "cds", "timestamp": 1625965884417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "aai-ml", "timestamp": 1625965876791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "dcae-sch", "timestamp": 1625965878311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965876223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-k8s-id", "timestamp": 1625965871610, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "clamp", "timestamp": 1625965882718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "policy-id", "timestamp": 1625965883154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "cds", "timestamp": 1625965884417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "dcae-sch", "timestamp": 1625965878311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "aai-ml", "timestamp": 1625965876791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965876223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-k8s-id", "timestamp": 1625965871610, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "clamp", "timestamp": 1625965882718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "policy-id", "timestamp": 1625965883154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "cds", "timestamp": 1625965884417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "ves-openapi-manager", "timestamp": 1625965887506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "aai-ml", "timestamp": 1625965876791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "dcae-sch", "timestamp": 1625965878311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965876223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-k8s-id", "timestamp": 1625965871610, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "clamp", "timestamp": 1625965882718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "policy-id", "timestamp": 1625965883154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "cds", "timestamp": 1625965884417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "ves-openapi-manager", "timestamp": 1625965887506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "clamp", "timestamp": 1625965882718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "aai-ml", "timestamp": 1625965889581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965889581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-k8s-id", "timestamp": 1625965889605, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-windriver-id", "timestamp": 1625965889136, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "policy-id", "timestamp": 1625965883154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "cds", "timestamp": 1625965884417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "ves-openapi-manager", "timestamp": 1625965887506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "clamp", "timestamp": 1625965882718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965890728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-k8s-id", "timestamp": 1625965890752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-windriver-id", "timestamp": 1625965889136, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-07-11T01:14:04.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "policy-id", "timestamp": 1625965883154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "cds", "timestamp": 1625965884417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "ves-openapi-manager", "timestamp": 1625965887506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "clamp", "timestamp": 1625965882718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-windriver-id", "timestamp": 1625965889136, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "policy-id", "timestamp": 1625965883154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "cds", "timestamp": 1625965884417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "ves-openapi-manager", "timestamp": 1625965887506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965892197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-k8s-id", "timestamp": 1625965892198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-windriver-id", "timestamp": 1625965889136, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "cds", "timestamp": 1625965884417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "ves-openapi-manager", "timestamp": 1625965887506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965892638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "policy-id", "timestamp": 1625965893483, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965893712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-k8s-id", "timestamp": 1625965893717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-windriver-id", "timestamp": 1625965889136, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "ves-openapi-manager", "timestamp": 1625965887506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965892638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "policy-id", "timestamp": 1625965894485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:14:04.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965894716, "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-07-11T01:14:04.734Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 2021-07-11T01:14:04.734Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 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-07-11T01:14:04.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-k8s-id", "timestamp": 1625965894765, "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-07-11T01:14:04.744Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 2021-07-11T01:14:04.744Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 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-07-11T01:14:04.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-windriver-id", "timestamp": 1625965889136, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.749Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "ves-openapi-manager", "timestamp": 1625965887506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.749Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965892638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.749Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "cds", "timestamp": 1625965895291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "policy-id", "timestamp": 1625965895487, "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-07-11T01:14:04.752Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 2021-07-11T01:14:04.752Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 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-07-11T01:14:04.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-starlingx-id", "timestamp": 1625965895720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:14:04.756Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-k8s-id", "timestamp": 1625965895768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:14:04.756Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-windriver-id", "timestamp": 1625965889136, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-07-11T01:14:04.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "ves-openapi-manager", "timestamp": 1625965887506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965892638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "cds", "timestamp": 1625965896296, "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-07-11T01:14:04.759Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 2021-07-11T01:14:04.759Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 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-07-11T01:14:04.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "aai-ml", "timestamp": 1625965896701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:14:04.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-windriver-id", "timestamp": 1625965889136, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965892638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "aai-ml", "timestamp": 1625965897703, "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-07-11T01:14:04.768Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 2021-07-11T01:14:04.768Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 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-07-11T01:14:04.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-windriver-id", "timestamp": 1625965889136, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:14:04.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965892638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965892638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-windriver-id", "timestamp": 1625965900019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965892638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965892638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-windriver-id", "timestamp": 1625965901527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "clamp", "timestamp": 1625965902164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965902932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-windriver-id", "timestamp": 1625965903131, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "clamp", "timestamp": 1625965903448, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:14:04.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-windriver-id", "timestamp": 1625965904296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "clamp", "timestamp": 1625965904451, "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-07-11T01:14:04.780Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 2021-07-11T01:14:04.780Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 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=? 2021-07-11T01:14:04.781Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:14:04.781Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 8a3fb77b-432d-4a08-93d3-5d8e8955d9b0 828 2021-07-11T01:14:04.781Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:04.782Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:04.782Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-07-11T01:14:04.782Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:14:04.783Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:14:04.783Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966044781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:04.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965904921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:14:04.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-windriver-id", "timestamp": 1625965905301, "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-07-11T01:14:04.788Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 2021-07-11T01:14:04.788Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 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-07-11T01:14:04.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1625965905924, "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-07-11T01:14:04.795Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 2021-07-11T01:14:04.795Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 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-07-11T01:14:04.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "multicloud-windriver-id", "timestamp": 1625965906304, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:14:04.800Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:14:04.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c928f57-ba6e-47a0-8a24-f5a157f8cc12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965921115, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T01:14:04.800Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:14:04.883Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:14:04.884Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:14:04.884Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:14:04.890Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:14:04.890Z||pool-125-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:14:05.784Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "7cc64ea4-6731-42f7-a4dc-85b46e9f98f4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7a962f17-5951-456d-908a-2bc9cbebabb3", "vfModuleModelCustomizationUUID": "85805ec8-2d90-460a-9e0d-2e48d348cb96", "isBase": true, "artifacts": [ "8fdd883e-edce-4591-8433-3592c0d63b95", "82dc1a62-5628-4539-8b1d-e49cdc6fb042", "17edb646-1184-4de1-8ee4-2ca9d6543123" ], "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-07-11T01:14:05.787Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7a962f17-5951-456d-908a-2bc9cbebabb3 VfModuleModelInvariantUUID:7cc64ea4-6731-42f7-a4dc-85b46e9f98f4 VfModuleModelDescription:NULL Artifacts UUID List:{ 8fdd883e-edce-4591-8433-3592c0d63b95 , 82dc1a62-5628-4539-8b1d-e49cdc6fb042 , 17edb646-1184-4de1-8ee4-2ca9d6543123 } 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-07-11T01:14:05.789Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "7cc64ea4-6731-42f7-a4dc-85b46e9f98f4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7a962f17-5951-456d-908a-2bc9cbebabb3", "vfModuleModelCustomizationUUID": "85805ec8-2d90-460a-9e0d-2e48d348cb96", "isBase": true, "artifacts": [ "8fdd883e-edce-4591-8433-3592c0d63b95", "82dc1a62-5628-4539-8b1d-e49cdc6fb042", "17edb646-1184-4de1-8ee4-2ca9d6543123" ], "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-07-11T01:14:05.789Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7a962f17-5951-456d-908a-2bc9cbebabb3 VfModuleModelInvariantUUID:7cc64ea4-6731-42f7-a4dc-85b46e9f98f4 VfModuleModelDescription:NULL Artifacts UUID List:{ 8fdd883e-edce-4591-8433-3592c0d63b95 , 82dc1a62-5628-4539-8b1d-e49cdc6fb042 , 17edb646-1184-4de1-8ee4-2ca9d6543123 } 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-07-11T01:14:05.789Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8fdd883e-edce-4591-8433-3592c0d63b95 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-07-11T01:14:05.789Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:14:05.789Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:06.396Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:14:06.396Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8fdd883e-edce-4591-8433-3592c0d63b95 1164 2021-07-11T01:14:06.396Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:06.396Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:06.396Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:14:06.396Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:14:06.398Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:14:06.398Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966046396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:06.498Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:14:06.499Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:14:06.499Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:14:06.505Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:14:06.506Z||pool-126-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:14:07.398Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 17edb646-1184-4de1-8ee4-2ca9d6543123 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-07-11T01:14:07.399Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-07-11T01:14:07.399Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:07.825Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-07-11T01:14:07.825Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 17edb646-1184-4de1-8ee4-2ca9d6543123 200 2021-07-11T01:14:07.825Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:07.825Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:07.825Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-11T01:14:07.825Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:14:07.827Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:14:07.827Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966047825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:14:07.927Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:14:07.928Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:14:07.928Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:14:07.934Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:14:07.934Z||pool-127-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:14:08.827Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e9e47bfe-54b5-4a81-be6c-6434fe5a025f 2021-07-11T01:14:08.828Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 229d1faf-6139-4700-9d3a-29042593d547 ASDC 2021-07-11T01:14:08.836Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:08.844Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:08.845Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:14:08.845Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-07-11T01:14:08.845Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= bff3b3b7-50b1-4d67-a5b6-51cb8dce390a 2021-07-11T01:14:08.845Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bff3b3b7-50b1-4d67-a5b6-51cb8dce390a matches Tosca VF Customization UUID: bff3b3b7-50b1-4d67-a5b6-51cb8dce390a 2021-07-11T01:14:08.845Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: bff3b3b7-50b1-4d67-a5b6-51cb8dce390a 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-07-11T01:14:08.846Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:08.846Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:14:08.847Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id bff3b3b7-50b1-4d67-a5b6-51cb8dce390a: {\"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-07-11T01:14:08.847Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@701a2ee9 2021-07-11T01:14:08.847Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:08.847Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-11T01:14:08.847Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 85805ec8-2d90-460a-9e0d-2e48d348cb96 2021-07-11T01:14:08.847Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 85805ec8-2d90-460a-9e0d-2e48d348cb96 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-07-11T01:14:08.849Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:08.849Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-11T01:14:08.849Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:14:08.849Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:08.849Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-11T01:14:08.849Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:14:08.849Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:08.849Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-07-11T01:14:08.850Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-07-11T01:14:08.850Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f6a3ab08-9841-4b5f-9b24-4725a762f393 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-07-11T01:14:08.851Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:08.851Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-11T01:14:08.851Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-11T01:14:08.852Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:08.852Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-11T01:14:08.852Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=bff3b3b7-50b1-4d67-a5b6-51cb8dce390a 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-07-11T01:14:08.853Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:08.853Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:14:08.853Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e9e47bfe-54b5-4a81-be6c-6434fe5a025f: basic_cnf 2021-07-11T01:14:08.853Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:08.853Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:14:08.853Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:08.853Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:14:08.853Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:08.854Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:14:08.854Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:08.854Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:14:08.854Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-11T01:14:08.854Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-11T01:14:08.854Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:08.891Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 229d1faf-6139-4700-9d3a-29042593d547 1 ASDC deployResourceStructure 2021-07-11T01:14:08.892Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:08.892Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:08.892Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-07-11T01:14:08.892Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:14:08.894Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:14:08.894Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966048892, "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-07-11T01:14:08.994Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:14:08.995Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:14:08.995Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:14:09.001Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:14:09.001Z||pool-128-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-07-11T01:14:09.894Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:09.894Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:09.895Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-07-11T01:14:09.895Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:14:09.897Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:14:09.897Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966049894, "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-07-11T01:14:09.997Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:14:09.997Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:14:09.998Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:14:10.004Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:14:10.004Z||pool-129-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:14:10.898Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:10.898Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:10.898Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:14:10.898Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:14:10.900Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:14:10.900Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966050898, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:14:11.000Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:14:11.000Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:14:11.001Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:14:11.007Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:14:11.008Z||pool-130-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:14:11.901Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:11.901Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:11.901Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:14:11.901Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:14:11.902Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:14:11.902Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966051900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-07-11T01:14:12.003Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:14:12.003Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:14:12.003Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:14:12.016Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:14:12.016Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:14:12.903Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:12.903Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:12.903Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:14:12.904Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:14:12.905Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:14:12.905Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966052903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-07-11T01:14:13.005Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:14:13.006Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:14:13.006Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:14:13.013Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:14:13.013Z||pool-132-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:14:13.906Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-07-11T01:14:13.906Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-07-11T01:14:13.906Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-11T01:14:13.906Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:14:13.908Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:14:13.908Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966053906, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:14:14.008Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:14:14.009Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:14:14.009Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:14:14.015Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:14:14.015Z||pool-133-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-07-11T01:14:14.909Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0cf6d718-f9d9-4ebd-ba22-4b563aa961df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-11T01:14:14.915Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 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-07-11T01:14:14.917Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-11T01:14:14.917Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-11T01:14:14.917Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-11T01:14:14.917Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-11T01:14:14.917Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:14:14.917Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:14:14.917Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:14:14.917Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:14:14.917Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:14:14.917Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-11T01:14:14.917Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-11T01:14:14.920Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-11T01:14:44.920Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0cf6d718-f9d9-4ebd-ba22-4b563aa961df 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-07-11T01:14:44.925Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0cf6d718-f9d9-4ebd-ba22-4b563aa961df and serviceModelVersionId: e9e47bfe-54b5-4a81-be6c-6434fe5a025f 2021-07-11T01:14:44.925Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 84467083-15c8-4233-879b-ba3f51a3bf5f 2021-07-11T01:14:44.925Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/84467083-15c8-4233-879b-ba3f51a3bf5f/model-vers/model-ver/e9e47bfe-54b5-4a81-be6c-6434fe5a025f?depth=0 2021-07-11T01:14:44.929Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-07-11T01:14:44.956Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/84467083-15c8-4233-879b-ba3f51a3bf5f/model-vers/model-ver/e9e47bfe-54b5-4a81-be6c-6434fe5a025f?depth=0|INFO|500||Invoke 2021-07-11T01:14:44.956Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/84467083-15c8-4233-879b-ba3f51a3bf5f/model-vers/model-ver/e9e47bfe-54b5-4a81-be6c-6434fe5a025f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/84467083-15c8-4233-879b-ba3f51a3bf5f/model-vers/model-ver/e9e47bfe-54b5-4a81-be6c-6434fe5a025f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0cf6d718-f9d9-4ebd-ba22-4b563aa961df], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4a568afb-88d4-40cc-bcf0-68bf0fd0ca70], X-ECOMP-RequestID=[0cf6d718-f9d9-4ebd-ba22-4b563aa961df], X-TransactionId=[], X-ONAP-RequestID=[0cf6d718-f9d9-4ebd-ba22-4b563aa961df], Content-Type=[application/merge-patch+json]} 2021-07-11T01:14:44.972Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/84467083-15c8-4233-879b-ba3f51a3bf5f/model-vers/model-ver/e9e47bfe-54b5-4a81-be6c-6434fe5a025f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-11T01:14:45.128Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/84467083-15c8-4233-879b-ba3f51a3bf5f/model-vers/model-ver/e9e47bfe-54b5-4a81-be6c-6434fe5a025f?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/84467083-15c8-4233-879b-ba3f51a3bf5f/model-vers/model-ver/e9e47bfe-54b5-4a81-be6c-6434fe5a025f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210711-01:14:44:981-33599], vertex-id=[237776], Content-Length=[0], Date=[Sun, 11 Jul 2021 01:14:44 GMT], Content-Type=[application/json]} 2021-07-11T01:14:45.128Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/84467083-15c8-4233-879b-ba3f51a3bf5f/model-vers/model-ver/e9e47bfe-54b5-4a81-be6c-6434fe5a025f?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-07-11T01:14:45.129Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/84467083-15c8-4233-879b-ba3f51a3bf5f/model-vers/model-ver/e9e47bfe-54b5-4a81-be6c-6434fe5a025f?depth=0|INFO|500||InvokeReturn 2021-07-11T01:14:45.129Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-11T01:14:45.129Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||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-07-11T01:14:45.132Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-07-11T01:14:45.132Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0cf6d718-f9d9-4ebd-ba22-4b563aa961df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-11T01:14:45.132Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-11T01:14:45.132Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-07-11T01:14:45.134Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-11T01:14:45.134Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966085132, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T01:14:45.234Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-11T01:14:45.235Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-11T01:14:45.235Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MJeox99z7kF2z1jM) ... 2021-07-11T01:14:45.245Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:14:45.245Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 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-07-11T01:14:46.142Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:14:46.143Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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-07-11T01:14:46.143Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:14:56.329Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:14:56.330Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:14:56.330Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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-07-11T01:14:56.330Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:15:04.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:15:04.702Z||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-07-11T01:15:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:15:04.716Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:15:04.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:15:04.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:15:04.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-11T01:15:04.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:15:04.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:15:04.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:15:04.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:15:04.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:15:04.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:15:04.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-11T01:15:04.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:15:04.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965936031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:15:04.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:15:04.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-11T01:15:04.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965937749, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:15:04.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:15:05.861Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:15:05.861Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:15:05.862Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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-07-11T01:15:05.862Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:15:15.398Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:15:15.398Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:15:15.398Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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-07-11T01:15:15.398Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:15:24.928Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:15:24.928Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:15:24.929Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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-07-11T01:15:24.929Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:15:34.458Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:15:34.458Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:15:34.459Z||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-07-11T01:15:34.459Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:15:43.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:15:43.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:15:43.990Z||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-07-11T01:15:43.990Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:15:53.521Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:15:53.521Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:15:53.522Z||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-07-11T01:15:53.522Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:16:03.050Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:16:03.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:16:03.051Z||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-07-11T01:16:03.051Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:16:04.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:16:04.701Z||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-07-11T01:16:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:16:04.720Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:16:04.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T01:16:04.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9b62587-c777-48c1-a203-b6eb40018c7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966029030, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T01:16:04.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:16:04.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T01:16:04.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-11T01:16:04.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T01:16:04.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-11T01:16:04.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-11T01:16:04.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T01:16:04.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625965922125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-11T01:16:04.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-11T01:16:04.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T01:16:04.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966039727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-11T01:16:04.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:16:04.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T01:16:04.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966042405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:16:04.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:16:04.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-11T01:16:04.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966043615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-07-11T01:16:04.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:16:12.583Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:16:12.584Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:16:12.584Z||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-07-11T01:16:12.584Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:16:22.114Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:17:04.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:17:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T01:17:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:17:04.701Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:17:04.701Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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-07-11T01:17:04.702Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:17:05.218Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:17:05.219Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-11T01:17:05.219Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966044781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-11T01:17:05.219Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:17:05.220Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-11T01:17:05.220Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966046396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-07-11T01:17:05.220Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:17:05.220Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-11T01:17:05.220Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966047825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-07-11T01:17:05.220Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:17:05.220Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-11T01:17:05.220Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966048892, "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-07-11T01:17:05.220Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:17:05.220Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-11T01:17:05.220Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966049894, "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-07-11T01:17:05.220Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:17:05.220Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-11T01:17:05.221Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966050898, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-07-11T01:17:05.221Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:17:05.221Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-11T01:17:05.221Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966051900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-07-11T01:17:05.221Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:17:05.221Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-11T01:17:05.221Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966052903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-07-11T01:17:05.221Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:17:05.221Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-11T01:17:05.221Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966053906, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-07-11T01:17:05.222Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:17:05.222Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-11T01:17:05.222Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf6d718-f9d9-4ebd-ba22-4b563aa961df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1625966085132, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-11T01:17:05.222Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-11T01:17:14.238Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:18:04.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:18:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T01:18:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:18:04.701Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:18:04.701Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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-07-11T01:18:04.701Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:18:14.235Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:18:14.236Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:19:04.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:19:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T01:19:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:19:04.701Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:19:04.701Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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-07-11T01:19:04.701Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:19:14.233Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:19:14.235Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:20:04.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:20:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T01:20:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:20:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:20:04.702Z||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-07-11T01:20:04.702Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:20:14.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:20:14.237Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:21:04.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:21:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T01:21:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:21:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:21:04.701Z||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-07-11T01:21:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:21:14.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:21:14.237Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:22:04.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:22:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T01:22:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:22:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:22:04.701Z||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-07-11T01:22:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:22:14.236Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:22:14.236Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:23:04.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:23:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T01:23:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:23:04.701Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:23:04.701Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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-07-11T01:23:04.701Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:23:14.235Z|0cf6d718-f9d9-4ebd-ba22-4b563aa961df|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:23:14.237Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:24:04.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:24:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T01:24:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:24:04.701Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:24:04.701Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|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-07-11T01:24:04.701Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:24:14.231Z|10e6b8a0-8dc6-43a5-aaeb-925318d55641|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:24:14.236Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:25:04.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:25:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T01:25:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:25:04.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:25:04.701Z||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-07-11T01:25:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:25:14.233Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:25:14.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:26:04.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:26:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T01:26:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:26:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:26:04.701Z||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-07-11T01:26:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:26:14.234Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:26:14.234Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:27:04.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:27:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T01:27:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:27:04.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:27:04.701Z||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-07-11T01:27:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:27:14.237Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:27:14.239Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:28:04.699Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:28:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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-07-11T01:28:04.700Z|c5ba9c08-202a-4510-9f78-49980e645e94|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 MJeox99z7kF2z1jM) ... 2021-07-11T01:28:04.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-11T01:28:04.701Z||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-07-11T01:28:04.701Z||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 MJeox99z7kF2z1jM) ... 2021-07-11T01:28:14.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-11T01:28:14.235Z|c5ba9c08-202a-4510-9f78-49980e645e94|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK