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-11-14T10:31:52.346Z||main|||||INFO|500||The following profiles are active: basic 2021-11-14T10:32:02.185Z||main|||||INFO|500||Starting service [Tomcat] 2021-11-14T10:32:02.186Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-11-14T10:32:02.273Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-11-14T10:32:04.700Z||main|||||INFO|500||catdb-pool - Starting... 2021-11-14T10:32:04.879Z||main|||||INFO|500||catdb-pool - Start completed. 2021-11-14T10:32:05.309Z||main|||||INFO|500||reqdb-pool - Starting... 2021-11-14T10:32:05.317Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-11-14T10:32:05.431Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-11-14T10:32:05.570Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-11-14T10:32:05.963Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-11-14T10:32:06.780Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-14T10:32:08.928Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-14T10:32:08.972Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-11-14T10:32:09.415Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-14T10:32:09.536Z||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-11-14T10:32:10.788Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-14T10:32:11.779Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-11-14T10:32:11.796Z||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$$2ed5412.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-11-14T10:32:11.796Z||main|||||WARN|500||The sdc end point is not alive 2021-11-14T10:32:14.503Z||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-11-14T10:32:17.083Z||main|||||WARN|500||--- 2021-11-14T10:32:17.084Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-11-14T10:32:17.084Z||main|||||WARN|500||--- 2021-11-14T10:32:17.544Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-11-14T10:32:21.934Z||main|||||INFO|500||Started Application in 34.399 seconds (JVM running for 35.588) 2021-11-14T10:32:21.950Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-14T10:32:21.951Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-14T10:32:21.961Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-14T10:32:21.986Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-14T10:32:22.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 04fe0534-a10e-41dc-9795-164cc72cd46f url= /sdc/v1/artifactTypes 2021-11-14T10:32:22.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-14T10:32:22.297Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-14T10:32:22.368Z||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-11-14T10:32:22.388Z||scheduling-1|||||DEBUG|500||create keys 2021-11-14T10:32:22.397Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-11-14T10:32:22.927Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:32:22.942Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0c904580-2231-467d-a709-8d6ac5a6cc0a url= /sdc/v1/registerForDistribution 2021-11-14T10:32:23.780Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0c904580-2231-467d-a709-8d6ac5a6cc0a url= /sdc/v1/registerForDistribution 2021-11-14T10:32:23.780Z||scheduling-1|||||INFO|500||start DistributionClient 2021-11-14T10:32:23.791Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:32:23.792Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:32:23.796Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-11-14T10:32:23.799Z||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-11-14T10:32:23.799Z||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-11-14T10:32:23.799Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:32:23.799Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:32:38.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:32:39.012Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:33:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:33:23.789Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:33:23.791Z||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-11-14T10:33:23.791Z||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-11-14T10:33:23.792Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:33:23.792Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:33:33.381Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:33:33.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:34:23.788Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:34:23.789Z||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-11-14T10:34:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:34:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:34:23.791Z||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-11-14T10:34:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:34:33.345Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:34:33.346Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:35:23.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:35:23.789Z||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-11-14T10:35:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:35:23.791Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:35:23.792Z||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-11-14T10:35:23.793Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:35:33.350Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:35:33.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:36:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:36:23.789Z||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-11-14T10:36:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:36:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:36:23.791Z||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-11-14T10:36:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:36:33.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:36:33.344Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:37:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:37:23.789Z||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-11-14T10:37:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:37:23.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:37:23.791Z||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-11-14T10:37:23.792Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:37:33.342Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:37:33.342Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:38:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:38:23.789Z||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-11-14T10:38:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:38:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:38:23.790Z||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-11-14T10:38:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:38:33.361Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:38:33.364Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:39:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:39:23.789Z||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-11-14T10:39:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:39:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:39:23.791Z||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-11-14T10:39:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:39:33.344Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:39:33.346Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:40:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:40:23.789Z||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-11-14T10:40:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:40:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:40:23.790Z||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-11-14T10:40:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:40:33.342Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:40:33.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:41:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:41:23.788Z||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-11-14T10:41:23.788Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:41:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:41:23.791Z||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-11-14T10:41:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:41:33.338Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:41:33.345Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:42:17.957Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-11-14T10:42:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:42:23.789Z||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-11-14T10:42:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:42:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:42:23.791Z||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-11-14T10:42:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:42:33.345Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:42:33.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:43:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:43:23.788Z||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-11-14T10:43:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:43:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:43:23.791Z||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-11-14T10:43:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:43:33.340Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:43:33.346Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:44:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:44:23.789Z||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-11-14T10:44:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:44:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:44:23.791Z||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-11-14T10:44:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:44:33.341Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:44:33.343Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:45:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:45:23.789Z||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-11-14T10:45:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:45:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:45:23.791Z||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-11-14T10:45:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:45:33.344Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:45:33.344Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:46:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:46:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T10:46:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T10:46:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:46:23.791Z||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-11-14T10:46:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:46:33.345Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:46:33.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:47:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:47:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T10:47:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T10:47:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:47:23.790Z||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-11-14T10:47:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:47:33.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:47:33.353Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:48:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:48:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T10:48:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T10:48:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:48:23.791Z||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-11-14T10:48:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:48:33.342Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:48:33.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:49:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:49:23.789Z||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-11-14T10:49:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:49:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:49:23.792Z||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-11-14T10:49:23.793Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:49:33.345Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:49:33.346Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:50:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:50:23.790Z||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-11-14T10:50:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:50:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:50:23.791Z||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-11-14T10:50:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:50:33.341Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:50:33.346Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:51:23.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:51:23.789Z||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-11-14T10:51:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:51:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:51:23.791Z||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-11-14T10:51:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:51:33.342Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:51:33.342Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:52:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:52:23.790Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T10:52:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:52:23.790Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T10:52:23.791Z||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-11-14T10:52:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:52:33.343Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:52:33.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:53:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:53:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T10:53:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T10:53:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:53:23.791Z||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-11-14T10:53:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:53:33.357Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:53:33.360Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:54:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:54:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T10:54:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T10:54:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:54:23.791Z||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-11-14T10:54:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:54:33.338Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:54:33.341Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:55:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:55:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T10:55:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T10:55:23.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:55:23.791Z||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-11-14T10:55:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:55:33.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:55:33.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:56:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:56:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T10:56:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T10:56:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:56:23.791Z||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-11-14T10:56:23.792Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:56:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:56:33.341Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:57:23.788Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:57:23.789Z||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-11-14T10:57:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:57:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:57:23.792Z||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-11-14T10:57:23.792Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:57:33.340Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:57:33.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:58:23.788Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:58:23.789Z||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-11-14T10:58:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:58:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:58:23.791Z||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-11-14T10:58:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:58:33.340Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:58:33.340Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:59:23.788Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:59:23.789Z||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-11-14T10:59:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:59:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T10:59:23.790Z||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-11-14T10:59:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T10:59:33.338Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T10:59:33.344Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:00:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:00:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:00:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:00:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:00:23.791Z||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-11-14T11:00:23.792Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:00:33.339Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:00:33.340Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:01:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:01:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:01:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:01:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:01:23.790Z||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-11-14T11:01:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:01:33.340Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:01:33.353Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:02:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:02:23.788Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:02:23.788Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:02:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:02:23.791Z||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-11-14T11:02:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:02:33.342Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:02:33.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:03:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:03:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:03:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:03:23.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:03:23.790Z||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-11-14T11:03:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:03:33.344Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:03:33.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:04:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:04:23.788Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:04:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:04:23.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:04:23.790Z||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-11-14T11:04:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:04:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:04:33.340Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:05:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:05:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:05:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:05:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:05:23.791Z||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-11-14T11:05:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:05:33.340Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:05:33.340Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:06:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:06:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:06:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:06:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:06:23.791Z||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-11-14T11:06:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:06:33.336Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:06:33.336Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:07:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:07:23.788Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:07:23.788Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:07:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:07:23.791Z||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-11-14T11:07:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:07:33.339Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:07:33.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:08:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:08:23.788Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:08:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:08:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:08:23.791Z||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-11-14T11:08:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:08:33.338Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:08:33.338Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:09:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:09:23.788Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:09:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:09:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:09:23.790Z||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-11-14T11:09:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:09:33.335Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:09:33.341Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:10:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:10:23.788Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:10:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:10:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:10:23.791Z||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-11-14T11:10:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:10:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:10:33.367Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:11:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:11:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:11:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:11:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:11:23.791Z||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-11-14T11:11:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:11:33.341Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:11:33.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:12:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:12:23.788Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:12:23.788Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:12:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:12:23.790Z||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-11-14T11:12:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:12:33.337Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:12:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:13:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:13:23.788Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:13:23.788Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:13:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:13:23.790Z||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-11-14T11:13:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:13:33.358Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:13:33.360Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:14:23.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:14:23.788Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:14:23.788Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:14:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:14:23.790Z||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-11-14T11:14:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:14:33.337Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:14:33.338Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:15:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:15:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:15:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:15:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:15:23.790Z||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-11-14T11:15:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:15:33.339Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:15:33.341Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:16:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:16:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:16:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:16:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:16:23.791Z||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-11-14T11:16:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:16:33.340Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:16:33.344Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:17:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:17:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:17:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:17:23.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:17:23.791Z||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-11-14T11:17:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:17:33.335Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:17:33.338Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:18:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:18:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:18:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:18:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:18:23.791Z||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-11-14T11:18:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:18:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:18:33.357Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:19:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:19:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:19:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:19:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:19:23.790Z||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-11-14T11:19:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:19:33.334Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:19:33.343Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:20:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:20:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:20:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:20:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:20:23.790Z||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-11-14T11:20:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:20:33.339Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:20:33.340Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:21:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:21:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:21:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:21:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:21:23.791Z||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-11-14T11:21:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:21:33.337Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:21:33.338Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:22:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:22:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:22:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:22:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:22:23.791Z||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-11-14T11:22:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:22:33.339Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:22:33.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:23:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:23:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:23:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:23:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:23:23.791Z||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-11-14T11:23:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:23:33.336Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:23:33.339Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:24:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:24:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:24:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:24:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:24:23.790Z||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-11-14T11:24:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:24:33.340Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:24:33.341Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:25:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:25:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:25:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:25:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:25:23.791Z||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-11-14T11:25:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:25:33.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:25:33.342Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:26:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:26:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:26:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:26:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:26:23.790Z||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-11-14T11:26:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:26:33.339Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:26:33.341Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:27:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:27:23.788Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:27:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:27:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:27:23.790Z||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-11-14T11:27:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:27:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:27:33.340Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:28:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:28:23.788Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:28:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:28:23.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:28:23.791Z||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-11-14T11:28:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:28:33.339Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:28:33.342Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:29:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:29:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:29:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:29:23.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:29:23.791Z||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-11-14T11:29:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:29:33.338Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:29:33.339Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:30:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:30:23.788Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:30:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:30:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:30:23.791Z||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-11-14T11:30:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:30:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:30:33.345Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:31:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:31:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:31:23.790Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:31:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:31:23.790Z||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-11-14T11:31:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:31:33.346Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:31:33.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:32:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:32:23.788Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:32:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:32:23.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:32:23.790Z||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-11-14T11:32:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:32:33.340Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:32:33.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:33:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:33:23.788Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:33:23.788Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:33:23.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:33:23.790Z||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-11-14T11:33:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:33:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:33:33.337Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:34:23.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:34:23.789Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-14T11:34:23.789Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y8jkQCurU51uIC5X) ... 2021-11-14T11:34:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:34:23.791Z||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-11-14T11:34:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:34:33.339Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:34:33.339Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:35:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:35:23.789Z||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-11-14T11:35:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:35:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:35:23.791Z||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-11-14T11:35:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:35:33.342Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:35:33.343Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:36:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:36:23.788Z||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-11-14T11:36:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:36:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:36:23.791Z||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-11-14T11:36:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:36:33.339Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:36:33.339Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:37:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:37:23.789Z||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-11-14T11:37:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:37:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:37:23.791Z||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-11-14T11:37:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:37:33.341Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:37:33.341Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:38:23.787Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:38:23.788Z||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-11-14T11:38:23.788Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:38:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:38:23.791Z||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-11-14T11:38:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:38:33.336Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:38:33.344Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:39:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:39:23.788Z||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-11-14T11:39:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:39:23.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:39:23.791Z||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-11-14T11:39:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:39:33.340Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:39:33.342Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:40:23.787Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:40:23.788Z||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-11-14T11:40:23.788Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:40:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:40:23.790Z||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-11-14T11:40:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:40:33.335Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:40:33.338Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:41:23.787Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:41:23.788Z||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-11-14T11:41:23.788Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:41:23.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:41:23.791Z||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-11-14T11:41:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:41:33.337Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:41:33.344Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:42:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:42:23.788Z||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-11-14T11:42:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:42:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:42:23.790Z||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-11-14T11:42:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:42:33.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:42:33.349Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:43:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:43:23.788Z||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-11-14T11:43:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:43:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:43:23.791Z||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-11-14T11:43:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:43:33.336Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:43:33.337Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:44:23.787Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:44:23.788Z||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-11-14T11:44:23.788Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:44:23.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:44:23.790Z||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-11-14T11:44:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:44:33.333Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:44:33.334Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:45:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:45:23.788Z||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-11-14T11:45:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:45:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:45:23.790Z||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-11-14T11:45:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:45:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:45:33.341Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:46:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:46:23.788Z||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-11-14T11:46:23.788Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:46:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:46:23.790Z||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-11-14T11:46:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:46:33.338Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:46:33.340Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:47:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:47:23.788Z||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-11-14T11:47:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:47:23.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:47:23.790Z||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-11-14T11:47:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:47:33.339Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:47:33.339Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:48:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:48:23.789Z||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-11-14T11:48:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:48:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:48:23.790Z||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-11-14T11:48:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:48:33.340Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:48:33.342Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:49:23.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:49:23.788Z||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-11-14T11:49:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:49:23.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:49:23.790Z||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-11-14T11:49:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:49:33.344Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:49:33.344Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:23.788Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:50:23.788Z||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-11-14T11:50:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:50:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:50:23.791Z||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-11-14T11:50:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:50:24.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:24.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2dbeab0b-4347-4c39-8b74-ab117d0cbe08","serviceName":"basic_onboard_jYwNrB","serviceVersion":"1.0","serviceUUID":"e6eb7ebc-d019-44de-a501-3e3082892e58","serviceDescription":"service","serviceInvariantUUID":"e553a141-1402-4c1c-b7c9-7c610396afb1","resources":[{"resourceInstanceName":"basic_onboard_jYwNrB 0","resourceName":"basic_onboard_jYwNrB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6b1a631f-affb-467b-8837-268bcbc0d4b2","resourceInvariantUUID":"2ad80034-4313-46e9-922e-4a0a87f5f692","resourceCustomizationUUID":"90eb95e5-ecc9-4f58-9f42-50543b24842a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml","artifactChecksum":"NmM5MTEyYTk3YjhlMTJlNGJlYjgyZmQ4MDY1YTg0N2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13b396e7-0b7a-45f7-82b5-fbcab742ac2d","artifactVersion":"1"},{"artifactName":"basic_onboard_jywnrb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json","artifactChecksum":"NjBkYjZlMGU3OGQ2ZTdkOTUzMzdjNjUwNGVjNjU5OGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61576f72-ef47-405e-b050-2911d7a2a56a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c27e7391-f65f-41a9-bbed-92c74a7a2445","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e670d753-1d43-48a7-9639-fb750cde0e68","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee589185-9268-4b8a-b70d-b3ce9e2e89b3","artifactVersion":"2","generatedFromUUID":"c27e7391-f65f-41a9-bbed-92c74a7a2445"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJywnrb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml","artifactChecksum":"ZjdiZDYzMWNkMzExNjE5MWZmMDI2MGMzMmI2NGJjNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f15e9fc9-2150-4ed3-8dd8-28dc2b0eaf09","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJywnrb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar","artifactChecksum":"NDZiODU3OGYwNzBiODg1NGUwYjlkNDk4ZTYzMjE3Y2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7cac7490-3406-4c6a-9e4f-8076086fa0a8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-14T11:50:24.423Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:24.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "dcae-sch", "timestamp": 1636890571955, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.432Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T11:50:24.437Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:50:24.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "policy-id", "timestamp": 1636890578404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "cds", "timestamp": 1636890570551, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "dcae-sch", "timestamp": 1636890571955, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "policy-id", "timestamp": 1636890578404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "cds", "timestamp": 1636890570551, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "clamp", "timestamp": 1636890580353, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "dcae-sch", "timestamp": 1636890571955, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "policy-id", "timestamp": 1636890578404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-14T11:50:24.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.456Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:50:24.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.457Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890623788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "cds", "timestamp": 1636890570551, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "clamp", "timestamp": 1636890580353, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json", "status": "NOTIFIED" } 2021-11-14T11:50:24.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "dcae-sch", "timestamp": 1636890571955, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "policy-id", "timestamp": 1636890578404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "cds", "timestamp": 1636890570551, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "clamp", "timestamp": 1636890580353, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "dcae-sch", "timestamp": 1636890571955, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "policy-id", "timestamp": 1636890578404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "cds", "timestamp": 1636890570551, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "clamp", "timestamp": 1636890580353, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "dcae-sch", "timestamp": 1636890571955, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "policy-id", "timestamp": 1636890578404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "cds", "timestamp": 1636890570551, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "multicloud-k8s-id", "timestamp": 1636890584052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890584063, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "clamp", "timestamp": 1636890580353, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "aai-ml", "timestamp": 1636890584522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "dcae-sch", "timestamp": 1636890571955, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "policy-id", "timestamp": 1636890578404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "NOTIFIED" } 2021-11-14T11:50:24.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "cds", "timestamp": 1636890570551, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "NOTIFIED" } 2021-11-14T11:50:24.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "multicloud-k8s-id", "timestamp": 1636890584052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json", "status": "NOTIFIED" } 2021-11-14T11:50:24.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890584063, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "clamp", "timestamp": 1636890580353, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "aai-ml", "timestamp": 1636890584522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "multicloud-k8s-id", "timestamp": 1636890584052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-14T11:50:24.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890584063, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "clamp", "timestamp": 1636890580353, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "NOTIFIED" } 2021-11-14T11:50:24.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "cds", "timestamp": 1636890587056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T11:50:24.464Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:50:24.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "policy-id", "timestamp": 1636890587054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T11:50:24.464Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:50:24.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "aai-ml", "timestamp": 1636890584522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "multicloud-k8s-id", "timestamp": 1636890584052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890584063, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "cds", "timestamp": 1636890588066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-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=? 2021-11-14T11:50:24.557Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-11-14T11:50:24.560Z||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-11-14T11:50:24.560Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:50:24.573Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:24.574Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-14T11:50:24.596Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 2021-11-14T11:50:24.608Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 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-11-14T11:50:24.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "policy-id", "timestamp": 1636890588061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T11:50:24.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:50:24.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "aai-ml", "timestamp": 1636890584522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "multicloud-k8s-id", "timestamp": 1636890584052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-14T11:50:24.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890584063, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "policy-id", "timestamp": 1636890589065, "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-11-14T11:50:24.652Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 2021-11-14T11:50:24.652Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 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-11-14T11:50:24.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "aai-ml", "timestamp": 1636890584522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "ves-openapi-manager", "timestamp": 1636890589039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "multicloud-k8s-id", "timestamp": 1636890584052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890584063, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "aai-ml", "timestamp": 1636890584522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "ves-openapi-manager", "timestamp": 1636890589039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "multicloud-k8s-id", "timestamp": 1636890584052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "NOTIFIED" } 2021-11-14T11:50:24.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890584063, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "NOTIFIED" } 2021-11-14T11:50:24.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "aai-ml", "timestamp": 1636890584522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "NOTIFIED" } 2021-11-14T11:50:24.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "ves-openapi-manager", "timestamp": 1636890589039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "multicloud-k8s-id", "timestamp": 1636890591942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-14T11:50:24.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:50:24.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890591973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T11:50:24.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:50:24.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "aai-ml", "timestamp": 1636890592392, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T11:50:24.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:50:24.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "ves-openapi-manager", "timestamp": 1636890589039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "multicloud-k8s-id", "timestamp": 1636890593320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-14T11:50:24.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:50:24.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "ves-openapi-manager", "timestamp": 1636890589039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "clamp", "timestamp": 1636890594488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T11:50:24.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:50:24.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "multicloud-k8s-id", "timestamp": 1636890594519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-14T11:50:24.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:50:24.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "ves-openapi-manager", "timestamp": 1636890589039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890595410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T11:50:24.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:50:24.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "ves-openapi-manager", "timestamp": 1636890589039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:24.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:50:24.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "multicloud-k8s-id", "timestamp": 1636890596023, "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-11-14T11:50:24.676Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 2021-11-14T11:50:24.676Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 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-11-14T11:50:24.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890596414, "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-11-14T11:50:24.693Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 2021-11-14T11:50:24.694Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 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-11-14T11:50:24.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "clamp", "timestamp": 1636890596506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T11:50:24.703Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:50:24.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "multicloud-k8s-id", "timestamp": 1636890597029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json", "status": "DEPLOY_OK" } 2021-11-14T11:50:24.703Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:50:24.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "clamp", "timestamp": 1636890597509, "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-11-14T11:50:24.708Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 2021-11-14T11:50:24.709Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 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-11-14T11:50:24.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "aai-ml", "timestamp": 1636890601825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T11:50:24.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:50:24.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:50:24.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "aai-ml", "timestamp": 1636890602832, "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-11-14T11:50:24.723Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 2021-11-14T11:50:24.723Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 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-11-14T11:50:25.463Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T11:50:25.464Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:50:25.466Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:50:25.467Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890623788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json", "status": "NOTIFIED" } 2021-11-14T11:50:25.567Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:50:25.568Z||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-11-14T11:50:25.568Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:50:25.582Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:25.582Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:50:26.467Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T11:50:26.468Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:50:26.471Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:50:26.471Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890623788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-14T11:50:26.571Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:50:26.572Z||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-11-14T11:50:26.572Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:50:26.589Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:26.589Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:50:27.471Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T11:50:27.473Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:50:27.475Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:50:27.475Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890623788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:27.575Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-14T11:50:27.576Z||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-11-14T11:50:27.576Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:50:27.594Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:27.595Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:50:28.476Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T11:50:28.478Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:50:28.479Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:50:28.480Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890623788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-14T11:50:28.580Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:50:28.581Z||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-11-14T11:50:28.581Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:50:28.597Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:28.597Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:50:29.480Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T11:50:29.481Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:50:29.484Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:50:29.484Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890623788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:50:29.584Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:50:29.585Z||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-11-14T11:50:29.585Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:50:29.599Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:29.600Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:50:30.484Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T11:50:30.485Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:50:30.488Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:50:30.488Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890623788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "NOTIFIED" } 2021-11-14T11:50:30.588Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:50:30.589Z||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-11-14T11:50:30.590Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:50:30.603Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:30.604Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:50:31.490Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "serviceName": "basic_onboard_jYwNrB", "serviceVersion": "1.0", "serviceUUID": "e6eb7ebc-d019-44de-a501-3e3082892e58", "serviceDescription": "service", "serviceInvariantUUID": "e553a141-1402-4c1c-b7c9-7c610396afb1", "resources": [ { "resourceInstanceName": "basic_onboard_jYwNrB 0", "resourceCustomizationUUID": "90eb95e5-ecc9-4f58-9f42-50543b24842a", "resourceName": "basic_onboard_jYwNrB", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6b1a631f-affb-467b-8837-268bcbc0d4b2", "resourceInvariantUUID": "2ad80034-4313-46e9-922e-4a0a87f5f692", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_jywnrb0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json", "artifactChecksum": "NjBkYjZlMGU3OGQ2ZTdkOTUzMzdjNjUwNGVjNjU5OGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61576f72-ef47-405e-b050-2911d7a2a56a", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c27e7391-f65f-41a9-bbed-92c74a7a2445", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ee589185-9268-4b8a-b70d-b3ce9e2e89b3", "generatedFromUUID": "c27e7391-f65f-41a9-bbed-92c74a7a2445" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ee589185-9268-4b8a-b70d-b3ce9e2e89b3", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardJywnrb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "artifactChecksum": "NDZiODU3OGYwNzBiODg1NGUwYjlkNDk4ZTYzMjE3Y2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7cac7490-3406-4c6a-9e4f-8076086fa0a8" } ], "workloadContext": "Production" } 2021-11-14T11:50:31.491Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-14T11:50:31.492Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e6eb7ebc-d019-44de-a501-3e3082892e58 ASDC 2021-11-14T11:50:31.582Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:2dbeab0b-4347-4c39-8b74-ab117d0cbe08 ServiceName:basic_onboard_jYwNrB ServiceVersion:1.0 ServiceUUID:e6eb7ebc-d019-44de-a501-3e3082892e58 ServiceInvariantUUID:e553a141-1402-4c1c-b7c9-7c610396afb1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardJywnrb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar ArtifactUUID:7cac7490-3406-4c6a-9e4f-8076086fa0a8 ArtifactChecksum:NDZiODU3OGYwNzBiODg1NGUwYjlkNDk4ZTYzMjE3Y2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_jYwNrB 0 ResourceCustomizationUUID:90eb95e5-ecc9-4f58-9f42-50543b24842a ResourceInvariantUUID:2ad80034-4313-46e9-922e-4a0a87f5f692 ResourceName:basic_onboard_jYwNrB ResourceType:VF ResourceUUID:6b1a631f-affb-467b-8837-268bcbc0d4b2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_jywnrb0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json ArtifactUUID:61576f72-ef47-405e-b050-2911d7a2a56a ArtifactChecksum:NjBkYjZlMGU3OGQ2ZTdkOTUzMzdjNjUwNGVjNjU5OGI= 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/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml ArtifactUUID:c27e7391-f65f-41a9-bbed-92c74a7a2445 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/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env ArtifactUUID:ee589185-9268-4b8a-b70d-b3ce9e2e89b3 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/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env ArtifactUUID:ee589185-9268-4b8a-b70d-b3ce9e2e89b3 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-14T11:50:31.583Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6eb7ebc-d019-44de-a501-3e3082892e58 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-11-14T11:50:31.655Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-14T11:50:31.655Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T11:50:31.656Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T11:50:31.656Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7cac7490-3406-4c6a-9e4f-8076086fa0a8 from URL: /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:31.657Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T11:50:31.658Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:31.947Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T11:50:31.961Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar 7cac7490-3406-4c6a-9e4f-8076086fa0a8 71568 2021-11-14T11:50:31.963Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar ASDC sendASDCNotification 2021-11-14T11:50:31.963Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:31.963Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T11:50:31.964Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:50:31.965Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:50:31.965Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890631962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T11:50:32.066Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-14T11:50:32.067Z||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-11-14T11:50:32.067Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:50:32.081Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:32.081Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-14T11:50:32.966Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-14T11:50:32.968Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T11:50:32.968Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7cac7490-3406-4c6a-9e4f-8076086fa0a8, URL: /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar to file: /app/ASDC/1/service-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:32.969Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:33.028Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:33.028Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:33.553Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5576628872877747291/Definitions/service-BasicOnboardJywnrb-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-11-14T11:50:35.343Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-14T11:50:35.347Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-14T11:50:35.347Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:35.347Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-14T11:50:35.347Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||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-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jYwNrB 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-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||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-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:35.348Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-14T11:50:35.354Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:35.355Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:50:35.358Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria 2021-11-14T11:50:35.358Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-14T11:50:35.359Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-14T11:50:35.360Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:35.360Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:50:35.361Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria 2021-11-14T11:50:35.361Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-14T11:50:35.361Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-14T11:50:35.361Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:35.361Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:50:35.364Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:35.364Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is not matching search criteria 2021-11-14T11:50:35.364Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-14T11:50:35.365Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-14T11:50:35.365Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-14T11:50:35.365Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-14T11:50:35.365Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-14T11:50:35.365Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:35.365Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-14T11:50:35.366Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:35.366Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria 2021-11-14T11:50:35.366Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T11:50:35.366Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:35.366Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria 2021-11-14T11:50:35.366Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T11:50:35.367Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:35.367Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria 2021-11-14T11:50:35.367Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T11:50:35.367Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:35.367Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is not matching search criteria 2021-11-14T11:50:35.367Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-14T11:50:35.367Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-14T11:50:35.367Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6ce7c6b9-af52-4cbb-9abc-a4f10b336c7e 2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:50:35.368Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_jYwNrB Description:service Model UUID:e6eb7ebc-d019-44de-a501-3e3082892e58 Model Version:NULL Model InvariantUuid:e553a141-1402-4c1c-b7c9-7c610396afb1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_jYwNrB Model UUID:67224f35-c6d0-417a-a218-c93c941fcb68 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2ad80034-4313-46e9-922e-4a0a87f5f692 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:90eb95e5-ecc9-4f58-9f42-50543b24842a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f6559fef-8d32-4e78-a8a1-8205f6d1a28d ModelName:BasicOnboardJywnrb..base_ubuntu18..module-0 ModelUuid:834e3340-63ad-42ad-a86e-3bdb8c8fe263 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6ce7c6b9-af52-4cbb-9abc-a4f10b336c7e ModelInvariantUuid:56a2f11f-8430-438d-b05f-af25f06cbd39 ModelName:basic_onboard_jYwNrB-nodes.ubuntu18Cvfc ModelUuid:d796b7bd-c279-4480-8724-57ad8f1a4adb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:1784eef2-fcdf-40a4-9f8b-26248b379ac2 ModelInvariantUuid:994b9c3f-2e81-4afa-a70b-6c0f29ede66f ModelName:BasicOnboardJywnrb.compute.nodes.heat.ubuntu18 ModelUuid:3a4647d7-dcc3-42e5-ad2b-f84bf1607716 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-14T11:50:35.378Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6b1a631f-affb-467b-8837-268bcbc0d4b2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T11:50:35.460Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||basic_onboard_jYwNrB 0 2021-11-14T11:50:35.465Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6b1a631f-affb-467b-8837-268bcbc0d4b2 2021-11-14T11:50:35.465Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 61576f72-ef47-405e-b050-2911d7a2a56a from URL: /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json 2021-11-14T11:50:35.465Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T11:50:35.466Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json 2021-11-14T11:50:35.731Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T11:50:35.732Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json 61576f72-ef47-405e-b050-2911d7a2a56a 798 2021-11-14T11:50:35.732Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json ASDC sendASDCNotification 2021-11-14T11:50:35.732Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json 2021-11-14T11:50:35.732Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T11:50:35.733Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:50:35.736Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:50:35.736Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890635732, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-14T11:50:35.836Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:50:35.837Z||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-11-14T11:50:35.837Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:50:35.851Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:35.851Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:50:36.737Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJywnrb..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f6559fef-8d32-4e78-a8a1-8205f6d1a28d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "834e3340-63ad-42ad-a86e-3bdb8c8fe263", "vfModuleModelCustomizationUUID": "007f753f-83e4-4532-bdac-4215495f5501", "isBase": true, "artifacts": [ "c27e7391-f65f-41a9-bbed-92c74a7a2445", "ee589185-9268-4b8a-b70d-b3ce9e2e89b3" ], "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-11-14T11:50:36.750Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJywnrb..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:834e3340-63ad-42ad-a86e-3bdb8c8fe263 VfModuleModelInvariantUUID:f6559fef-8d32-4e78-a8a1-8205f6d1a28d VfModuleModelDescription:NULL Artifacts UUID List:{ c27e7391-f65f-41a9-bbed-92c74a7a2445 , ee589185-9268-4b8a-b70d-b3ce9e2e89b3 } 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-11-14T11:50:36.752Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJywnrb..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f6559fef-8d32-4e78-a8a1-8205f6d1a28d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "834e3340-63ad-42ad-a86e-3bdb8c8fe263", "vfModuleModelCustomizationUUID": "007f753f-83e4-4532-bdac-4215495f5501", "isBase": true, "artifacts": [ "c27e7391-f65f-41a9-bbed-92c74a7a2445", "ee589185-9268-4b8a-b70d-b3ce9e2e89b3" ], "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-11-14T11:50:36.752Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJywnrb..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:834e3340-63ad-42ad-a86e-3bdb8c8fe263 VfModuleModelInvariantUUID:f6559fef-8d32-4e78-a8a1-8205f6d1a28d VfModuleModelDescription:NULL Artifacts UUID List:{ c27e7391-f65f-41a9-bbed-92c74a7a2445 , ee589185-9268-4b8a-b70d-b3ce9e2e89b3 } 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-11-14T11:50:36.753Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c27e7391-f65f-41a9-bbed-92c74a7a2445 from URL: /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml 2021-11-14T11:50:36.753Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T11:50:36.753Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml 2021-11-14T11:50:37.054Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T11:50:37.054Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml c27e7391-f65f-41a9-bbed-92c74a7a2445 5033 2021-11-14T11:50:37.055Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-14T11:50:37.055Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml 2021-11-14T11:50:37.055Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T11:50:37.055Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:50:37.057Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:50:37.057Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890637055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-14T11:50:37.157Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:50:37.158Z||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-11-14T11:50:37.158Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:50:37.172Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:37.172Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:50:38.057Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ee589185-9268-4b8a-b70d-b3ce9e2e89b3 from URL: /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env 2021-11-14T11:50:38.058Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T11:50:38.058Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env 2021-11-14T11:50:38.259Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T11:50:38.260Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env ee589185-9268-4b8a-b70d-b3ce9e2e89b3 909 2021-11-14T11:50:38.260Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-14T11:50:38.260Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env 2021-11-14T11:50:38.260Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T11:50:38.260Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:50:38.262Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:50:38.262Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890638260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-14T11:50:38.363Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:50:38.364Z||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-11-14T11:50:38.364Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:50:38.378Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:38.379Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:50:39.263Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e6eb7ebc-d019-44de-a501-3e3082892e58 2021-11-14T11:50:39.264Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jYwNrB 0 6b1a631f-affb-467b-8837-268bcbc0d4b2 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T11:50:39.289Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15e64178, org.onap.sdc.toscaparser.api.parameters.Input@7d55aa98, org.onap.sdc.toscaparser.api.parameters.Input@39f1f134, org.onap.sdc.toscaparser.api.parameters.Input@1f1cc21b, org.onap.sdc.toscaparser.api.parameters.Input@38d6bd01] 2021-11-14T11:50:39.292Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:39.292Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:50:39.292Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-11-14T11:50:39.292Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 90eb95e5-ecc9-4f58-9f42-50543b24842a 2021-11-14T11:50:39.292Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 90eb95e5-ecc9-4f58-9f42-50543b24842a matches Tosca VF Customization UUID: 90eb95e5-ecc9-4f58-9f42-50543b24842a 2021-11-14T11:50:39.292Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 90eb95e5-ecc9-4f58-9f42-50543b24842a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-14T11:50:39.297Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:39.297Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:50:39.298Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 90eb95e5-ecc9-4f58-9f42-50543b24842a: {\"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-11-14T11:50:39.298Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ad0570c 2021-11-14T11:50:39.298Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:39.298Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-14T11:50:39.299Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 007f753f-83e4-4532-bdac-4215495f5501 2021-11-14T11:50:39.299Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 007f753f-83e4-4532-bdac-4215495f5501 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-14T11:50:39.304Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:39.304Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria 2021-11-14T11:50:39.304Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T11:50:39.304Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:39.304Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria 2021-11-14T11:50:39.305Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T11:50:39.305Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:39.305Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is not matching search criteria 2021-11-14T11:50:39.305Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-14T11:50:39.305Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-14T11:50:39.305Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6ce7c6b9-af52-4cbb-9abc-a4f10b336c7e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-14T11:50:39.310Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:39.310Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria 2021-11-14T11:50:39.310Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T11:50:39.310Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:39.311Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jYwNrB 0 is matching search criteria 2021-11-14T11:50:39.311Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jYwNrB 0] matching following query criteria: sdcType=VF, customizationUUID=90eb95e5-ecc9-4f58-9f42-50543b24842a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T11:50:39.312Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:39.312Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:50:39.312Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e6eb7ebc-d019-44de-a501-3e3082892e58: basic_onboard_jYwNrB 2021-11-14T11:50:39.313Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:39.313Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:50:39.313Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:39.313Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:50:39.313Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:39.313Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:50:39.313Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:39.313Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:50:39.314Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:50:39.314Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jYwNrB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:50:39.314Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_jYwNrB Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-14T11:50:39.485Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jYwNrB 6b1a631f-affb-467b-8837-268bcbc0d4b2 1 ASDC deployResourceStructure 2021-11-14T11:50:39.485Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json ASDC sendASDCNotification 2021-11-14T11:50:39.485Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json 2021-11-14T11:50:39.485Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T11:50:39.486Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:50:39.487Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:50:39.487Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890639485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json", "status": "DEPLOY_OK" } 2021-11-14T11:50:39.588Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-14T11:50:39.589Z||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-11-14T11:50:39.589Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:50:39.604Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:39.604Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:50:40.488Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-14T11:50:40.489Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml 2021-11-14T11:50:40.489Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T11:50:40.489Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:50:40.491Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:50:40.491Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890640488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-14T11:50:40.591Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:50:40.592Z||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-11-14T11:50:40.592Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:50:40.607Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:40.607Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:50:41.492Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-14T11:50:41.493Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env 2021-11-14T11:50:41.493Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T11:50:41.493Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:50:41.495Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:50:41.495Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890641492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-14T11:50:41.596Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:50:41.597Z||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-11-14T11:50:41.597Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:50:41.661Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:41.662Z||pool-16-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:50:42.496Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar ASDC sendASDCNotification 2021-11-14T11:50:42.497Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar 2021-11-14T11:50:42.497Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T11:50:42.497Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:50:42.499Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:50:42.499Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890642496, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T11:50:42.599Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:50:42.600Z||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-11-14T11:50:42.600Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:50:42.615Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:50:42.615Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:50:43.500Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T11:50:43.519Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T11:50:43.523Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T11:50:43.523Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-14T11:50:43.523Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-14T11:50:43.523Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-14T11:50:43.523Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T11:50:43.523Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T11:50:43.523Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T11:50:43.524Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T11:50:43.524Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T11:50:43.524Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T11:50:43.524Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-14T11:50:43.530Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-14T11:51:13.530Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 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-11-14T11:51:13.540Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 and serviceModelVersionId: e6eb7ebc-d019-44de-a501-3e3082892e58 2021-11-14T11:51:13.541Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e553a141-1402-4c1c-b7c9-7c610396afb1 2021-11-14T11:51:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:51:23.791Z||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-11-14T11:51:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:51:23.920Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:23.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:51:23.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890623788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:51:23.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:51:25.989Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e553a141-1402-4c1c-b7c9-7c610396afb1/model-vers/model-ver/e6eb7ebc-d019-44de-a501-3e3082892e58?depth=0 2021-11-14T11:51:26.085Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-14T11:51:26.486Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e553a141-1402-4c1c-b7c9-7c610396afb1/model-vers/model-ver/e6eb7ebc-d019-44de-a501-3e3082892e58?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-11-14T11:51:26.489Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e553a141-1402-4c1c-b7c9-7c610396afb1/model-vers/model-ver/e6eb7ebc-d019-44de-a501-3e3082892e58?depth=0|INFO|500||Invoke 2021-11-14T11:51:26.581Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e553a141-1402-4c1c-b7c9-7c610396afb1/model-vers/model-ver/e6eb7ebc-d019-44de-a501-3e3082892e58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-14T11:51:26.850Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e553a141-1402-4c1c-b7c9-7c610396afb1/model-vers/model-ver/e6eb7ebc-d019-44de-a501-3e3082892e58?depth=0|INFO|500||InvokeReturn 2021-11-14T11:51:26.851Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e553a141-1402-4c1c-b7c9-7c610396afb1/model-vers/model-ver/e6eb7ebc-d019-44de-a501-3e3082892e58?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211114-11:51:26:593-12831], vertex-id=[168072], Content-Length=[0], Date=[Sun, 14 Nov 2021 11:51:26 GMT], Content-Type=[application/json]} 2021-11-14T11:51:26.851Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-11-14T11:51:26.855Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-14T11:51:26.855Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T11:51:26.859Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-11-14T11:51:26.864Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2dbeab0b-4347-4c39-8b74-ab117d0cbe08 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-14T11:51:26.865Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-14T11:51:26.865Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:51:26.866Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:51:26.866Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890686864, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-14T11:51:26.967Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:51:26.967Z||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-11-14T11:51:26.967Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:51:26.980Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:26.980Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-11-14T11:51:27.881Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:51:27.882Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|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-11-14T11:51:27.882Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|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 y8jkQCurU51uIC5X) ... 2021-11-14T11:51:28.506Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:28.508Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-14T11:51:28.509Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c","serviceName":"vFW 2021-11-14 11-49-28","serviceVersion":"1.0","serviceUUID":"4cec6c52-9035-44ed-bd5b-4d34dce323a0","serviceDescription":"catalog service description","serviceInvariantUUID":"ddc3500b-015c-4a30-bd01-93f0c53ea0ed","resources":[{"resourceInstanceName":"vFW 938b5aa2-2f1f 0","resourceName":"vFW 938b5aa2-2f1f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d61f91f-69db-4aa9-8cef-da4ced88fb8d","resourceInvariantUUID":"b0b8f2b0-a93e-4d58-884c-d545f4f2a0f6","resourceCustomizationUUID":"ea558396-75bf-4b69-92f3-d58e8cb75a8a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml","artifactChecksum":"MjQ3YTU1MTEyMzNkZmE3ZDQ5YmZkOGQyYjA1ZGMxMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"144dd577-ed3a-4c91-8265-310725a35f90","artifactVersion":"1"},{"artifactName":"vfw938b5aa22f1f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json","artifactChecksum":"NDc0NGI1NjQzYTM5OGJmMjdkYzEwZmZmZTk4M2EzMDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1583243d-2c3f-4b48-b296-bfaa26d05de9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml","artifactChecksum":"Njg3NDI4ZGU1NjU2NzA1MzVlYjZiMjc3NmNmOTYzNDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4e802b71-bc22-4d7d-878c-27b54e6aa273","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"84d60f02-f695-4638-ac91-64278a9e73c0","artifactVersion":"2","generatedFromUUID":"efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211114114928-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml","artifactChecksum":"ZWIzZDBiNTA4YmUwYmEwODM2MDJjMTc1MzhhYjI4OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ea4de45-6495-45a6-a186-e9353d990a09","artifactVersion":"1"},{"artifactName":"service-Vfw20211114114928-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar","artifactChecksum":"NGUxY2I5MDBjNDY3YjIzZWJkOGJkZDY3NzNkN2QxMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a64fab8-4ebe-4ce5-ab6e-fcc1b9de2eb6","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-14T11:51:28.514Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T11:51:28.515Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:51:28.517Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:51:28.517Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890687881, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:51:28.618Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:51:28.619Z||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-11-14T11:51:28.619Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:51:28.632Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:28.633Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-14T11:51:29.518Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T11:51:29.519Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:51:29.521Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:51:29.522Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890687881, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json", "status": "NOTIFIED" } 2021-11-14T11:51:29.622Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:51:29.622Z||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-11-14T11:51:29.623Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:51:29.636Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:29.636Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:51:30.522Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T11:51:30.523Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:51:30.525Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:51:30.525Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890687881, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-14T11:51:30.625Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:51:30.626Z||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-11-14T11:51:30.626Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:51:30.638Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:30.639Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:51:31.525Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T11:51:31.526Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:51:31.528Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:51:31.528Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890687881, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:51:31.629Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-14T11:51:31.630Z||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-11-14T11:51:31.630Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:51:31.643Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:31.643Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:51:32.530Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T11:51:32.530Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:51:32.534Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:51:32.534Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890687881, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-14T11:51:32.634Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:51:32.635Z||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-11-14T11:51:32.635Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:51:32.649Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:32.649Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:51:33.534Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T11:51:33.535Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:51:33.537Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:51:33.537Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890687881, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:51:33.637Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:51:33.639Z||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-11-14T11:51:33.639Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:51:33.654Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:33.654Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:51:34.538Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T11:51:34.539Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:51:34.540Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:51:34.541Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890687881, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "NOTIFIED" } 2021-11-14T11:51:34.641Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:51:34.642Z||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-11-14T11:51:34.642Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:51:34.656Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:34.656Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:51:35.543Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "serviceName": "vFW 2021-11-14 11-49-28", "serviceVersion": "1.0", "serviceUUID": "4cec6c52-9035-44ed-bd5b-4d34dce323a0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ddc3500b-015c-4a30-bd01-93f0c53ea0ed", "resources": [ { "resourceInstanceName": "vFW 938b5aa2-2f1f 0", "resourceCustomizationUUID": "ea558396-75bf-4b69-92f3-d58e8cb75a8a", "resourceName": "vFW 938b5aa2-2f1f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3d61f91f-69db-4aa9-8cef-da4ced88fb8d", "resourceInvariantUUID": "b0b8f2b0-a93e-4d58-884c-d545f4f2a0f6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw938b5aa22f1f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json", "artifactChecksum": "NDc0NGI1NjQzYTM5OGJmMjdkYzEwZmZmZTk4M2EzMDQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1583243d-2c3f-4b48-b296-bfaa26d05de9", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "84d60f02-f695-4638-ac91-64278a9e73c0", "generatedFromUUID": "efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "84d60f02-f695-4638-ac91-64278a9e73c0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211114114928-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "artifactChecksum": "NGUxY2I5MDBjNDY3YjIzZWJkOGJkZDY3NzNkN2QxMGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3a64fab8-4ebe-4ce5-ab6e-fcc1b9de2eb6" } ], "workloadContext": "Production" } 2021-11-14T11:51:35.543Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-14T11:51:35.544Z|2dbeab0b-4347-4c39-8b74-ab117d0cbe08|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4cec6c52-9035-44ed-bd5b-4d34dce323a0 ASDC 2021-11-14T11:51:35.544Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c ServiceName:vFW 2021-11-14 11-49-28 ServiceVersion:1.0 ServiceUUID:4cec6c52-9035-44ed-bd5b-4d34dce323a0 ServiceInvariantUUID:ddc3500b-015c-4a30-bd01-93f0c53ea0ed ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211114114928-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar ArtifactUUID:3a64fab8-4ebe-4ce5-ab6e-fcc1b9de2eb6 ArtifactChecksum:NGUxY2I5MDBjNDY3YjIzZWJkOGJkZDY3NzNkN2QxMGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 938b5aa2-2f1f 0 ResourceCustomizationUUID:ea558396-75bf-4b69-92f3-d58e8cb75a8a ResourceInvariantUUID:b0b8f2b0-a93e-4d58-884c-d545f4f2a0f6 ResourceName:vFW 938b5aa2-2f1f ResourceType:VF ResourceUUID:3d61f91f-69db-4aa9-8cef-da4ced88fb8d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw938b5aa22f1f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json ArtifactUUID:1583243d-2c3f-4b48-b296-bfaa26d05de9 ArtifactChecksum:NDc0NGI1NjQzYTM5OGJmMjdkYzEwZmZmZTk4M2EzMDQ= 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/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml ArtifactUUID:efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a 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/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env ArtifactUUID:84d60f02-f695-4638-ac91-64278a9e73c0 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/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env ArtifactUUID:84d60f02-f695-4638-ac91-64278a9e73c0 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-14T11:51:35.544Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4cec6c52-9035-44ed-bd5b-4d34dce323a0 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-11-14T11:51:35.576Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-14T11:51:35.577Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T11:51:35.577Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T11:51:35.577Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3a64fab8-4ebe-4ce5-ab6e-fcc1b9de2eb6 from URL: /sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar 2021-11-14T11:51:35.577Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T11:51:35.577Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar 2021-11-14T11:51:35.750Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T11:51:35.760Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar 3a64fab8-4ebe-4ce5-ab6e-fcc1b9de2eb6 98889 2021-11-14T11:51:35.760Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar ASDC sendASDCNotification 2021-11-14T11:51:35.761Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar 2021-11-14T11:51:35.761Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T11:51:35.761Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:51:35.763Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:51:35.763Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890695760, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T11:51:35.863Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:51:35.864Z||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-11-14T11:51:35.864Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:51:35.877Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:35.878Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:51:36.763Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-14T11:51:36.765Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T11:51:36.766Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3a64fab8-4ebe-4ce5-ab6e-fcc1b9de2eb6, URL: /sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar to file: /app/ASDC/1/service-Vfw20211114114928-csar.csar 2021-11-14T11:51:36.766Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211114114928-csar.csar 2021-11-14T11:51:36.767Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211114114928-csar.csar 2021-11-14T11:51:36.767Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211114114928-csar.csar 2021-11-14T11:51:36.994Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6832230414800719018/Definitions/service-Vfw20211114114928-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-11-14T11:51:38.841Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-14T11:51:38.842Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-14T11:51:38.842Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211114114928-csar.csar 2021-11-14T11:51:38.842Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-14T11:51:38.842Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||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-Vfw20211114114928-csar.csar 2021-11-14T11:51:38.842Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||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-Vfw20211114114928-csar.csar 2021-11-14T11:51:38.842Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211114114928-csar.csar 2021-11-14T11:51:38.842Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211114114928-csar.csar 2021-11-14T11:51:38.842Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211114114928-csar.csar 2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||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-Vfw20211114114928-csar.csar 2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211114114928-csar.csar 2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||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-Vfw20211114114928-csar.csar 2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211114114928-csar.csar 2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211114114928-csar.csar 2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 938b5aa2-2f1f 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-Vfw20211114114928-csar.csar 2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211114114928-csar.csar 2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211114114928-csar.csar 2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:51:38.843Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria 2021-11-14T11:51:38.844Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-14T11:51:38.844Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-14T11:51:38.844Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:38.844Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:51:38.844Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria 2021-11-14T11:51:38.844Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-14T11:51:38.844Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is not matching search criteria 2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-14T11:51:38.845Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-14T11:51:38.846Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-14T11:51:38.847Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:38.847Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-14T11:51:38.847Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:38.847Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria 2021-11-14T11:51:38.847Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T11:51:38.847Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:38.847Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria 2021-11-14T11:51:38.847Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria 2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is not matching search criteria 2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-14T11:51:38.848Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=15893dd5-1182-44dd-9606-fb64492243f2 2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is not matching search criteria 2021-11-14T11:51:38.849Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-14T11:51:38.850Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f480ff09-8a11-497c-9558-95e10fbf712d 2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is not matching search criteria 2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-14T11:51:38.851Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a2c6695d-adbf-424c-a0eb-4d5be7dd21d2 2021-11-14T11:51:38.852Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:38.853Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:51:38.853Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:38.853Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:51:38.853Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:38.853Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:51:38.853Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:38.853Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:51:38.853Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-14 11-49-28 Description:catalog service description Model UUID:4cec6c52-9035-44ed-bd5b-4d34dce323a0 Model Version:NULL Model InvariantUuid:ddc3500b-015c-4a30-bd01-93f0c53ea0ed Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 938b5aa2-2f1f Model UUID:f94307a6-d1af-4e9b-b656-a461859f774f Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:b0b8f2b0-a93e-4d58-884c-d545f4f2a0f6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ea558396-75bf-4b69-92f3-d58e8cb75a8a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:08ab1ec6-ddbf-426a-b72c-419daee9cee7 ModelName:Vfw938b5aa22f1f..base_vfw..module-0 ModelUuid:0b90325b-3a27-4d92-bd5b-df91b20c87a3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:15893dd5-1182-44dd-9606-fb64492243f2 ModelInvariantUuid:3aab101e-a6c2-4d8c-8f3d-17f02a259c10 ModelName:vFW 938b5aa2-2f1f-nodes.vfwCvfc ModelUuid:ba639c9f-b3c1-45e0-b2fd-9aa146b23a05 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:d9b63610-767d-489c-a6c7-cfbdcf14e7c1 ModelInvariantUuid:99170272-ffab-403f-960a-dcce280b38d4 ModelName:Vfw938b5aa22f1f.compute.nodes.heat.vfw ModelUuid:524e167a-74aa-4c12-afcb-3cbec26a544c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f480ff09-8a11-497c-9558-95e10fbf712d ModelInvariantUuid:16dae472-6423-44e7-beed-6cb2f21ef140 ModelName:vFW 938b5aa2-2f1f-nodes.vsnCvfc ModelUuid:724ed45d-7e06-488b-9c2f-a87ccd04171c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:73d77d0e-d18c-479e-9fea-87e4694362a5 ModelInvariantUuid:167c95bd-d81d-4b8a-88bd-55257a4a32c4 ModelName:Vfw938b5aa22f1f.compute.nodes.heat.vsn ModelUuid:7202bca6-5a36-47c3-b0ed-a6a1a1256697 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a2c6695d-adbf-424c-a0eb-4d5be7dd21d2 ModelInvariantUuid:685e5fb6-3c51-472b-ac61-325938985e0d ModelName:vFW 938b5aa2-2f1f-nodes.vpgCvfc ModelUuid:34cbb309-6766-4f4b-888a-ee7e3f787ea5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:16a84d9b-c543-4344-b37a-bca27b16e32a ModelInvariantUuid:9fb68132-59e2-4e0b-9b60-4e12b4b08cbf ModelName:Vfw938b5aa22f1f.compute.nodes.heat.vpg ModelUuid:4a785f63-a378-4f72-94f0-4d3a10ad7334 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-14T11:51:38.858Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d61f91f-69db-4aa9-8cef-da4ced88fb8d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T11:51:38.860Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||vFW 938b5aa2-2f1f 0 2021-11-14T11:51:38.860Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d61f91f-69db-4aa9-8cef-da4ced88fb8d 2021-11-14T11:51:38.860Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1583243d-2c3f-4b48-b296-bfaa26d05de9 from URL: /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json 2021-11-14T11:51:38.860Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T11:51:38.860Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json 2021-11-14T11:51:38.955Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T11:51:38.955Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json 1583243d-2c3f-4b48-b296-bfaa26d05de9 785 2021-11-14T11:51:38.955Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json ASDC sendASDCNotification 2021-11-14T11:51:38.955Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json 2021-11-14T11:51:38.956Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T11:51:38.956Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:51:38.958Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:51:38.958Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890698955, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-14T11:51:39.058Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:51:39.059Z||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-11-14T11:51:39.059Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:51:39.076Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:39.077Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-11-14T11:51:39.959Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw938b5aa22f1f..base_vfw..module-0", "vfModuleModelInvariantUUID": "08ab1ec6-ddbf-426a-b72c-419daee9cee7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0b90325b-3a27-4d92-bd5b-df91b20c87a3", "vfModuleModelCustomizationUUID": "6580ae76-3a71-4485-8c6c-efe1faf3b71a", "isBase": true, "artifacts": [ "efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a", "84d60f02-f695-4638-ac91-64278a9e73c0" ], "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-11-14T11:51:39.964Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw938b5aa22f1f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0b90325b-3a27-4d92-bd5b-df91b20c87a3 VfModuleModelInvariantUUID:08ab1ec6-ddbf-426a-b72c-419daee9cee7 VfModuleModelDescription:NULL Artifacts UUID List:{ efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a , 84d60f02-f695-4638-ac91-64278a9e73c0 } 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-11-14T11:51:39.966Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw938b5aa22f1f..base_vfw..module-0", "vfModuleModelInvariantUUID": "08ab1ec6-ddbf-426a-b72c-419daee9cee7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0b90325b-3a27-4d92-bd5b-df91b20c87a3", "vfModuleModelCustomizationUUID": "6580ae76-3a71-4485-8c6c-efe1faf3b71a", "isBase": true, "artifacts": [ "efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a", "84d60f02-f695-4638-ac91-64278a9e73c0" ], "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-11-14T11:51:39.967Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw938b5aa22f1f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0b90325b-3a27-4d92-bd5b-df91b20c87a3 VfModuleModelInvariantUUID:08ab1ec6-ddbf-426a-b72c-419daee9cee7 VfModuleModelDescription:NULL Artifacts UUID List:{ efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a , 84d60f02-f695-4638-ac91-64278a9e73c0 } 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-11-14T11:51:39.967Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a from URL: /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml 2021-11-14T11:51:39.967Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T11:51:39.967Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml 2021-11-14T11:51:40.015Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T11:51:40.016Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml efb45fa1-cb0c-4a6a-974f-7a5e329c8c3a 20368 2021-11-14T11:51:40.016Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-14T11:51:40.016Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml 2021-11-14T11:51:40.016Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T11:51:40.017Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:51:40.019Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:51:40.019Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890700016, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-14T11:51:40.119Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:51:40.120Z||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-11-14T11:51:40.120Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:51:40.136Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:40.136Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-14T11:51:41.019Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 84d60f02-f695-4638-ac91-64278a9e73c0 from URL: /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env 2021-11-14T11:51:41.020Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T11:51:41.020Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env 2021-11-14T11:51:41.088Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T11:51:41.089Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env 84d60f02-f695-4638-ac91-64278a9e73c0 2098 2021-11-14T11:51:41.089Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-14T11:51:41.090Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env 2021-11-14T11:51:41.090Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T11:51:41.090Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:51:41.092Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:51:41.092Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890701089, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-14T11:51:41.193Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-14T11:51:41.194Z||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-11-14T11:51:41.194Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:51:41.209Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:41.209Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:51:42.093Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4cec6c52-9035-44ed-bd5b-4d34dce323a0 2021-11-14T11:51:42.094Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 938b5aa2-2f1f 0 3d61f91f-69db-4aa9-8cef-da4ced88fb8d ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T11:51:42.108Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35739a6f, org.onap.sdc.toscaparser.api.parameters.Input@16d7867b, org.onap.sdc.toscaparser.api.parameters.Input@174f82c7, org.onap.sdc.toscaparser.api.parameters.Input@56e4316, org.onap.sdc.toscaparser.api.parameters.Input@2c670136] 2021-11-14T11:51:42.109Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.109Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:51:42.109Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-11-14T11:51:42.109Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ea558396-75bf-4b69-92f3-d58e8cb75a8a 2021-11-14T11:51:42.109Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ea558396-75bf-4b69-92f3-d58e8cb75a8a matches Tosca VF Customization UUID: ea558396-75bf-4b69-92f3-d58e8cb75a8a 2021-11-14T11:51:42.109Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ea558396-75bf-4b69-92f3-d58e8cb75a8a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-14T11:51:42.111Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.111Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:51:42.112Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ea558396-75bf-4b69-92f3-d58e8cb75a8a: {\"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-11-14T11:51:42.112Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2fccaa5b 2021-11-14T11:51:42.112Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.113Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-14T11:51:42.113Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6580ae76-3a71-4485-8c6c-efe1faf3b71a 2021-11-14T11:51:42.113Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6580ae76-3a71-4485-8c6c-efe1faf3b71a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-14T11:51:42.115Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.115Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria 2021-11-14T11:51:42.115Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T11:51:42.116Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.116Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria 2021-11-14T11:51:42.116Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T11:51:42.116Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.116Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is not matching search criteria 2021-11-14T11:51:42.117Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-14T11:51:42.117Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-14T11:51:42.117Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-14T11:51:42.117Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-14T11:51:42.117Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-14T11:51:42.117Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-14T11:51:42.117Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-14T11:51:42.118Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-14T11:51:42.118Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-14T11:51:42.118Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-14T11:51:42.118Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-14T11:51:42.118Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=15893dd5-1182-44dd-9606-fb64492243f2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-14T11:51:42.120Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.120Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria 2021-11-14T11:51:42.121Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T11:51:42.121Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.121Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is not matching search criteria 2021-11-14T11:51:42.121Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-14T11:51:42.121Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-14T11:51:42.121Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-14T11:51:42.121Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-14T11:51:42.122Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-14T11:51:42.122Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-14T11:51:42.122Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-14T11:51:42.122Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-14T11:51:42.122Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-14T11:51:42.122Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-14T11:51:42.123Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-14T11:51:42.123Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-14T11:51:42.123Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f480ff09-8a11-497c-9558-95e10fbf712d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-14T11:51:42.125Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.125Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria 2021-11-14T11:51:42.125Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T11:51:42.129Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.129Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is not matching search criteria 2021-11-14T11:51:42.129Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-14T11:51:42.129Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-14T11:51:42.129Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-14T11:51:42.129Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-14T11:51:42.130Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-14T11:51:42.130Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-14T11:51:42.130Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-14T11:51:42.130Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-14T11:51:42.130Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-14T11:51:42.130Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-14T11:51:42.131Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-14T11:51:42.131Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-14T11:51:42.131Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a2c6695d-adbf-424c-a0eb-4d5be7dd21d2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-14T11:51:42.133Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.134Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria 2021-11-14T11:51:42.134Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T11:51:42.134Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.134Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Node template vFW 938b5aa2-2f1f 0 is matching search criteria 2021-11-14T11:51:42.134Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 938b5aa2-2f1f 0] matching following query criteria: sdcType=VF, customizationUUID=ea558396-75bf-4b69-92f3-d58e8cb75a8a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T11:51:42.136Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.136Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:51:42.136Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4cec6c52-9035-44ed-bd5b-4d34dce323a0: vFW 938b5aa2-2f1f 2021-11-14T11:51:42.137Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.137Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:51:42.137Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.137Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:51:42.137Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.137Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:51:42.137Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.138Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:51:42.138Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T11:51:42.138Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-14 11-49-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T11:51:42.138Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-11-14 11-49-28 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-14T11:51:42.284Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 938b5aa2-2f1f 3d61f91f-69db-4aa9-8cef-da4ced88fb8d 1 ASDC deployResourceStructure 2021-11-14T11:51:42.285Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json ASDC sendASDCNotification 2021-11-14T11:51:42.285Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json 2021-11-14T11:51:42.285Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T11:51:42.285Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:51:42.287Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:51:42.287Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890702284, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json", "status": "DEPLOY_OK" } 2021-11-14T11:51:42.387Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:51:42.388Z||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-11-14T11:51:42.388Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:51:42.402Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:42.403Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:51:43.288Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-14T11:51:43.288Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml 2021-11-14T11:51:43.288Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T11:51:43.289Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:51:43.290Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:51:43.290Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890703287, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-14T11:51:43.391Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:51:43.391Z||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-11-14T11:51:43.391Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:51:43.406Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:43.406Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:51:44.291Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-14T11:51:44.292Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env 2021-11-14T11:51:44.292Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T11:51:44.292Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:51:44.294Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:51:44.294Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890704291, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-14T11:51:44.395Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:51:44.395Z||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-11-14T11:51:44.395Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:51:44.411Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:44.411Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:51:45.295Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar ASDC sendASDCNotification 2021-11-14T11:51:45.296Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar 2021-11-14T11:51:45.296Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T11:51:45.296Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:51:45.297Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:51:45.297Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890705295, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T11:51:45.398Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-14T11:51:45.398Z||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-11-14T11:51:45.399Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:51:45.410Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:51:45.410Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-14T11:51:46.298Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T11:51:46.312Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T11:51:46.314Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T11:51:46.315Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T11:51:46.315Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T11:52:16.315Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T11:52:16.331Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T11:52:16.333Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T11:52:16.333Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T11:52:16.333Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T11:52:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:52:23.791Z||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-11-14T11:52:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:52:23.824Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:52:23.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890623788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json", "status": "NOTIFIED" } 2021-11-14T11:52:23.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890623788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-14T11:52:23.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890623788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890623788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-14T11:52:23.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890623788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890623788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "NOTIFIED" } 2021-11-14T11:52:23.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890631962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T11:52:23.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890635732, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-14T11:52:23.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890637055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-14T11:52:23.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890638260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-14T11:52:23.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890639485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/basic_onboard_jywnrb0_modules.json", "status": "DEPLOY_OK" } 2021-11-14T11:52:23.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890640488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-14T11:52:23.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890641492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/resourceInstances/basic_onboard_jywnrb0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-14T11:52:23.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890642496, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJywnrb/1.0/artifacts/service-BasicOnboardJywnrb-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T11:52:23.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "cds", "timestamp": 1636890660551, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "policy-id", "timestamp": 1636890658404, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "cds", "timestamp": 1636890660551, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "policy-id", "timestamp": 1636890658404, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1636890664052, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "cds", "timestamp": 1636890660551, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "policy-id", "timestamp": 1636890658404, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-14T11:52:23.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1636890664052, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json", "status": "NOTIFIED" } 2021-11-14T11:52:23.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "cds", "timestamp": 1636890660551, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "policy-id", "timestamp": 1636890658404, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1636890664052, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-14T11:52:23.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "cds", "timestamp": 1636890660551, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "policy-id", "timestamp": 1636890658404, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1636890664052, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "cds", "timestamp": 1636890660551, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "policy-id", "timestamp": 1636890658404, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1636890664052, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-14T11:52:23.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "cds", "timestamp": 1636890660551, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "NOTIFIED" } 2021-11-14T11:52:23.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "policy-id", "timestamp": 1636890658404, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "NOTIFIED" } 2021-11-14T11:52:23.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "ves-openapi-manager", "timestamp": 1636890669039, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1636890664052, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "cds", "timestamp": 1636890670059, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T11:52:23.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:52:23.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "policy-id", "timestamp": 1636890670042, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T11:52:23.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:52:23.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "ves-openapi-manager", "timestamp": 1636890669039, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1636890664052, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "NOTIFIED" } 2021-11-14T11:52:23.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "clamp", "timestamp": 1636890670353, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "cds", "timestamp": 1636890671063, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-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-11-14T11:52:23.867Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 2021-11-14T11:52:23.867Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 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-11-14T11:52:23.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "policy-id", "timestamp": 1636890671045, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T11:52:23.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:52:23.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "ves-openapi-manager", "timestamp": 1636890669039, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1636890671935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-14T11:52:23.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:52:23.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "clamp", "timestamp": 1636890670353, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json", "status": "NOTIFIED" } 2021-11-14T11:52:23.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "policy-id", "timestamp": 1636890672047, "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-11-14T11:52:23.884Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 2021-11-14T11:52:23.884Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 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-11-14T11:52:23.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "dcae-sch", "timestamp": 1636890671955, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "ves-openapi-manager", "timestamp": 1636890669039, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "clamp", "timestamp": 1636890670353, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1636890673328, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-14T11:52:23.894Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:52:23.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "dcae-sch", "timestamp": 1636890671955, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "ves-openapi-manager", "timestamp": 1636890669039, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "clamp", "timestamp": 1636890670353, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "dcae-sch", "timestamp": 1636890671955, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "ves-openapi-manager", "timestamp": 1636890669039, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890674063, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1636890674747, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-14T11:52:23.896Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:52:23.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "clamp", "timestamp": 1636890670353, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "aai-ml", "timestamp": 1636890674522, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "dcae-sch", "timestamp": 1636890671955, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "ves-openapi-manager", "timestamp": 1636890669039, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890674063, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1636890675772, "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-11-14T11:52:23.903Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 2021-11-14T11:52:23.903Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 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-11-14T11:52:23.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "clamp", "timestamp": 1636890670353, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "aai-ml", "timestamp": 1636890674522, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "dcae-sch", "timestamp": 1636890671955, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890674063, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "multicloud-k8s-id", "timestamp": 1636890676775, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json", "status": "DEPLOY_OK" } 2021-11-14T11:52:23.910Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:52:23.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "clamp", "timestamp": 1636890670353, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "NOTIFIED" } 2021-11-14T11:52:23.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "aai-ml", "timestamp": 1636890674522, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "dcae-sch", "timestamp": 1636890671955, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890674063, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "aai-ml", "timestamp": 1636890674522, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "dcae-sch", "timestamp": 1636890671955, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890674063, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "aai-ml", "timestamp": 1636890674522, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890674063, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "aai-ml", "timestamp": 1636890674522, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890674063, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "NOTIFIED" } 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "aai-ml", "timestamp": 1636890674522, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "NOTIFIED" } 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890681799, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T11:52:23.913Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:52:23.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:52:23.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "aai-ml", "timestamp": 1636890682252, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T11:52:23.913Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:52:46.334Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T11:52:46.345Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T11:52:46.349Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T11:52:46.349Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T11:52:46.349Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T11:53:16.349Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T11:53:16.359Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T11:53:16.361Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T11:53:16.361Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T11:53:16.361Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T11:53:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:53:23.791Z||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-11-14T11:53:23.792Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:53:24.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:53:24.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.323Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890684506, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T11:53:24.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:53:24.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636890685510, "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-11-14T11:53:24.333Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 2021-11-14T11:53:24.333Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 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-11-14T11:53:24.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2dbeab0b-4347-4c39-8b74-ab117d0cbe08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890686864, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-14T11:53:24.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:53:24.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "clamp", "timestamp": 1636890687522, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T11:53:24.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:53:24.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890687881, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:53:24.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:53:24.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "clamp", "timestamp": 1636890689503, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T11:53:24.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:53:24.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890687881, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json", "status": "NOTIFIED" } 2021-11-14T11:53:24.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:53:24.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "clamp", "timestamp": 1636890690506, "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-11-14T11:53:24.348Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 2021-11-14T11:53:24.348Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 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-11-14T11:53:24.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890687881, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-14T11:53:24.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:53:24.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890687881, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T11:53:24.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:53:24.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "aai-ml", "timestamp": 1636890692462, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T11:53:24.359Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:53:24.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890687881, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-14T11:53:24.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:53:24.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "aai-ml", "timestamp": 1636890693466, "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-11-14T11:53:24.365Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 2021-11-14T11:53:24.365Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 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-11-14T11:53:24.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890687881, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T11:53:24.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:53:24.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890687881, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "NOTIFIED" } 2021-11-14T11:53:24.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-14T11:53:24.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890695760, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T11:53:24.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:53:24.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890698955, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-14T11:53:24.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:53:24.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890700016, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-14T11:53:24.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:53:24.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890701089, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-14T11:53:24.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:53:24.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890702284, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/vfw938b5aa22f1f0_modules.json", "status": "DEPLOY_OK" } 2021-11-14T11:53:24.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:53:24.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890703287, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-14T11:53:24.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:53:24.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890704291, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/resourceInstances/vfw938b5aa22f1f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-14T11:53:24.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:53:24.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:53:24.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890705295, "artifactURL": "/sdc/v1/catalog/services/Vfw20211114114928/1.0/artifacts/service-Vfw20211114114928-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T11:53:24.377Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:53:46.361Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T11:53:46.372Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T11:53:46.376Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T11:53:46.376Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-14T11:53:46.376Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-14T11:53:46.376Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-14T11:53:46.377Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T11:53:46.377Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T11:53:46.377Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T11:53:46.377Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T11:53:46.377Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T11:53:46.377Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T11:53:46.377Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-14T11:53:46.384Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-14T11:54:16.384Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c 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-11-14T11:54:16.391Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c and serviceModelVersionId: 4cec6c52-9035-44ed-bd5b-4d34dce323a0 2021-11-14T11:54:16.391Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ddc3500b-015c-4a30-bd01-93f0c53ea0ed 2021-11-14T11:54:16.393Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ddc3500b-015c-4a30-bd01-93f0c53ea0ed/model-vers/model-ver/4cec6c52-9035-44ed-bd5b-4d34dce323a0?depth=0 2021-11-14T11:54:16.398Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-14T11:54:16.431Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ddc3500b-015c-4a30-bd01-93f0c53ea0ed/model-vers/model-ver/4cec6c52-9035-44ed-bd5b-4d34dce323a0?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-11-14T11:54:16.432Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ddc3500b-015c-4a30-bd01-93f0c53ea0ed/model-vers/model-ver/4cec6c52-9035-44ed-bd5b-4d34dce323a0?depth=0|INFO|500||Invoke 2021-11-14T11:54:16.462Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ddc3500b-015c-4a30-bd01-93f0c53ea0ed/model-vers/model-ver/4cec6c52-9035-44ed-bd5b-4d34dce323a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-14T11:54:16.694Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ddc3500b-015c-4a30-bd01-93f0c53ea0ed/model-vers/model-ver/4cec6c52-9035-44ed-bd5b-4d34dce323a0?depth=0|INFO|500||InvokeReturn 2021-11-14T11:54:16.694Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ddc3500b-015c-4a30-bd01-93f0c53ea0ed/model-vers/model-ver/4cec6c52-9035-44ed-bd5b-4d34dce323a0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211114-11:54:16:471-50823], vertex-id=[217312], Content-Length=[0], Date=[Sun, 14 Nov 2021 11:54:16 GMT], Content-Type=[application/json]} 2021-11-14T11:54:16.695Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-11-14T11:54:16.695Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-14T11:54:16.695Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T11:54:16.700Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-11-14T11:54:16.700Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-14T11:54:16.700Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-14T11:54:16.700Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T11:54:16.703Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T11:54:16.703Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890856700, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-14T11:54:16.803Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T11:54:16.804Z||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-11-14T11:54:16.804Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T11:54:16.819Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:54:16.819Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-11-14T11:54:17.717Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:54:17.718Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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-11-14T11:54:17.718Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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 y8jkQCurU51uIC5X) ... 2021-11-14T11:54:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:54:23.792Z||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-11-14T11:54:23.792Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:54:24.420Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:54:24.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-14T11:54:24.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636890856700, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-14T11:54:24.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T11:54:28.339Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:54:28.339Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:54:28.340Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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-11-14T11:54:28.340Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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 y8jkQCurU51uIC5X) ... 2021-11-14T11:54:37.882Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:54:37.883Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:54:37.883Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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-11-14T11:54:37.883Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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 y8jkQCurU51uIC5X) ... 2021-11-14T11:54:47.440Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:55:23.788Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:55:23.789Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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-11-14T11:55:23.789Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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 y8jkQCurU51uIC5X) ... 2021-11-14T11:55:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:55:23.791Z||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-11-14T11:55:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:55:33.334Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:55:33.341Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:56:23.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:56:23.789Z||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-11-14T11:56:23.789Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:56:23.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:56:23.791Z||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-11-14T11:56:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:56:33.337Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:56:33.345Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:57:23.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:57:23.788Z||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-11-14T11:57:23.788Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:57:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:57:23.790Z||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-11-14T11:57:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:57:33.336Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:57:33.338Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:58:23.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:58:23.788Z||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-11-14T11:58:23.788Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:58:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:58:23.791Z||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-11-14T11:58:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:58:33.337Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:58:33.340Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:59:23.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:59:23.788Z||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-11-14T11:59:23.788Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:59:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T11:59:23.790Z||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-11-14T11:59:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T11:59:33.332Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T11:59:33.334Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:00:23.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:00:23.788Z||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-11-14T12:00:23.788Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:00:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:00:23.790Z||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-11-14T12:00:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:00:33.335Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:00:33.347Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:01:23.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:01:23.788Z||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-11-14T12:01:23.788Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:01:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:01:23.790Z||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-11-14T12:01:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:01:24.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:01:24.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9f9e03bf-293d-45fc-acb3-5f8652d25d6d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c983a183-c6e4-4066-805e-a9917ed23e31","serviceDescription":"service","serviceInvariantUUID":"aa058b86-8e33-4dd1-87a0-833f6018f709","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"db25daf8-99ec-4a1d-8712-5cc9abf2e37e","resourceInvariantUUID":"efd94371-4805-434c-aa4e-1d10cc6d6560","resourceCustomizationUUID":"873a8887-992f-457f-aa25-4b46ca16a7dd","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":"ZWYwNTVmMmNiNDhhZmM1OTQxMjBiM2U4ODlhY2VmNzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"662985fc-6d29-4d9f-9b8a-1e75f3d73ee8","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzZjOGVmODFjNzgyNzEyM2ViODEyY2ZiNTdjNzIzODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72644120-2c2b-4b51-a3b4-34c263ceaade","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-14T12:01:24.422Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:01:24.423Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:01:24.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:01:24.425Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:01:24.425Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891283787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:01:24.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "dcae-sch", "timestamp": 1636891231955, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:01:24.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-14T12:01:24.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "ves-openapi-manager", "timestamp": 1636891229039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:01:24.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-14T12:01:24.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "cds", "timestamp": 1636891230551, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:01:24.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-14T12:01:24.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "cds", "timestamp": 1636891230551, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:01:24.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-14T12:01:24.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "dcae-sch", "timestamp": 1636891231955, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:01:24.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-14T12:01:24.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "ves-openapi-manager", "timestamp": 1636891229039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:01:24.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-14T12:01:24.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "cds", "timestamp": 1636891238669, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:01:24.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:01:24.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "policy-id", "timestamp": 1636891238404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:01:24.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-14T12:01:24.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "cds", "timestamp": 1636891239673, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:01:24.448Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9f9e03bf-293d-45fc-acb3-5f8652d25d6d 2021-11-14T12:01:24.448Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f9e03bf-293d-45fc-acb3-5f8652d25d6d 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-11-14T12:01:24.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "policy-id", "timestamp": 1636891238404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:01:24.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-14T12:01:24.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "clamp", "timestamp": 1636891240353, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:01:24.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-14T12:01:24.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "policy-id", "timestamp": 1636891241089, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:01:24.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:01:24.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "clamp", "timestamp": 1636891240353, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:01:24.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-14T12:01:24.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "policy-id", "timestamp": 1636891242092, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:01:24.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:01:24.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "policy-id", "timestamp": 1636891243095, "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-11-14T12:01:24.459Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f9e03bf-293d-45fc-acb3-5f8652d25d6d 2021-11-14T12:01:24.460Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f9e03bf-293d-45fc-acb3-5f8652d25d6d 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-11-14T12:01:24.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891244063, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:01:24.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-14T12:01:24.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "multicloud-k8s-id", "timestamp": 1636891244052, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:01:24.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-14T12:01:24.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "aai-ml", "timestamp": 1636891244522, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:01:24.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-14T12:01:24.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "clamp", "timestamp": 1636891245586, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:01:24.470Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:01:24.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891244063, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:01:24.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-14T12:01:24.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "multicloud-k8s-id", "timestamp": 1636891244052, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:01:24.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-14T12:01:24.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "aai-ml", "timestamp": 1636891244522, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:01:24.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-14T12:01:24.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891246771, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:01:24.471Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:01:24.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "aai-ml", "timestamp": 1636891247363, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:01:24.471Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:01:24.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "clamp", "timestamp": 1636891247597, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:01:24.471Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:01:24.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891248156, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:01:24.472Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:01:24.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "clamp", "timestamp": 1636891248599, "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-11-14T12:01:24.477Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9f9e03bf-293d-45fc-acb3-5f8652d25d6d 2021-11-14T12:01:24.477Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f9e03bf-293d-45fc-acb3-5f8652d25d6d 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-11-14T12:01:24.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891249160, "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-11-14T12:01:24.490Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9f9e03bf-293d-45fc-acb3-5f8652d25d6d 2021-11-14T12:01:24.490Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f9e03bf-293d-45fc-acb3-5f8652d25d6d 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-11-14T12:01:24.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "aai-ml", "timestamp": 1636891251448, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:01:24.500Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:01:24.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-14T12:01:24.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "aai-ml", "timestamp": 1636891252452, "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-11-14T12:01:24.506Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9f9e03bf-293d-45fc-acb3-5f8652d25d6d 2021-11-14T12:01:24.506Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f9e03bf-293d-45fc-acb3-5f8652d25d6d 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-11-14T12:01:24.525Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:01:24.526Z||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-11-14T12:01:24.526Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:01:24.541Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:01:24.541Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:01:25.426Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:01:25.427Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:01:25.429Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:01:25.429Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891283787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:01:25.529Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:01:25.530Z||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-11-14T12:01:25.530Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:01:25.544Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:01:25.544Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:01:26.430Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "c983a183-c6e4-4066-805e-a9917ed23e31", "serviceDescription": "service", "serviceInvariantUUID": "aa058b86-8e33-4dd1-87a0-833f6018f709", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "873a8887-992f-457f-aa25-4b46ca16a7dd", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "db25daf8-99ec-4a1d-8712-5cc9abf2e37e", "resourceInvariantUUID": "efd94371-4805-434c-aa4e-1d10cc6d6560", "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": "MzZjOGVmODFjNzgyNzEyM2ViODEyY2ZiNTdjNzIzODk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "72644120-2c2b-4b51-a3b4-34c263ceaade" } ], "workloadContext": "Production" } 2021-11-14T12:01:26.430Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-14T12:01:26.431Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c983a183-c6e4-4066-805e-a9917ed23e31 ASDC 2021-11-14T12:01:26.431Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:9f9e03bf-293d-45fc-acb3-5f8652d25d6d ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:c983a183-c6e4-4066-805e-a9917ed23e31 ServiceInvariantUUID:aa058b86-8e33-4dd1-87a0-833f6018f709 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:72644120-2c2b-4b51-a3b4-34c263ceaade ArtifactChecksum:MzZjOGVmODFjNzgyNzEyM2ViODEyY2ZiNTdjNzIzODk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:873a8887-992f-457f-aa25-4b46ca16a7dd ResourceInvariantUUID:efd94371-4805-434c-aa4e-1d10cc6d6560 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:db25daf8-99ec-4a1d-8712-5cc9abf2e37e ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-11-14T12:01:26.431Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c983a183-c6e4-4066-805e-a9917ed23e31 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-11-14T12:01:26.454Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-14T12:01:26.455Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-14T12:01:26.455Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-14T12:01:26.455Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 72644120-2c2b-4b51-a3b4-34c263ceaade from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-14T12:01:26.455Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-14T12:01:26.456Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-14T12:01:26.549Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-14T12:01:26.553Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 72644120-2c2b-4b51-a3b4-34c263ceaade 52485 2021-11-14T12:01:26.554Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-14T12:01:26.554Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-14T12:01:26.554Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T12:01:26.554Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:01:26.557Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:01:26.557Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891286554, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:01:26.657Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:01:26.658Z||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-11-14T12:01:26.658Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:01:26.672Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:01:26.672Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:01:27.558Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-14T12:01:27.559Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-14T12:01:27.560Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 72644120-2c2b-4b51-a3b4-34c263ceaade, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-14T12:01:27.560Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-11-14T12:01:27.561Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-14T12:01:27.561Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-14T12:01:27.652Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1469303151199542139/Definitions/service-BasicNetwork-template.yml 2021-11-14T12:01:27.956Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-14T12:01:27.956Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-11-14T12:01:27.956Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-14T12:01:27.956Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-11-14T12:01:27.956Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-11-14T12:01:27.956Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-11-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-11-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-11-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-11-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-11-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-11-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-11-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-11-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:01:27.957Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:01:27.958Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:01:27.959Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:01:27.959Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:01:27.959Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:01:27.959Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:01:27.959Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:01:27.959Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:01:27.959Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:c983a183-c6e4-4066-805e-a9917ed23e31 Model Version:NULL Model InvariantUuid:aa058b86-8e33-4dd1-87a0-833f6018f709 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:efd94371-4805-434c-aa4e-1d10cc6d6560 Model UUID:6729f7a6-bef0-4f26-a0db-dde6034f905d Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:873a8887-992f-457f-aa25-4b46ca16a7dd Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-14T12:01:27.965Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: db25daf8-99ec-4a1d-8712-5cc9abf2e37e 2021-11-14T12:01:27.965Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||No resources found for Service: c983a183-c6e4-4066-805e-a9917ed23e31 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:01:27.970Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500|| 2021-11-14T12:01:27.970Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-11-14T12:01:27.971Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||No resources found for Service: c983a183-c6e4-4066-805e-a9917ed23e31 2021-11-14T12:01:27.971Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c983a183-c6e4-4066-805e-a9917ed23e31 2021-11-14T12:01:27.971Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-11-14T12:01:27.971Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:01:27.976Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@704112e8, org.onap.sdc.toscaparser.api.parameters.Input@2c9e7204, org.onap.sdc.toscaparser.api.parameters.Input@70142f77, org.onap.sdc.toscaparser.api.parameters.Input@65f08001, org.onap.sdc.toscaparser.api.parameters.Input@1dde0805] 2021-11-14T12:01:27.977Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:01:27.978Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:01:27.978Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:01:27.978Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:01:27.978Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c983a183-c6e4-4066-805e-a9917ed23e31: Generic NeutronNet 2021-11-14T12:01:27.978Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:01:27.979Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:01:27.979Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:01:27.979Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-11-14T12:01:28.001Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:01:28.001Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:01:28.002Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:01:28.002Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:01:28.002Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:01:28.002Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:01:28.002Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-14T12:01:28.053Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-11-14T12:01:28.054Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-14T12:01:28.054Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-14T12:01:28.054Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T12:01:28.054Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:01:28.056Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:01:28.056Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891288054, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:01:28.156Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:01:28.157Z||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-11-14T12:01:28.157Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:01:28.172Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:01:28.172Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:01:29.057Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f9e03bf-293d-45fc-acb3-5f8652d25d6d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:01:29.070Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f9e03bf-293d-45fc-acb3-5f8652d25d6d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:01:29.074Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:01:29.074Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-14T12:01:29.074Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-14T12:01:29.074Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-14T12:01:29.074Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:01:29.074Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:01:29.074Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:01:29.075Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:01:29.075Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:01:29.075Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:01:29.075Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-11-14T12:01:29.081Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-14T12:01:59.081Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f9e03bf-293d-45fc-acb3-5f8652d25d6d 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-11-14T12:01:59.089Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f9e03bf-293d-45fc-acb3-5f8652d25d6d and serviceModelVersionId: c983a183-c6e4-4066-805e-a9917ed23e31 2021-11-14T12:01:59.089Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa058b86-8e33-4dd1-87a0-833f6018f709 2021-11-14T12:01:59.090Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?depth=0 2021-11-14T12:01:59.095Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-11-14T12:01:59.130Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?depth=0|INFO|500||Invoke 2021-11-14T12:01:59.131Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f9e03bf-293d-45fc-acb3-5f8652d25d6d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[99ffc866-a402-436a-a0ec-f529df3bb01a], X-ECOMP-RequestID=[9f9e03bf-293d-45fc-acb3-5f8652d25d6d], X-TransactionId=[], X-ONAP-RequestID=[9f9e03bf-293d-45fc-acb3-5f8652d25d6d], Content-Type=[application/merge-patch+json]} 2021-11-14T12:01:59.149Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-14T12:01:59.450Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211114-12:01:59:160-39138], vertex-id=[389120], Content-Length=[0], Date=[Sun, 14 Nov 2021 12:01:59 GMT], Content-Type=[application/json]} 2021-11-14T12:01:59.451Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-14T12:01:59.452Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa058b86-8e33-4dd1-87a0-833f6018f709/model-vers/model-ver/c983a183-c6e4-4066-805e-a9917ed23e31?depth=0|INFO|500||InvokeReturn 2021-11-14T12:01:59.452Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-14T12:01:59.452Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:01:59.457Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||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-11-14T12:01:59.457Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f9e03bf-293d-45fc-acb3-5f8652d25d6d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-14T12:01:59.457Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-14T12:01:59.458Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:01:59.460Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:01:59.460Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891319457, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-14T12:01:59.560Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:01:59.561Z||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-11-14T12:01:59.561Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:01:59.576Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:01:59.577Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 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-11-14T12:02:23.787Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:02:23.788Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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-11-14T12:02:23.788Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:02:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:02:23.790Z||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-11-14T12:02:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:02:23.914Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:02:23.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:02:23.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891283787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:02:23.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:02:24.414Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:02:24.415Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-14T12:02:24.415Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47","serviceName":"Demo_pNF_D9ElFjIkqfDVtgJleAnA","serviceVersion":"1.0","serviceUUID":"b902e919-f031-42c9-9ec0-794da923877e","serviceDescription":"catalog service description","serviceInvariantUUID":"e3043688-29f4-4b41-ab98-6eccb490a46e","resources":[{"resourceInstanceName":"pNF 60ad5ead-840f 0","resourceName":"pNF 60ad5ead-840f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f9c8dc61-fb5f-4c22-96db-fa7e1a9151a7","resourceInvariantUUID":"cd25bca2-15ce-4d1f-b024-53525a72ceaa","resourceCustomizationUUID":"e752cb4f-a516-44a8-bd07-02f433d12d14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vf-license-model.xml","artifactChecksum":"MzQzMWZlZjQyYTgwMTgzZTU0ODhjNWM5N2ZjZmE1YWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9066e7fa-b8f7-4529-b40f-74486f039547","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/pNF.csar","artifactChecksum":"YmI0MDg0NmQ0N2JmOWU5Njc0NDNiMzMwZGNmZWVkN2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"780c13e6-e6eb-4fe2-af7c-694ec70d5388","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26b7279c-3283-4255-a610-e491dbd1b368","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vendor-license-model.xml","artifactChecksum":"N2MxM2UzYjRlNzg4YjdhMjE0ZWQyYWFlMDI2NjJiMDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cec6ee23-2d03-4d80-8069-3f6a9c9198c5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99ecdb74-1c39-4478-ad84-67daf8898bc9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f568a4c5-ef86-45d4-ba3c-bfcc3aad7b06","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfD9elfjikqfdvtgjleana-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-template.yml","artifactChecksum":"YTg3OGQ3ZDIzMjA5ZTI3ZDE1YTQxMWRmNWM5MDNjMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0ca7231d-9694-427c-8065-4d88591810c3","artifactVersion":"1"},{"artifactName":"service-DemoPnfD9elfjikqfdvtgjleana-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar","artifactChecksum":"ZWJkOTRmOGRkOWMwMWY0N2NmOGI5ZGM0OWZkNTAwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"172aa339-3252-41ba-9eeb-052f4d6485bb","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-14T12:02:24.418Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:02:24.418Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:02:24.420Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:02:24.420Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891343787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:02:24.520Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:02:24.521Z||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-11-14T12:02:24.521Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:02:24.534Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:02:24.535Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:02:25.421Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:02:25.421Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:02:25.424Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:02:25.424Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891343787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:02:25.524Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:02:25.525Z||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-11-14T12:02:25.525Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:02:25.537Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:02:25.538Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:02:26.425Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:02:26.426Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:02:26.427Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:02:26.428Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891343787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:02:26.528Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:02:26.528Z||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-11-14T12:02:26.528Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:02:26.541Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:02:26.542Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:02:27.428Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:02:27.429Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:02:27.430Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:02:27.430Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891343787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:02:27.531Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:02:27.531Z||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-11-14T12:02:27.531Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:02:27.546Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:02:27.546Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:02:28.431Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:02:28.432Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:02:28.434Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:02:28.434Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891343787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:02:28.534Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:02:28.535Z||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-11-14T12:02:28.535Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:02:28.548Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:02:28.549Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-14T12:02:29.434Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:02:29.435Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:02:29.436Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:02:29.436Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891343787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:02:29.536Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:02:29.537Z||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-11-14T12:02:29.538Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:02:29.551Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:02:29.551Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:02:30.437Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:02:30.437Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:02:30.439Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:02:30.439Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891343787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:02:30.540Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-14T12:02:30.541Z||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-11-14T12:02:30.541Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:02:30.562Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:02:30.563Z||pool-46-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:02:31.440Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:02:31.441Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:02:31.443Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:02:31.443Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891343787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:02:31.543Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:02:31.544Z||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-11-14T12:02:31.544Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:02:31.557Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:02:31.557Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-14T12:02:32.444Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "serviceName": "Demo_pNF_D9ElFjIkqfDVtgJleAnA", "serviceVersion": "1.0", "serviceUUID": "b902e919-f031-42c9-9ec0-794da923877e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e3043688-29f4-4b41-ab98-6eccb490a46e", "resources": [ { "resourceInstanceName": "pNF 60ad5ead-840f 0", "resourceCustomizationUUID": "e752cb4f-a516-44a8-bd07-02f433d12d14", "resourceName": "pNF 60ad5ead-840f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f9c8dc61-fb5f-4c22-96db-fa7e1a9151a7", "resourceInvariantUUID": "cd25bca2-15ce-4d1f-b024-53525a72ceaa", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "artifactChecksum": "ZWJkOTRmOGRkOWMwMWY0N2NmOGI5ZGM0OWZkNTAwMDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "172aa339-3252-41ba-9eeb-052f4d6485bb" } ], "workloadContext": "Production" } 2021-11-14T12:02:32.445Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-14T12:02:32.445Z|b2b4c2aa-019d-4f22-b6a6-1e6baedebd8c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b902e919-f031-42c9-9ec0-794da923877e ASDC 2021-11-14T12:02:32.445Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 ServiceName:Demo_pNF_D9ElFjIkqfDVtgJleAnA ServiceVersion:1.0 ServiceUUID:b902e919-f031-42c9-9ec0-794da923877e ServiceInvariantUUID:e3043688-29f4-4b41-ab98-6eccb490a46e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfD9elfjikqfdvtgjleana-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar ArtifactUUID:172aa339-3252-41ba-9eeb-052f4d6485bb ArtifactChecksum:ZWJkOTRmOGRkOWMwMWY0N2NmOGI5ZGM0OWZkNTAwMDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 60ad5ead-840f 0 ResourceCustomizationUUID:e752cb4f-a516-44a8-bd07-02f433d12d14 ResourceInvariantUUID:cd25bca2-15ce-4d1f-b024-53525a72ceaa ResourceName:pNF 60ad5ead-840f ResourceType:PNF ResourceUUID:f9c8dc61-fb5f-4c22-96db-fa7e1a9151a7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-14T12:02:32.445Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b902e919-f031-42c9-9ec0-794da923877e 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-11-14T12:02:32.469Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-14T12:02:32.470Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T12:02:32.470Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T12:02:32.470Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 172aa339-3252-41ba-9eeb-052f4d6485bb from URL: /sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar 2021-11-14T12:02:32.470Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T12:02:32.470Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar 2021-11-14T12:02:33.160Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T12:02:33.167Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar 172aa339-3252-41ba-9eeb-052f4d6485bb 82612 2021-11-14T12:02:33.168Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar ASDC sendASDCNotification 2021-11-14T12:02:33.168Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar 2021-11-14T12:02:33.168Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T12:02:33.168Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:02:33.171Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:02:33.171Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891353167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:02:33.271Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:02:33.272Z||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-11-14T12:02:33.272Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:02:33.285Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:02:33.285Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-14T12:02:34.171Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-14T12:02:34.172Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T12:02:34.172Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 172aa339-3252-41ba-9eeb-052f4d6485bb, URL: /sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar to file: /app/ASDC/1/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar 2021-11-14T12:02:34.173Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfD9elfjikqfdvtgjleana-csar.csar 2021-11-14T12:02:34.173Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar 2021-11-14T12:02:34.173Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar 2021-11-14T12:02:34.257Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5412901219235200745/Definitions/service-DemoPnfD9elfjikqfdvtgjleana-template.yml 2021-11-14T12:02:34.855Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-14T12:02:34.855Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-14T12:02:34.855Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar 2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar 2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar 2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar 2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar 2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar 2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 60ad5ead-840f 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-DemoPnfD9elfjikqfdvtgjleana-csar.csar 2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar 2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9ElFjIkqfDVtgJleAnA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:02:34.856Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Node template pNF 60ad5ead-840f 0 is matching search criteria 2021-11-14T12:02:34.857Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-14T12:02:34.857Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 60ad5ead-840f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-14T12:02:34.857Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:02:34.857Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9ElFjIkqfDVtgJleAnA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:02:34.857Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Node template pNF 60ad5ead-840f 0 is matching search criteria 2021-11-14T12:02:34.857Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-14T12:02:34.857Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 60ad5ead-840f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-14T12:02:34.857Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:02:34.858Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9ElFjIkqfDVtgJleAnA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:02:34.858Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:02:34.858Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9ElFjIkqfDVtgJleAnA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:02:34.858Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:02:34.858Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9ElFjIkqfDVtgJleAnA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:02:34.858Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:02:34.858Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9ElFjIkqfDVtgJleAnA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:02:34.859Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:02:34.859Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9ElFjIkqfDVtgJleAnA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:02:34.859Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_D9ElFjIkqfDVtgJleAnA Description:catalog service description Model UUID:b902e919-f031-42c9-9ec0-794da923877e Model Version:NULL Model InvariantUuid:e3043688-29f4-4b41-ab98-6eccb490a46e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-14T12:02:34.863Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: f9c8dc61-fb5f-4c22-96db-fa7e1a9151a7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:02:34.865Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||pNF 60ad5ead-840f 0 2021-11-14T12:02:34.865Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f9c8dc61-fb5f-4c22-96db-fa7e1a9151a7 2021-11-14T12:02:34.865Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||No resources found for Service: b902e919-f031-42c9-9ec0-794da923877e 2021-11-14T12:02:34.866Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b902e919-f031-42c9-9ec0-794da923877e 2021-11-14T12:02:34.866Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 60ad5ead-840f 0 f9c8dc61-fb5f-4c22-96db-fa7e1a9151a7 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:02:34.869Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71f04783, org.onap.sdc.toscaparser.api.parameters.Input@7b7ccaa5, org.onap.sdc.toscaparser.api.parameters.Input@2d509f1f, org.onap.sdc.toscaparser.api.parameters.Input@6bd49702, org.onap.sdc.toscaparser.api.parameters.Input@18eb19a4] 2021-11-14T12:02:34.869Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:02:34.869Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9ElFjIkqfDVtgJleAnA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:02:34.869Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b902e919-f031-42c9-9ec0-794da923877e: pNF 60ad5ead-840f 2021-11-14T12:02:34.869Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||Processing PNF resource: f9c8dc61-fb5f-4c22-96db-fa7e1a9151a7 2021-11-14T12:02:34.869Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:02:34.869Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9ElFjIkqfDVtgJleAnA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:02:34.869Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||Resource customization UUID: e752cb4f-a516-44a8-bd07-02f433d12d14 is the same as notified resource customizationUUID: e752cb4f-a516-44a8-bd07-02f433d12d14 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-14T12:02:34.908Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 60ad5ead-840f f9c8dc61-fb5f-4c22-96db-fa7e1a9151a7 0 ASDC deployResourceStructure 2021-11-14T12:02:34.909Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar ASDC sendASDCNotification 2021-11-14T12:02:34.909Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar 2021-11-14T12:02:34.909Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T12:02:34.909Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:02:34.911Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:02:34.911Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891354909, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:02:35.011Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:02:35.012Z||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-11-14T12:02:35.012Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:02:35.028Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:02:35.028Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:02:35.912Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:02:35.922Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:02:35.924Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:02:35.924Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T12:02:35.924Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T12:03:05.924Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:03:05.934Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:03:05.936Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:03:05.936Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T12:03:05.936Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T12:03:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:03:23.791Z||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-11-14T12:03:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:03:23.829Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:03:23.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891283787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:03:23.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891286554, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:03:23.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:03:23.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891288054, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:03:23.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:03:23.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "multicloud-k8s-id", "timestamp": 1636891284052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "ves-openapi-manager", "timestamp": 1636891289039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "multicloud-k8s-id", "timestamp": 1636891284052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "ves-openapi-manager", "timestamp": 1636891289039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "multicloud-k8s-id", "timestamp": 1636891284052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "cds", "timestamp": 1636891290551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "ves-openapi-manager", "timestamp": 1636891289039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "multicloud-k8s-id", "timestamp": 1636891284052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "cds", "timestamp": 1636891290551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "dcae-sch", "timestamp": 1636891291955, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "ves-openapi-manager", "timestamp": 1636891289039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "multicloud-k8s-id", "timestamp": 1636891284052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "cds", "timestamp": 1636891290551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "dcae-sch", "timestamp": 1636891291955, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "ves-openapi-manager", "timestamp": 1636891289039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "multicloud-k8s-id", "timestamp": 1636891284052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "cds", "timestamp": 1636891290551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "dcae-sch", "timestamp": 1636891291955, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "ves-openapi-manager", "timestamp": 1636891289039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-14T12:03:23.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "multicloud-k8s-id", "timestamp": 1636891284052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "cds", "timestamp": 1636891290551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "dcae-sch", "timestamp": 1636891291955, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "ves-openapi-manager", "timestamp": 1636891289039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "multicloud-k8s-id", "timestamp": 1636891284052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:03:23.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "cds", "timestamp": 1636891290551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "dcae-sch", "timestamp": 1636891291955, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "ves-openapi-manager", "timestamp": 1636891289039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "cds", "timestamp": 1636891290551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "dcae-sch", "timestamp": 1636891291955, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "ves-openapi-manager", "timestamp": 1636891297863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-14T12:03:23.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:03:23.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "cds", "timestamp": 1636891290551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:03:23.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "dcae-sch", "timestamp": 1636891291955, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "ves-openapi-manager", "timestamp": 1636891299058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-14T12:03:23.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:03:23.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "policy-id", "timestamp": 1636891298404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "cds", "timestamp": 1636891299359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:03:23.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:03:23.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "dcae-sch", "timestamp": 1636891291955, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "policy-id", "timestamp": 1636891298404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "ves-openapi-manager", "timestamp": 1636891300061, "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-11-14T12:03:23.850Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 2021-11-14T12:03:23.850Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 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-11-14T12:03:23.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "cds", "timestamp": 1636891300362, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-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-11-14T12:03:23.861Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 2021-11-14T12:03:23.861Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 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-11-14T12:03:23.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "clamp", "timestamp": 1636891300353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "policy-id", "timestamp": 1636891298404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "clamp", "timestamp": 1636891300353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "policy-id", "timestamp": 1636891298404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "clamp", "timestamp": 1636891300353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "policy-id", "timestamp": 1636891298404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "clamp", "timestamp": 1636891300353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "policy-id", "timestamp": 1636891298404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891304063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "clamp", "timestamp": 1636891300353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "policy-id", "timestamp": 1636891298404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "aai-ml", "timestamp": 1636891304522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891304063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "clamp", "timestamp": 1636891300353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "policy-id", "timestamp": 1636891298404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:03:23.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "aai-ml", "timestamp": 1636891304522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891304063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "clamp", "timestamp": 1636891300353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "aai-ml", "timestamp": 1636891304522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "policy-id", "timestamp": 1636891307242, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:03:23.872Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:03:23.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891304063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "clamp", "timestamp": 1636891300353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:03:23.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "aai-ml", "timestamp": 1636891304522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "policy-id", "timestamp": 1636891308245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:03:23.873Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:03:23.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891304063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "aai-ml", "timestamp": 1636891304522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "policy-id", "timestamp": 1636891309247, "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-11-14T12:03:23.878Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 2021-11-14T12:03:23.878Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 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-11-14T12:03:23.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891304063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "aai-ml", "timestamp": 1636891304522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891304063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "aai-ml", "timestamp": 1636891304522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:03:23.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891304063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:03:23.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "aai-ml", "timestamp": 1636891304522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:03:23.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:03:23.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891313453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:03:23.891Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:03:23.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "aai-ml", "timestamp": 1636891313525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:03:23.891Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:03:23.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "clamp", "timestamp": 1636891313598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:03:23.891Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:03:23.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "clamp", "timestamp": 1636891314618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:03:23.892Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:03:23.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891315018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:03:23.892Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:03:23.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "clamp", "timestamp": 1636891315621, "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-11-14T12:03:23.896Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 2021-11-14T12:03:23.896Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 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-11-14T12:03:23.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891316022, "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-11-14T12:03:23.907Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 2021-11-14T12:03:23.908Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 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-11-14T12:03:23.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "aai-ml", "timestamp": 1636891317560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:03:23.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:03:23.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "aai-ml", "timestamp": 1636891318564, "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-11-14T12:03:23.918Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 2021-11-14T12:03:23.918Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 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-11-14T12:03:23.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:03:23.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f9e03bf-293d-45fc-acb3-5f8652d25d6d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891319457, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-14T12:03:23.925Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:03:35.937Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:03:35.948Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:03:35.951Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:03:35.951Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-14T12:03:35.951Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-14T12:03:35.951Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-14T12:03:35.951Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:03:35.951Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:03:35.951Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:03:35.951Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:03:35.951Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:03:35.951Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:03:35.951Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:03:35.951Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-14T12:03:35.956Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-14T12:04:05.956Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 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-11-14T12:04:05.961Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 and serviceModelVersionId: b902e919-f031-42c9-9ec0-794da923877e 2021-11-14T12:04:05.961Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e3043688-29f4-4b41-ab98-6eccb490a46e 2021-11-14T12:04:05.962Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e3043688-29f4-4b41-ab98-6eccb490a46e/model-vers/model-ver/b902e919-f031-42c9-9ec0-794da923877e?depth=0 2021-11-14T12:04:05.967Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-14T12:04:06.001Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3043688-29f4-4b41-ab98-6eccb490a46e/model-vers/model-ver/b902e919-f031-42c9-9ec0-794da923877e?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-11-14T12:04:06.002Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3043688-29f4-4b41-ab98-6eccb490a46e/model-vers/model-ver/b902e919-f031-42c9-9ec0-794da923877e?depth=0|INFO|500||Invoke 2021-11-14T12:04:06.021Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3043688-29f4-4b41-ab98-6eccb490a46e/model-vers/model-ver/b902e919-f031-42c9-9ec0-794da923877e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-14T12:04:06.157Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3043688-29f4-4b41-ab98-6eccb490a46e/model-vers/model-ver/b902e919-f031-42c9-9ec0-794da923877e?depth=0|INFO|500||InvokeReturn 2021-11-14T12:04:06.157Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3043688-29f4-4b41-ab98-6eccb490a46e/model-vers/model-ver/b902e919-f031-42c9-9ec0-794da923877e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211114-12:04:06:030-37484], vertex-id=[155792], Content-Length=[0], Date=[Sun, 14 Nov 2021 12:04:06 GMT], Content-Type=[application/json]} 2021-11-14T12:04:06.158Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-11-14T12:04:06.158Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-14T12:04:06.158Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:04:06.162Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-11-14T12:04:06.162Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-14T12:04:06.162Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-14T12:04:06.162Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:04:06.164Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:04:06.165Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891446162, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-14T12:04:06.265Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:04:06.266Z||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-11-14T12:04:06.266Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:04:06.284Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:06.284Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 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-11-14T12:04:07.175Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:04:07.176Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|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-11-14T12:04:07.176Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:04:07.801Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:07.802Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-14T12:04:07.802Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"262f9ceb-9f23-44d7-b418-91c76e08fec3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a","serviceDescription":"service","serviceInvariantUUID":"cf1eae37-8633-43b9-a215-de6e6ab5ed36","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"23fc3c2f-2658-4536-8668-d978834cf8ca","resourceInvariantUUID":"6d853e2c-074f-4c3e-9582-9889ca4fcde6","resourceCustomizationUUID":"7d4b14c1-c8ba-4ee2-a786-3fe791658ef5","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":"NTZmMDA0ZjFjZWJmZTE2ZTMyYTM0YzRiY2E5M2RmOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8885b1d5-5156-436d-b301-c315c73682ec","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":"OTE4NmMxODdkYmFhNWNkNTU5NjA1NjZhOWI0MTE0NGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"79a62bd0-05e6-462c-b101-005f320d400f","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"161ef184-2758-474f-a19d-4632818008e6","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":"41714e83-74d7-452e-9dd5-872ed1f05e04","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"76872a10-5588-4ea0-874c-4885b588571d","artifactVersion":"2","generatedFromUUID":"161ef184-2758-474f-a19d-4632818008e6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZmUyZjVkMjQ0MmNkOTRjM2U1MWMxNGUzZDAyNWRlNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b70663c3-b7bc-4fec-8f82-814d1ffd9bd5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzQzYTczMjNjODQ1ZmNkZmVkMzVmNTE3MjlhNjc3OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f2a7b41-a9d3-44b2-b405-d7d1cba4c691","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-14T12:04:07.804Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:04:07.805Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:04:07.807Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:04:07.807Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:04:07.907Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:04:07.908Z||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-11-14T12:04:07.908Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:04:07.921Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:07.921Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:04:08.808Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:04:08.808Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:04:08.810Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:04:08.810Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-14T12:04:08.910Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:04:08.911Z||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-11-14T12:04:08.911Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:04:08.925Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:08.926Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:04:09.811Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:04:09.812Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:04:09.814Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:04:09.814Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-14T12:04:09.914Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:04:09.915Z||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-11-14T12:04:09.915Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:04:09.929Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:09.929Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:04:10.815Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:04:10.816Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:04:10.819Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:04:10.819Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:04:10.919Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:04:10.920Z||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-11-14T12:04:10.920Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:04:10.934Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:10.935Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:04:11.819Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:04:11.821Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:04:11.822Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:04:11.822Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-14T12:04:11.923Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-14T12:04:11.923Z||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-11-14T12:04:11.923Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:04:11.937Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:11.938Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:04:12.823Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:04:12.824Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:04:12.826Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:04:12.826Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:04:12.927Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:04:12.928Z||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-11-14T12:04:12.928Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:04:12.942Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:12.943Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-14T12:04:13.827Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:04:13.828Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:04:13.830Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:04:13.831Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:04:13.931Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:04:13.931Z||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-11-14T12:04:13.932Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:04:13.944Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:13.944Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:04:14.833Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a", "serviceDescription": "service", "serviceInvariantUUID": "cf1eae37-8633-43b9-a215-de6e6ab5ed36", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7d4b14c1-c8ba-4ee2-a786-3fe791658ef5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "23fc3c2f-2658-4536-8668-d978834cf8ca", "resourceInvariantUUID": "6d853e2c-074f-4c3e-9582-9889ca4fcde6", "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": "OTE4NmMxODdkYmFhNWNkNTU5NjA1NjZhOWI0MTE0NGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "79a62bd0-05e6-462c-b101-005f320d400f", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "161ef184-2758-474f-a19d-4632818008e6", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "76872a10-5588-4ea0-874c-4885b588571d", "generatedFromUUID": "161ef184-2758-474f-a19d-4632818008e6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "76872a10-5588-4ea0-874c-4885b588571d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NzQzYTczMjNjODQ1ZmNkZmVkMzVmNTE3MjlhNjc3OTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3f2a7b41-a9d3-44b2-b405-d7d1cba4c691" } ], "workloadContext": "Production" } 2021-11-14T12:04:14.833Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-14T12:04:14.833Z|bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a ASDC 2021-11-14T12:04:14.833Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:262f9ceb-9f23-44d7-b418-91c76e08fec3 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a ServiceInvariantUUID:cf1eae37-8633-43b9-a215-de6e6ab5ed36 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:3f2a7b41-a9d3-44b2-b405-d7d1cba4c691 ArtifactChecksum:NzQzYTczMjNjODQ1ZmNkZmVkMzVmNTE3MjlhNjc3OTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7d4b14c1-c8ba-4ee2-a786-3fe791658ef5 ResourceInvariantUUID:6d853e2c-074f-4c3e-9582-9889ca4fcde6 ResourceName:basic_vm ResourceType:VF ResourceUUID:23fc3c2f-2658-4536-8668-d978834cf8ca 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:79a62bd0-05e6-462c-b101-005f320d400f ArtifactChecksum:OTE4NmMxODdkYmFhNWNkNTU5NjA1NjZhOWI0MTE0NGI= 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:161ef184-2758-474f-a19d-4632818008e6 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:76872a10-5588-4ea0-874c-4885b588571d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:76872a10-5588-4ea0-874c-4885b588571d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-14T12:04:14.834Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a 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-11-14T12:04:14.861Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-14T12:04:14.862Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T12:04:14.862Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T12:04:14.862Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3f2a7b41-a9d3-44b2-b405-d7d1cba4c691 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-14T12:04:14.862Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T12:04:14.863Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-14T12:04:15.120Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T12:04:15.123Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3f2a7b41-a9d3-44b2-b405-d7d1cba4c691 71049 2021-11-14T12:04:15.123Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-14T12:04:15.123Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-14T12:04:15.123Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T12:04:15.123Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:04:15.125Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:04:15.125Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891455123, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:04:15.225Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:04:15.226Z||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-11-14T12:04:15.226Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:04:15.238Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:15.239Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:04:16.125Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-14T12:04:16.127Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T12:04:16.127Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3f2a7b41-a9d3-44b2-b405-d7d1cba4c691, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-14T12:04:16.127Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-11-14T12:04:16.128Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-14T12:04:16.128Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-11-14T12:04:16.695Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10837031881704115349/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "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 2021-11-14T12:04:17.657Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-14T12:04:17.657Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-14T12:04:17.657Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-14T12:04:17.658Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-14T12:04:17.658Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-14T12:04:17.658Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||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-11-14T12:04:17.658Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-14T12:04:17.658Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||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-11-14T12:04:17.658Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-14T12:04:17.658Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-14T12:04:17.658Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-14T12:04:17.658Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||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-11-14T12:04:17.658Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-14T12:04:17.658Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-14T12:04:17.658Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:17.658Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:04:17.658Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-14T12:04:17.659Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-14T12:04:17.659Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-14T12:04:17.659Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:17.659Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:04:17.659Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-14T12:04:17.659Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-14T12:04:17.659Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-14T12:04:17.659Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:17.659Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:04:17.659Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:17.659Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-14T12:04:17.659Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-14T12:04:17.659Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-14T12:04:17.660Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-14T12:04:17.660Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-14T12:04:17.660Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-14T12:04:17.660Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:17.660Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-14T12:04:17.660Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:17.660Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-14T12:04:17.660Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:04:17.660Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:17.660Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-14T12:04:17.660Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:04:17.660Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:17.661Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-14T12:04:17.661Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:04:17.661Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:17.661Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-14T12:04:17.661Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-14T12:04:17.661Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-14T12:04:17.661Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=83fc3c85-fcd2-481d-8340-6619fbffa3bc 2021-11-14T12:04:17.661Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:17.661Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:04:17.661Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:17.661Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:04:17.661Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:17.661Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:04:17.661Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:17.661Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:04:17.662Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a Model Version:NULL Model InvariantUuid:cf1eae37-8633-43b9-a215-de6e6ab5ed36 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:7ee838d1-8518-4232-addb-d62a5b2ccac4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6d853e2c-074f-4c3e-9582-9889ca4fcde6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7d4b14c1-c8ba-4ee2-a786-3fe791658ef5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d213ab25-6f57-4fd5-bdfe-bf9bed6b45a8 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:1e76dc2a-2b3a-4724-acad-0b483fb34a08 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:83fc3c85-fcd2-481d-8340-6619fbffa3bc ModelInvariantUuid:a1ab0834-48cb-4e1e-8298-05a748b83ee6 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:0c25a503-3b32-4565-b23d-94765d0269a1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:cbcd453c-4671-4fea-97c9-dd79176bdcba ModelInvariantUuid:ea10a269-b702-4b2a-bb7d-c04bf8ce4d8b ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:6f839b37-ed80-458d-b38b-a31cf78c3525 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-14T12:04:17.668Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 23fc3c2f-2658-4536-8668-d978834cf8ca Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:04:17.670Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||basic_vm 0 2021-11-14T12:04:17.670Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 23fc3c2f-2658-4536-8668-d978834cf8ca 2021-11-14T12:04:17.670Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 79a62bd0-05e6-462c-b101-005f320d400f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-14T12:04:17.670Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T12:04:17.671Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-14T12:04:17.756Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T12:04:17.756Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 79a62bd0-05e6-462c-b101-005f320d400f 787 2021-11-14T12:04:17.757Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-14T12:04:17.757Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-14T12:04:17.757Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T12:04:17.757Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:04:17.760Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:04:17.760Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891457757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-14T12:04:17.860Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:04:17.861Z||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-11-14T12:04:17.861Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:04:17.875Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:17.876Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:04:18.760Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d213ab25-6f57-4fd5-bdfe-bf9bed6b45a8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1e76dc2a-2b3a-4724-acad-0b483fb34a08", "vfModuleModelCustomizationUUID": "044779f5-0045-4c9b-a459-ec8f479112ec", "isBase": true, "artifacts": [ "161ef184-2758-474f-a19d-4632818008e6", "76872a10-5588-4ea0-874c-4885b588571d" ], "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-11-14T12:04:18.763Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1e76dc2a-2b3a-4724-acad-0b483fb34a08 VfModuleModelInvariantUUID:d213ab25-6f57-4fd5-bdfe-bf9bed6b45a8 VfModuleModelDescription:NULL Artifacts UUID List:{ 161ef184-2758-474f-a19d-4632818008e6 , 76872a10-5588-4ea0-874c-4885b588571d } 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-11-14T12:04:18.765Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d213ab25-6f57-4fd5-bdfe-bf9bed6b45a8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1e76dc2a-2b3a-4724-acad-0b483fb34a08", "vfModuleModelCustomizationUUID": "044779f5-0045-4c9b-a459-ec8f479112ec", "isBase": true, "artifacts": [ "161ef184-2758-474f-a19d-4632818008e6", "76872a10-5588-4ea0-874c-4885b588571d" ], "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-11-14T12:04:18.765Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1e76dc2a-2b3a-4724-acad-0b483fb34a08 VfModuleModelInvariantUUID:d213ab25-6f57-4fd5-bdfe-bf9bed6b45a8 VfModuleModelDescription:NULL Artifacts UUID List:{ 161ef184-2758-474f-a19d-4632818008e6 , 76872a10-5588-4ea0-874c-4885b588571d } 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-11-14T12:04:18.765Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 161ef184-2758-474f-a19d-4632818008e6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-14T12:04:18.765Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T12:04:18.766Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-14T12:04:18.865Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T12:04:18.865Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 161ef184-2758-474f-a19d-4632818008e6 5033 2021-11-14T12:04:18.866Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-14T12:04:18.866Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-14T12:04:18.866Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T12:04:18.867Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:04:18.869Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:04:18.869Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891458866, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-14T12:04:18.969Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:04:18.970Z||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-11-14T12:04:18.970Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:04:18.985Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:18.985Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:04:19.870Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 76872a10-5588-4ea0-874c-4885b588571d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-14T12:04:19.870Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T12:04:19.870Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-14T12:04:19.978Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T12:04:19.978Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 76872a10-5588-4ea0-874c-4885b588571d 903 2021-11-14T12:04:19.978Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-14T12:04:19.978Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-14T12:04:19.978Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T12:04:19.979Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:04:19.980Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:04:19.981Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891459978, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-14T12:04:20.081Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:04:20.082Z||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-11-14T12:04:20.082Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:04:20.096Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:20.096Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:04:20.981Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a 2021-11-14T12:04:20.982Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 23fc3c2f-2658-4536-8668-d978834cf8ca ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:04:20.997Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a6524a8, org.onap.sdc.toscaparser.api.parameters.Input@4baa1d8c, org.onap.sdc.toscaparser.api.parameters.Input@9b9c413, org.onap.sdc.toscaparser.api.parameters.Input@6357f2db, org.onap.sdc.toscaparser.api.parameters.Input@6014da7d] 2021-11-14T12:04:20.999Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:20.999Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:04:20.999Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-11-14T12:04:20.999Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 7d4b14c1-c8ba-4ee2-a786-3fe791658ef5 2021-11-14T12:04:21.000Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7d4b14c1-c8ba-4ee2-a786-3fe791658ef5 matches Tosca VF Customization UUID: 7d4b14c1-c8ba-4ee2-a786-3fe791658ef5 2021-11-14T12:04:21.000Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 7d4b14c1-c8ba-4ee2-a786-3fe791658ef5 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-14T12:04:21.001Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:21.002Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:04:21.002Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 7d4b14c1-c8ba-4ee2-a786-3fe791658ef5: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2021-11-14T12:04:21.002Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@600acbcb 2021-11-14T12:04:21.002Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:21.002Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-14T12:04:21.002Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 044779f5-0045-4c9b-a459-ec8f479112ec 2021-11-14T12:04:21.003Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 044779f5-0045-4c9b-a459-ec8f479112ec Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-14T12:04:21.004Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:21.004Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-14T12:04:21.004Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:04:21.004Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:21.004Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-14T12:04:21.004Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:04:21.005Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:21.005Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-14T12:04:21.005Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-14T12:04:21.005Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-14T12:04:21.005Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=83fc3c85-fcd2-481d-8340-6619fbffa3bc Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-14T12:04:21.006Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:21.007Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-14T12:04:21.007Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:04:21.007Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:21.007Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-14T12:04:21.007Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=7d4b14c1-c8ba-4ee2-a786-3fe791658ef5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:04:21.008Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:21.008Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:04:21.009Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a: basic_vm 2021-11-14T12:04:21.009Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:21.009Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:04:21.009Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:21.009Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:04:21.009Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:21.009Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:04:21.009Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:21.010Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:04:21.010Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:04:21.010Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:04:21.010Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-14T12:04:21.078Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 23fc3c2f-2658-4536-8668-d978834cf8ca 1 ASDC deployResourceStructure 2021-11-14T12:04:21.079Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-14T12:04:21.079Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-14T12:04:21.079Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T12:04:21.079Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:04:21.081Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:04:21.081Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891461079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-14T12:04:21.181Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:04:21.182Z||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-11-14T12:04:21.182Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:04:21.195Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:21.196Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:04:22.081Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-14T12:04:22.082Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-14T12:04:22.082Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T12:04:22.083Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:04:22.085Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:04:22.085Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891462081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-14T12:04:22.185Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:04:22.186Z||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-11-14T12:04:22.186Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:04:22.200Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:22.200Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:04:23.085Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-14T12:04:23.086Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-14T12:04:23.086Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T12:04:23.087Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:04:23.089Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:04:23.089Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891463085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-14T12:04:23.189Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:04:23.190Z||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-11-14T12:04:23.190Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:04:23.202Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:23.202Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:04:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:04:23.791Z||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-11-14T12:04:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:04:23.819Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:23.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:04:23.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891343787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:04:23.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:04:23.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:04:23.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891343787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:04:23.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:04:23.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:04:23.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891343787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:04:23.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:04:23.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:04:23.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891343787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:04:23.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:04:23.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:04:23.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891343787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:04:23.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:04:23.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:04:23.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891343787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/resourceInstances/pnf60ad5ead840f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:04:23.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:04:23.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:04:23.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891343787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:04:23.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:04:23.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:04:23.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891343787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:04:23.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:04:23.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:04:23.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891353167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:04:23.823Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:04:23.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:04:23.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891354909, "artifactURL": "/sdc/v1/catalog/services/DemoPnfD9elfjikqfdvtgjleana/1.0/artifacts/service-DemoPnfD9elfjikqfdvtgjleana-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:04:23.823Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:04:24.090Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-14T12:04:24.090Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-14T12:04:24.091Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T12:04:24.091Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:04:24.092Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:04:24.093Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891464090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:04:24.193Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:04:24.194Z||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-11-14T12:04:24.194Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:04:24.206Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:04:24.206Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:04:25.093Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 262f9ceb-9f23-44d7-b418-91c76e08fec3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:04:25.104Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 262f9ceb-9f23-44d7-b418-91c76e08fec3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:04:25.108Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:04:25.108Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T12:04:25.108Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T12:04:55.108Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 262f9ceb-9f23-44d7-b418-91c76e08fec3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:04:55.117Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 262f9ceb-9f23-44d7-b418-91c76e08fec3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:04:55.118Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:04:55.118Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T12:04:55.119Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T12:05:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:05:23.790Z||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-11-14T12:05:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:05:23.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:05:23.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "dcae-sch", "timestamp": 1636891431955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "ves-openapi-manager", "timestamp": 1636891429039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "policy-id", "timestamp": 1636891438404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "ves-openapi-manager", "timestamp": 1636891429039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "dcae-sch", "timestamp": 1636891431955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "policy-id", "timestamp": 1636891438404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "ves-openapi-manager", "timestamp": 1636891429039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "dcae-sch", "timestamp": 1636891431955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "policy-id", "timestamp": 1636891438404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-14T12:05:23.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "cds", "timestamp": 1636891440551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "dcae-sch", "timestamp": 1636891431955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "ves-openapi-manager", "timestamp": 1636891429039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "policy-id", "timestamp": 1636891438404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "cds", "timestamp": 1636891440551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "ves-openapi-manager", "timestamp": 1636891429039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "dcae-sch", "timestamp": 1636891431955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "policy-id", "timestamp": 1636891438404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "cds", "timestamp": 1636891440551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "ves-openapi-manager", "timestamp": 1636891429039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "dcae-sch", "timestamp": 1636891431955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "policy-id", "timestamp": 1636891438404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "cds", "timestamp": 1636891440551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "ves-openapi-manager", "timestamp": 1636891429039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "dcae-sch", "timestamp": 1636891431955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "multicloud-k8s-id", "timestamp": 1636891444052, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "policy-id", "timestamp": 1636891438404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:05:23.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "cds", "timestamp": 1636891440551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "multicloud-k8s-id", "timestamp": 1636891444052, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-14T12:05:23.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae4ca2f-e65b-4a1e-ab03-7ab6c7d5ba47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891446162, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-14T12:05:23.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "cds", "timestamp": 1636891440551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "policy-id", "timestamp": 1636891446352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:05:23.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "multicloud-k8s-id", "timestamp": 1636891444052, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-14T12:05:23.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "cds", "timestamp": 1636891440551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:05:23.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "policy-id", "timestamp": 1636891447355, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:05:23.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "multicloud-k8s-id", "timestamp": 1636891444052, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "policy-id", "timestamp": 1636891448357, "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-11-14T12:05:23.843Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 262f9ceb-9f23-44d7-b418-91c76e08fec3 2021-11-14T12:05:23.843Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 262f9ceb-9f23-44d7-b418-91c76e08fec3 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-11-14T12:05:23.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "cds", "timestamp": 1636891448445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:05:23.850Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "multicloud-k8s-id", "timestamp": 1636891444052, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-14T12:05:23.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-14T12:05:23.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "cds", "timestamp": 1636891449448, "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-11-14T12:05:23.855Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 262f9ceb-9f23-44d7-b418-91c76e08fec3 2021-11-14T12:05:23.855Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 262f9ceb-9f23-44d7-b418-91c76e08fec3 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-11-14T12:05:23.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "ves-openapi-manager", "timestamp": 1636891449039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "multicloud-k8s-id", "timestamp": 1636891444052, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-14T12:05:23.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "ves-openapi-manager", "timestamp": 1636891449039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "multicloud-k8s-id", "timestamp": 1636891444052, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:05:23.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "clamp", "timestamp": 1636891450353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "ves-openapi-manager", "timestamp": 1636891449039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-14T12:05:23.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "multicloud-k8s-id", "timestamp": 1636891451938, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-14T12:05:23.865Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "clamp", "timestamp": 1636891450353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-14T12:05:23.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "dcae-sch", "timestamp": 1636891451955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-11-14T12:05:23.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "ves-openapi-manager", "timestamp": 1636891449039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "clamp", "timestamp": 1636891450353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "multicloud-k8s-id", "timestamp": 1636891453450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-14T12:05:23.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "dcae-sch", "timestamp": 1636891451955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "ves-openapi-manager", "timestamp": 1636891449039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:05:23.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "clamp", "timestamp": 1636891450353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "dcae-sch", "timestamp": 1636891451955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "ves-openapi-manager", "timestamp": 1636891449039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891454063, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "multicloud-k8s-id", "timestamp": 1636891454817, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-14T12:05:23.869Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "clamp", "timestamp": 1636891450353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891455123, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:05:23.869Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "aai-ml", "timestamp": 1636891454522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "dcae-sch", "timestamp": 1636891451955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "ves-openapi-manager", "timestamp": 1636891449039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891454063, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "multicloud-k8s-id", "timestamp": 1636891455836, "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-11-14T12:05:23.875Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 262f9ceb-9f23-44d7-b418-91c76e08fec3 2021-11-14T12:05:23.875Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 262f9ceb-9f23-44d7-b418-91c76e08fec3 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-11-14T12:05:23.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "clamp", "timestamp": 1636891450353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "aai-ml", "timestamp": 1636891454522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "cds", "timestamp": 1636891455551, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "dcae-sch", "timestamp": 1636891451955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "ves-openapi-manager", "timestamp": 1636891449039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891454063, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "multicloud-k8s-id", "timestamp": 1636891456839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-14T12:05:23.882Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "clamp", "timestamp": 1636891450353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:05:23.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "aai-ml", "timestamp": 1636891454522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "cds", "timestamp": 1636891455551, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "dcae-sch", "timestamp": 1636891451955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891454063, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891457757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-14T12:05:23.883Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "multicloud-k8s-id", "timestamp": 1636891444052, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "aai-ml", "timestamp": 1636891454522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "cds", "timestamp": 1636891455551, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "dcae-sch", "timestamp": 1636891451955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891454063, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "multicloud-k8s-id", "timestamp": 1636891444052, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891458866, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-14T12:05:23.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "policy-id", "timestamp": 1636891458404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "aai-ml", "timestamp": 1636891454522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "cds", "timestamp": 1636891455551, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "dcae-sch", "timestamp": 1636891451955, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891454063, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "multicloud-k8s-id", "timestamp": 1636891444052, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-14T12:05:23.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891459978, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-14T12:05:23.888Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "policy-id", "timestamp": 1636891458404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "aai-ml", "timestamp": 1636891454522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "cds", "timestamp": 1636891455551, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891454063, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:05:23.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "multicloud-k8s-id", "timestamp": 1636891444052, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-14T12:05:23.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "dcae-sch", "timestamp": 1636891461058, "artifactURL": "/sdc/v1/catalog/services/b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14/resourceInstances/basicclamp0/artifacts/3c395003-7296-44de-b792-ff973f1e2453", "status": "DOWNLOAD_OK" } 2021-11-14T12:05:23.890Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "policy-id", "timestamp": 1636891458404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891461079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-14T12:05:23.891Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "aai-ml", "timestamp": 1636891454522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:05:23.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "cds", "timestamp": 1636891455551, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891461791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:05:23.892Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "multicloud-k8s-id", "timestamp": 1636891444052, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "policy-id", "timestamp": 1636891458404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-14T12:05:23.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891462081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-14T12:05:23.893Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "cds", "timestamp": 1636891455551, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "aai-ml", "timestamp": 1636891462246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:05:23.893Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "dcae-sch", "timestamp": 1636891462379, "artifactURL": "/sdc/v1/catalog/services/b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14/resourceInstances/basicclamp0/artifacts/3c395003-7296-44de-b792-ff973f1e2453", "status": "DEPLOY_OK" } 2021-11-14T12:05:23.894Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "multicloud-k8s-id", "timestamp": 1636891444052, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-14T12:05:23.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "policy-id", "timestamp": 1636891458404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:05:23.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891463085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-14T12:05:23.895Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:05:23.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "cds", "timestamp": 1636891455551, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:05:23.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:05:23.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:05:23.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "dcae-sch", "timestamp": 1636891463383, "artifactURL": "/sdc/v1/catalog/services/b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14/resourceInstances/basicclamp0/artifacts/3c395003-7296-44de-b792-ff973f1e2453", "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:05:23.905Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 83d73d6f-ccc4-4998-a00c-a194668c2d29 2021-11-14T12:05:23.905Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83d73d6f-ccc4-4998-a00c-a194668c2d29 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-11-14T12:05:25.119Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 262f9ceb-9f23-44d7-b418-91c76e08fec3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:05:25.129Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 262f9ceb-9f23-44d7-b418-91c76e08fec3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:05:25.131Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:05:25.131Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T12:05:25.132Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T12:05:55.132Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 262f9ceb-9f23-44d7-b418-91c76e08fec3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:05:55.139Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 262f9ceb-9f23-44d7-b418-91c76e08fec3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:05:55.141Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:05:55.141Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T12:05:55.141Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T12:06:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:06:23.790Z||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-11-14T12:06:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:06:23.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:06:23.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:06:23.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891463772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:06:23.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:06:25.141Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 262f9ceb-9f23-44d7-b418-91c76e08fec3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:06:25.150Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 262f9ceb-9f23-44d7-b418-91c76e08fec3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:06:25.153Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:06:25.153Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T12:06:25.153Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T12:06:55.153Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 262f9ceb-9f23-44d7-b418-91c76e08fec3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:06:55.162Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 262f9ceb-9f23-44d7-b418-91c76e08fec3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:06:55.163Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:06:55.164Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T12:06:55.164Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T12:07:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:07:23.791Z||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-11-14T12:07:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:07:24.324Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:07:24.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "multicloud-k8s-id", "timestamp": 1636891444052, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "policy-id", "timestamp": 1636891458404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891464090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:07:24.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "cds", "timestamp": 1636891464249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:07:24.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "clamp", "timestamp": 1636891464420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:07:24.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891464775, "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-11-14T12:07:24.334Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 262f9ceb-9f23-44d7-b418-91c76e08fec3 2021-11-14T12:07:24.334Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 262f9ceb-9f23-44d7-b418-91c76e08fec3 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-11-14T12:07:24.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "multicloud-k8s-id", "timestamp": 1636891444052, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:07:24.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "policy-id", "timestamp": 1636891458404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "cds", "timestamp": 1636891465252, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-14T12:07:24.346Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 83d73d6f-ccc4-4998-a00c-a194668c2d29 2021-11-14T12:07:24.347Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83d73d6f-ccc4-4998-a00c-a194668c2d29 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-11-14T12:07:24.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "clamp", "timestamp": 1636891465635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:07:24.355Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891454063, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "multicloud-k8s-id", "timestamp": 1636891466050, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-14T12:07:24.356Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "policy-id", "timestamp": 1636891458404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:07:24.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "clamp", "timestamp": 1636891466638, "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-11-14T12:07:24.360Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 262f9ceb-9f23-44d7-b418-91c76e08fec3 2021-11-14T12:07:24.360Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 262f9ceb-9f23-44d7-b418-91c76e08fec3 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-11-14T12:07:24.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891454063, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.366Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "multicloud-k8s-id", "timestamp": 1636891467175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-14T12:07:24.366Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "policy-id", "timestamp": 1636891467240, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "clamp", "timestamp": 1636891450353, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891454063, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "policy-id", "timestamp": 1636891468243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "multicloud-k8s-id", "timestamp": 1636891468546, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "clamp", "timestamp": 1636891450353, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891454063, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "policy-id", "timestamp": 1636891469245, "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-11-14T12:07:24.371Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83d73d6f-ccc4-4998-a00c-a194668c2d29 2021-11-14T12:07:24.371Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83d73d6f-ccc4-4998-a00c-a194668c2d29 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-11-14T12:07:24.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "multicloud-k8s-id", "timestamp": 1636891469568, "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-11-14T12:07:24.382Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83d73d6f-ccc4-4998-a00c-a194668c2d29 2021-11-14T12:07:24.382Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83d73d6f-ccc4-4998-a00c-a194668c2d29 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-11-14T12:07:24.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "clamp", "timestamp": 1636891450353, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-14T12:07:24.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891454063, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "multicloud-k8s-id", "timestamp": 1636891470572, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-14T12:07:24.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "clamp", "timestamp": 1636891450353, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891454063, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "aai-ml", "timestamp": 1636891470921, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:07:24.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "clamp", "timestamp": 1636891450353, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891454063, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "aai-ml", "timestamp": 1636891471925, "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-11-14T12:07:24.392Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 262f9ceb-9f23-44d7-b418-91c76e08fec3 2021-11-14T12:07:24.392Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 262f9ceb-9f23-44d7-b418-91c76e08fec3 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-11-14T12:07:24.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "clamp", "timestamp": 1636891450353, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891454063, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:07:24.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "aai-ml", "timestamp": 1636891454522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "clamp", "timestamp": 1636891450353, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "aai-ml", "timestamp": 1636891454522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891474127, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:07:24.400Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "clamp", "timestamp": 1636891450353, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:07:24.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "aai-ml", "timestamp": 1636891454522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "aai-ml", "timestamp": 1636891454522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891475979, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:07:24.401Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "aai-ml", "timestamp": 1636891454522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891476983, "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-11-14T12:07:24.404Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 83d73d6f-ccc4-4998-a00c-a194668c2d29 2021-11-14T12:07:24.405Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83d73d6f-ccc4-4998-a00c-a194668c2d29 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-11-14T12:07:24.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "aai-ml", "timestamp": 1636891454522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "aai-ml", "timestamp": 1636891454522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:24.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "aai-ml", "timestamp": 1636891454522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:07:24.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:07:24.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "clamp", "timestamp": 1636891480627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:07:24.411Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "aai-ml", "timestamp": 1636891481010, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:07:24.411Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "clamp", "timestamp": 1636891481632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-14T12:07:24.412Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "clamp", "timestamp": 1636891485714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:07:24.412Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "aai-ml", "timestamp": 1636891486341, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:07:24.412Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "clamp", "timestamp": 1636891486716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-14T12:07:24.412Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:07:24.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "aai-ml", "timestamp": 1636891487345, "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-11-14T12:07:24.417Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 83d73d6f-ccc4-4998-a00c-a194668c2d29 2021-11-14T12:07:24.417Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83d73d6f-ccc4-4998-a00c-a194668c2d29 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-11-14T12:07:24.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:07:24.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "clamp", "timestamp": 1636891487720, "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-11-14T12:07:24.428Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 83d73d6f-ccc4-4998-a00c-a194668c2d29 2021-11-14T12:07:24.428Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83d73d6f-ccc4-4998-a00c-a194668c2d29 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-11-14T12:07:25.164Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 262f9ceb-9f23-44d7-b418-91c76e08fec3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:07:25.210Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 262f9ceb-9f23-44d7-b418-91c76e08fec3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:07:25.213Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:07:25.213Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-14T12:07:25.213Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-14T12:07:25.214Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-14T12:07:25.214Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:07:25.214Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:07:25.214Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:07:25.214Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:07:25.214Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:07:25.214Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:07:25.215Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-14T12:07:25.219Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-14T12:07:55.219Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 262f9ceb-9f23-44d7-b418-91c76e08fec3 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-11-14T12:07:55.223Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 262f9ceb-9f23-44d7-b418-91c76e08fec3 and serviceModelVersionId: c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a 2021-11-14T12:07:55.223Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf1eae37-8633-43b9-a215-de6e6ab5ed36 2021-11-14T12:07:55.224Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf1eae37-8633-43b9-a215-de6e6ab5ed36/model-vers/model-ver/c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a?depth=0 2021-11-14T12:07:55.229Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-14T12:07:55.259Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf1eae37-8633-43b9-a215-de6e6ab5ed36/model-vers/model-ver/c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a?depth=0|INFO|500||Invoke 2021-11-14T12:07:55.259Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf1eae37-8633-43b9-a215-de6e6ab5ed36/model-vers/model-ver/c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf1eae37-8633-43b9-a215-de6e6ab5ed36/model-vers/model-ver/c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[262f9ceb-9f23-44d7-b418-91c76e08fec3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c15f648b-ff83-456f-94ac-f9974bb27429], X-ECOMP-RequestID=[262f9ceb-9f23-44d7-b418-91c76e08fec3], X-TransactionId=[], X-ONAP-RequestID=[262f9ceb-9f23-44d7-b418-91c76e08fec3], Content-Type=[application/merge-patch+json]} 2021-11-14T12:07:55.282Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf1eae37-8633-43b9-a215-de6e6ab5ed36/model-vers/model-ver/c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-14T12:07:55.542Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf1eae37-8633-43b9-a215-de6e6ab5ed36/model-vers/model-ver/c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf1eae37-8633-43b9-a215-de6e6ab5ed36/model-vers/model-ver/c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211114-12:07:55:290-62301], vertex-id=[250064], Content-Length=[0], Date=[Sun, 14 Nov 2021 12:07:55 GMT], Content-Type=[application/json]} 2021-11-14T12:07:55.542Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf1eae37-8633-43b9-a215-de6e6ab5ed36/model-vers/model-ver/c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-14T12:07:55.543Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf1eae37-8633-43b9-a215-de6e6ab5ed36/model-vers/model-ver/c6f3d7e4-5b3b-4812-9c6b-3d34aa32ef9a?depth=0|INFO|500||InvokeReturn 2021-11-14T12:07:55.543Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-14T12:07:55.543Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:07:55.547Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-11-14T12:07:55.547Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 262f9ceb-9f23-44d7-b418-91c76e08fec3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-14T12:07:55.547Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-14T12:07:55.548Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:07:55.549Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:07:55.550Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891675547, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-14T12:07:55.650Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:07:55.651Z||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-11-14T12:07:55.651Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:07:55.667Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:07:55.668Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 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-11-14T12:07:56.560Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-14T12:07:56.560Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"83d73d6f-ccc4-4998-a00c-a194668c2d29","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14","serviceDescription":"service","serviceInvariantUUID":"c0367548-e78b-4d9c-9ca6-e91360ad5389","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"be3969f5-7047-44c3-9832-888d4aac41bf","resourceInvariantUUID":"f538bd7c-60f8-4c6d-a763-f3d10bcba91b","resourceCustomizationUUID":"94098e1d-6122-4eca-8b1b-9515314efe49","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":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3c395003-7296-44de-b792-ff973f1e2453","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":"YmJmYTczNzFjYTYyNWI3ODk4NDg5M2Y0NzY3NTQ2NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3be8a027-5222-494e-baeb-57d99c2a807f","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":"MzVhNDVhOThlOTdjOTE2MGIzZTc2NjcxZjlmZTljZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"392b14fe-5468-49e2-bada-0f35e5b15c66","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":"e0e7a313-5f71-40da-bea8-0fbd503af2a9","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":"66c5c372-82c6-40db-a275-3d2352b7e05e","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":"03f96aaa-7d2d-49d6-9a77-e96df2af86c8","artifactVersion":"2","generatedFromUUID":"e0e7a313-5f71-40da-bea8-0fbd503af2a9"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NGE3ZjUzNzFhODIwODg4ZmE5YTcyYjYxYTQwNWM3ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7414798-b577-41e8-99ab-2aeabec950ce","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NThiZjc3Y2U1OGFmMTA2NjgwNWIyYzM0ZmNjMzQ3ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f49c5223-54c1-4c39-b2c4-6278025c9737","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-14T12:07:56.560Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:07:56.560Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:07:56.562Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:07:56.562Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:56.663Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-14T12:07:56.664Z||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-11-14T12:07:56.664Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:07:56.677Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:07:56.677Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:07:57.563Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:07:57.564Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:07:57.566Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:07:57.566Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:07:57.666Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:07:57.667Z||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-11-14T12:07:57.667Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:07:57.681Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:07:57.681Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:07:58.567Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:07:58.567Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:07:58.569Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:07:58.569Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-14T12:07:58.669Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:07:58.670Z||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-11-14T12:07:58.670Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:07:58.683Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:07:58.683Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:07:59.570Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:07:59.571Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:07:59.573Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:07:59.573Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-14T12:07:59.673Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:07:59.674Z||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-11-14T12:07:59.674Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:07:59.688Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:07:59.688Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:00.573Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:08:00.574Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:00.576Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:00.576Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:00.676Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:00.677Z||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-11-14T12:08:00.678Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:00.694Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:00.694Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:01.576Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:08:01.577Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:01.579Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:01.579Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-14T12:08:01.679Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:01.680Z||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-11-14T12:08:01.680Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:01.693Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:01.694Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:02.579Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:08:02.580Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:02.583Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:02.583Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:02.683Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:02.684Z||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-11-14T12:08:02.684Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:02.698Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:02.699Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:03.583Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:08:03.584Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:03.586Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:03.586Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:08:03.686Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:03.687Z||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-11-14T12:08:03.687Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:03.701Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:03.702Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:04.588Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14", "serviceDescription": "service", "serviceInvariantUUID": "c0367548-e78b-4d9c-9ca6-e91360ad5389", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "94098e1d-6122-4eca-8b1b-9515314efe49", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "be3969f5-7047-44c3-9832-888d4aac41bf", "resourceInvariantUUID": "f538bd7c-60f8-4c6d-a763-f3d10bcba91b", "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": "MzVhNDVhOThlOTdjOTE2MGIzZTc2NjcxZjlmZTljZTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "392b14fe-5468-49e2-bada-0f35e5b15c66", "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": "e0e7a313-5f71-40da-bea8-0fbd503af2a9", "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": "03f96aaa-7d2d-49d6-9a77-e96df2af86c8", "generatedFromUUID": "e0e7a313-5f71-40da-bea8-0fbd503af2a9" }, "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": "03f96aaa-7d2d-49d6-9a77-e96df2af86c8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NThiZjc3Y2U1OGFmMTA2NjgwNWIyYzM0ZmNjMzQ3ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f49c5223-54c1-4c39-b2c4-6278025c9737" } ], "workloadContext": "Production" } 2021-11-14T12:08:04.588Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-14T12:08:04.588Z|262f9ceb-9f23-44d7-b418-91c76e08fec3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14 ASDC 2021-11-14T12:08:04.589Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:83d73d6f-ccc4-4998-a00c-a194668c2d29 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14 ServiceInvariantUUID:c0367548-e78b-4d9c-9ca6-e91360ad5389 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:f49c5223-54c1-4c39-b2c4-6278025c9737 ArtifactChecksum:NThiZjc3Y2U1OGFmMTA2NjgwNWIyYzM0ZmNjMzQ3ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:94098e1d-6122-4eca-8b1b-9515314efe49 ResourceInvariantUUID:f538bd7c-60f8-4c6d-a763-f3d10bcba91b ResourceName:basicclamp ResourceType:VF ResourceUUID:be3969f5-7047-44c3-9832-888d4aac41bf 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:392b14fe-5468-49e2-bada-0f35e5b15c66 ArtifactChecksum:MzVhNDVhOThlOTdjOTE2MGIzZTc2NjcxZjlmZTljZTk= 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:e0e7a313-5f71-40da-bea8-0fbd503af2a9 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:03f96aaa-7d2d-49d6-9a77-e96df2af86c8 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:03f96aaa-7d2d-49d6-9a77-e96df2af86c8 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-14T12:08:04.589Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14 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-11-14T12:08:04.613Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-14T12:08:04.614Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T12:08:04.614Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T12:08:04.614Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f49c5223-54c1-4c39-b2c4-6278025c9737 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-14T12:08:04.614Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T12:08:04.615Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-14T12:08:04.726Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T12:08:04.731Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f49c5223-54c1-4c39-b2c4-6278025c9737 73670 2021-11-14T12:08:04.731Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-14T12:08:04.731Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-14T12:08:04.731Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T12:08:04.732Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:04.733Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:04.734Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891684731, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:08:04.834Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:04.834Z||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-11-14T12:08:04.834Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:04.848Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:04.849Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:05.734Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-14T12:08:05.736Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T12:08:05.736Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f49c5223-54c1-4c39-b2c4-6278025c9737, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-14T12:08:05.737Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-11-14T12:08:05.737Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-14T12:08:05.738Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-14T12:08:05.850Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10098924882376073915/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-11-14T12:08:06.815Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-14T12:08:06.815Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||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-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||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-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||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-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||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-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-14T12:08:06.816Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:06.817Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:08:06.817Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-14T12:08:06.817Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-14T12:08:06.817Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-14T12:08:06.817Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:06.817Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:08:06.817Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:06.817Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-14T12:08:06.817Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-14T12:08:06.817Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-14T12:08:06.817Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-14T12:08:06.817Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-14T12:08:06.817Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-14T12:08:06.817Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:06.817Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-14T12:08:06.817Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:06.818Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-14T12:08:06.818Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:08:06.818Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:06.818Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-14T12:08:06.818Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:08:06.818Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:06.818Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-14T12:08:06.818Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:08:06.818Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:06.818Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-14T12:08:06.818Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-14T12:08:06.818Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-14T12:08:06.818Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5846fc62-ef8e-4a53-91c6-6ce0d5ebafae 2021-11-14T12:08:06.818Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:06.818Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:08:06.818Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:06.819Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:08:06.819Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:06.819Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:08:06.819Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:06.819Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:08:06.819Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14 Model Version:NULL Model InvariantUuid:c0367548-e78b-4d9c-9ca6-e91360ad5389 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:f4f32597-4a6c-419d-9806-d80615275f66 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f538bd7c-60f8-4c6d-a763-f3d10bcba91b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:94098e1d-6122-4eca-8b1b-9515314efe49 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:630d8765-589a-4c95-9c3b-28c6763387e8 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:3247a2df-4811-4f3e-a75d-a5bbf1ad81ae ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5846fc62-ef8e-4a53-91c6-6ce0d5ebafae ModelInvariantUuid:260b0e01-318d-4d19-b5fe-7ad94cdb33f0 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:7e259bdb-5807-4dcc-bd98-66ce96029edb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:2d759b12-8667-4f7a-92b6-8b2ec78595b9 ModelInvariantUuid:d6569374-df86-4cf7-8c0c-76638607efef ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:652eb997-aa0a-44b3-a7f6-dce2c7a139bf ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-14T12:08:06.824Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: be3969f5-7047-44c3-9832-888d4aac41bf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:08:06.826Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||basicclamp 0 2021-11-14T12:08:06.826Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: be3969f5-7047-44c3-9832-888d4aac41bf 2021-11-14T12:08:06.826Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 392b14fe-5468-49e2-bada-0f35e5b15c66 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-14T12:08:06.826Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T12:08:06.826Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-14T12:08:06.945Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T12:08:06.945Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 392b14fe-5468-49e2-bada-0f35e5b15c66 790 2021-11-14T12:08:06.945Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||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-11-14T12:08:06.945Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||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-11-14T12:08:06.945Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T12:08:06.946Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:06.948Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:06.948Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891686945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-14T12:08:07.048Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:07.049Z||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-11-14T12:08:07.049Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:07.062Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:07.062Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:07.948Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "630d8765-589a-4c95-9c3b-28c6763387e8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3247a2df-4811-4f3e-a75d-a5bbf1ad81ae", "vfModuleModelCustomizationUUID": "0541a6cb-09ca-4d7b-a431-d17c4de17ba5", "isBase": true, "artifacts": [ "e0e7a313-5f71-40da-bea8-0fbd503af2a9", "03f96aaa-7d2d-49d6-9a77-e96df2af86c8" ], "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-11-14T12:08:07.953Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3247a2df-4811-4f3e-a75d-a5bbf1ad81ae VfModuleModelInvariantUUID:630d8765-589a-4c95-9c3b-28c6763387e8 VfModuleModelDescription:NULL Artifacts UUID List:{ e0e7a313-5f71-40da-bea8-0fbd503af2a9 , 03f96aaa-7d2d-49d6-9a77-e96df2af86c8 } 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-11-14T12:08:07.956Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "630d8765-589a-4c95-9c3b-28c6763387e8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3247a2df-4811-4f3e-a75d-a5bbf1ad81ae", "vfModuleModelCustomizationUUID": "0541a6cb-09ca-4d7b-a431-d17c4de17ba5", "isBase": true, "artifacts": [ "e0e7a313-5f71-40da-bea8-0fbd503af2a9", "03f96aaa-7d2d-49d6-9a77-e96df2af86c8" ], "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-11-14T12:08:07.956Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3247a2df-4811-4f3e-a75d-a5bbf1ad81ae VfModuleModelInvariantUUID:630d8765-589a-4c95-9c3b-28c6763387e8 VfModuleModelDescription:NULL Artifacts UUID List:{ e0e7a313-5f71-40da-bea8-0fbd503af2a9 , 03f96aaa-7d2d-49d6-9a77-e96df2af86c8 } 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-11-14T12:08:07.956Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e0e7a313-5f71-40da-bea8-0fbd503af2a9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-14T12:08:07.956Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T12:08:07.956Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-14T12:08:08.221Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T12:08:08.222Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml e0e7a313-5f71-40da-bea8-0fbd503af2a9 5033 2021-11-14T12:08:08.222Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||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-11-14T12:08:08.222Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||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-11-14T12:08:08.222Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T12:08:08.222Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:08.224Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:08.224Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891688222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-14T12:08:08.324Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:08.325Z||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-11-14T12:08:08.325Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:08.339Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:08.340Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:09.225Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 03f96aaa-7d2d-49d6-9a77-e96df2af86c8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-14T12:08:09.226Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T12:08:09.226Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-14T12:08:09.416Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T12:08:09.417Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 03f96aaa-7d2d-49d6-9a77-e96df2af86c8 909 2021-11-14T12:08:09.417Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||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-11-14T12:08:09.417Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||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-11-14T12:08:09.417Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T12:08:09.417Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:09.418Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:09.419Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891689417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-14T12:08:09.519Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:09.519Z||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-11-14T12:08:09.520Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:09.532Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:09.533Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:10.419Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14 2021-11-14T12:08:10.420Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 be3969f5-7047-44c3-9832-888d4aac41bf ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:08:10.432Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@771937ac, org.onap.sdc.toscaparser.api.parameters.Input@725faa70, org.onap.sdc.toscaparser.api.parameters.Input@54384d47, org.onap.sdc.toscaparser.api.parameters.Input@3c0eacd, org.onap.sdc.toscaparser.api.parameters.Input@3dda094e] 2021-11-14T12:08:10.433Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:10.433Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:08:10.433Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-11-14T12:08:10.433Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 94098e1d-6122-4eca-8b1b-9515314efe49 2021-11-14T12:08:10.433Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 94098e1d-6122-4eca-8b1b-9515314efe49 matches Tosca VF Customization UUID: 94098e1d-6122-4eca-8b1b-9515314efe49 2021-11-14T12:08:10.433Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 94098e1d-6122-4eca-8b1b-9515314efe49 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-14T12:08:10.435Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:10.435Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:08:10.435Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 94098e1d-6122-4eca-8b1b-9515314efe49: {\"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-11-14T12:08:10.435Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@208f191a 2021-11-14T12:08:10.435Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:10.435Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-14T12:08:10.435Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0541a6cb-09ca-4d7b-a431-d17c4de17ba5 2021-11-14T12:08:10.435Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0541a6cb-09ca-4d7b-a431-d17c4de17ba5 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-14T12:08:10.437Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:10.437Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-14T12:08:10.437Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:08:10.437Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:10.437Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-14T12:08:10.438Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:08:10.438Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:10.438Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-14T12:08:10.438Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-14T12:08:10.438Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-14T12:08:10.438Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5846fc62-ef8e-4a53-91c6-6ce0d5ebafae Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-14T12:08:10.439Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:10.439Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-14T12:08:10.439Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:08:10.440Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:10.440Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-14T12:08:10.440Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=94098e1d-6122-4eca-8b1b-9515314efe49 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:08:10.441Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:10.441Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:08:10.441Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14: basicclamp 2021-11-14T12:08:10.441Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:10.441Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:08:10.441Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:10.442Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:08:10.442Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:10.442Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:08:10.442Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:10.442Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:08:10.442Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:08:10.442Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:08:10.442Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-14T12:08:10.508Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp be3969f5-7047-44c3-9832-888d4aac41bf 1 ASDC deployResourceStructure 2021-11-14T12:08:10.508Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||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-11-14T12:08:10.508Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||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-11-14T12:08:10.509Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T12:08:10.509Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:10.510Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:10.510Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891690508, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-14T12:08:10.611Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-14T12:08:10.611Z||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-11-14T12:08:10.611Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:10.625Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:10.625Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:11.511Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||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-11-14T12:08:11.511Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||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-11-14T12:08:11.511Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T12:08:11.512Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:11.514Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:11.514Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891691511, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-14T12:08:11.614Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:11.614Z||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-11-14T12:08:11.615Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:11.628Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:11.628Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:12.514Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||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-11-14T12:08:12.515Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||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-11-14T12:08:12.515Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T12:08:12.515Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:12.517Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:12.517Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891692514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-14T12:08:12.617Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:12.618Z||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-11-14T12:08:12.618Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:12.632Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:12.633Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:13.517Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-14T12:08:13.518Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-14T12:08:13.518Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T12:08:13.519Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:13.521Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:13.521Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891693517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:08:13.621Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:13.622Z||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-11-14T12:08:13.622Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:13.635Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:13.636Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:14.522Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83d73d6f-ccc4-4998-a00c-a194668c2d29 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:08:14.532Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83d73d6f-ccc4-4998-a00c-a194668c2d29 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:08:14.534Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:08:14.534Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-14T12:08:14.534Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-14T12:08:14.534Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-14T12:08:14.534Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:08:14.534Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:08:14.534Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:08:14.534Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:08:14.534Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:08:14.534Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:08:14.534Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:08:14.534Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-14T12:08:14.538Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-14T12:08:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:08:23.791Z||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-11-14T12:08:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:08:24.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:24.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "cds", "timestamp": 1636891635551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "aai-ml", "timestamp": 1636891634522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "policy-id", "timestamp": 1636891638404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "multicloud-k8s-id", "timestamp": 1636891644052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "cds", "timestamp": 1636891635551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "aai-ml", "timestamp": 1636891634522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "policy-id", "timestamp": 1636891638404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "multicloud-k8s-id", "timestamp": 1636891644052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "cds", "timestamp": 1636891635551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "aai-ml", "timestamp": 1636891634522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "policy-id", "timestamp": 1636891638404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "multicloud-k8s-id", "timestamp": 1636891644052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "cds", "timestamp": 1636891635551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "aai-ml", "timestamp": 1636891634522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "policy-id", "timestamp": 1636891638404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "multicloud-k8s-id", "timestamp": 1636891644052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "cds", "timestamp": 1636891635551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "aai-ml", "timestamp": 1636891634522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "policy-id", "timestamp": 1636891638404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "multicloud-k8s-id", "timestamp": 1636891644052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "cds", "timestamp": 1636891635551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "aai-ml", "timestamp": 1636891634522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "policy-id", "timestamp": 1636891638404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "ves-openapi-manager", "timestamp": 1636891649039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "multicloud-k8s-id", "timestamp": 1636891644052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "cds", "timestamp": 1636891635551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "aai-ml", "timestamp": 1636891634522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "policy-id", "timestamp": 1636891638404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "ves-openapi-manager", "timestamp": 1636891649039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "multicloud-k8s-id", "timestamp": 1636891644052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "cds", "timestamp": 1636891635551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "aai-ml", "timestamp": 1636891634522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "policy-id", "timestamp": 1636891638404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "ves-openapi-manager", "timestamp": 1636891649039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "multicloud-k8s-id", "timestamp": 1636891644052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "cds", "timestamp": 1636891635551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "aai-ml", "timestamp": 1636891634522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "policy-id", "timestamp": 1636891638404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "dcae-sch", "timestamp": 1636891651955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "ves-openapi-manager", "timestamp": 1636891649039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "multicloud-k8s-id", "timestamp": 1636891644052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:08:24.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "dcae-sch", "timestamp": 1636891651955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "ves-openapi-manager", "timestamp": 1636891649039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "policy-id", "timestamp": 1636891654038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "aai-ml", "timestamp": 1636891654163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "cds", "timestamp": 1636891654222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "dcae-sch", "timestamp": 1636891651955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "ves-openapi-manager", "timestamp": 1636891649039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "policy-id", "timestamp": 1636891655041, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "dcae-sch", "timestamp": 1636891651955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "ves-openapi-manager", "timestamp": 1636891649039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-14T12:08:24.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "policy-id", "timestamp": 1636891656043, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-14T12:08:24.451Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a5650cf-8a8e-41b0-a786-21e55543f1df 2021-11-14T12:08:24.451Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5650cf-8a8e-41b0-a786-21e55543f1df 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-11-14T12:08:24.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "cds", "timestamp": 1636891656156, "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-11-14T12:08:24.463Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a5650cf-8a8e-41b0-a786-21e55543f1df 2021-11-14T12:08:24.463Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5650cf-8a8e-41b0-a786-21e55543f1df 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-11-14T12:08:24.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "dcae-sch", "timestamp": 1636891651955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "ves-openapi-manager", "timestamp": 1636891649039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "dcae-sch", "timestamp": 1636891651955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "ves-openapi-manager", "timestamp": 1636891649039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "aai-ml", "timestamp": 1636891658353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:08:24.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "dcae-sch", "timestamp": 1636891651955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "ves-openapi-manager", "timestamp": 1636891658770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-14T12:08:24.470Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "aai-ml", "timestamp": 1636891659356, "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-11-14T12:08:24.473Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a5650cf-8a8e-41b0-a786-21e55543f1df 2021-11-14T12:08:24.474Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5650cf-8a8e-41b0-a786-21e55543f1df 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-11-14T12:08:24.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "dcae-sch", "timestamp": 1636891651955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "ves-openapi-manager", "timestamp": 1636891659783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-14T12:08:24.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "dcae-sch", "timestamp": 1636891651955, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "ves-openapi-manager", "timestamp": 1636891660786, "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-11-14T12:08:24.486Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7a5650cf-8a8e-41b0-a786-21e55543f1df 2021-11-14T12:08:24.486Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5650cf-8a8e-41b0-a786-21e55543f1df 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-11-14T12:08:24.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "clamp", "timestamp": 1636891660353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "clamp", "timestamp": 1636891660353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "clamp", "timestamp": 1636891660353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "clamp", "timestamp": 1636891660353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891664063, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "clamp", "timestamp": 1636891660353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891664063, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "clamp", "timestamp": 1636891660353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891664063, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "clamp", "timestamp": 1636891660353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891664063, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "clamp", "timestamp": 1636891660353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891664063, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "clamp", "timestamp": 1636891660353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:08:24.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891664063, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891664063, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891664063, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891664063, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:08:24.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891674054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:08:24.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "262f9ceb-9f23-44d7-b418-91c76e08fec3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891675547, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-14T12:08:24.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891675656, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:08:24.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "clamp", "timestamp": 1636891675658, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:08:24.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891676660, "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-11-14T12:08:24.504Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a5650cf-8a8e-41b0-a786-21e55543f1df 2021-11-14T12:08:24.504Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5650cf-8a8e-41b0-a786-21e55543f1df 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-11-14T12:08:24.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "clamp", "timestamp": 1636891677668, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:08:24.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-14T12:08:24.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "clamp", "timestamp": 1636891678673, "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-11-14T12:08:24.516Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a5650cf-8a8e-41b0-a786-21e55543f1df 2021-11-14T12:08:24.516Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5650cf-8a8e-41b0-a786-21e55543f1df 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-11-14T12:08:24.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-14T12:08:24.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-14T12:08:24.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:24.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891447175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891684731, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891686945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891688222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891689417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891690508, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891691511, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-14T12:08:24.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891692514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-14T12:08:24.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:24.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:08:24.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891693517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:08:24.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:08:44.539Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 83d73d6f-ccc4-4998-a00c-a194668c2d29 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-11-14T12:08:44.543Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 83d73d6f-ccc4-4998-a00c-a194668c2d29 and serviceModelVersionId: b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14 2021-11-14T12:08:44.543Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0367548-e78b-4d9c-9ca6-e91360ad5389 2021-11-14T12:08:44.544Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0367548-e78b-4d9c-9ca6-e91360ad5389/model-vers/model-ver/b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14?depth=0 2021-11-14T12:08:44.548Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-14T12:08:44.580Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0367548-e78b-4d9c-9ca6-e91360ad5389/model-vers/model-ver/b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14?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-11-14T12:08:44.581Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0367548-e78b-4d9c-9ca6-e91360ad5389/model-vers/model-ver/b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14?depth=0|INFO|500||Invoke 2021-11-14T12:08:44.598Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0367548-e78b-4d9c-9ca6-e91360ad5389/model-vers/model-ver/b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-14T12:08:44.674Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0367548-e78b-4d9c-9ca6-e91360ad5389/model-vers/model-ver/b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14?depth=0|INFO|500||InvokeReturn 2021-11-14T12:08:44.675Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0367548-e78b-4d9c-9ca6-e91360ad5389/model-vers/model-ver/b49d805c-0bd1-43ef-b7fa-ad6dae3bfb14?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211114-12:08:44:607-93300], vertex-id=[176272], Content-Length=[0], Date=[Sun, 14 Nov 2021 12:08:44 GMT], Content-Type=[application/json]} 2021-11-14T12:08:44.675Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-11-14T12:08:44.675Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-14T12:08:44.676Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:08:44.679Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-11-14T12:08:44.679Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 83d73d6f-ccc4-4998-a00c-a194668c2d29 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-14T12:08:44.680Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-14T12:08:44.680Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:44.681Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:44.681Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891724679, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-14T12:08:44.782Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:44.783Z||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-11-14T12:08:44.783Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:44.802Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:44.802Z||pool-83-thread-1|||||INFO|500||cambria reply ok (20 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-11-14T12:08:45.691Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:08:45.692Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|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-11-14T12:08:45.692Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:08:50.356Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:50.357Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-14T12:08:50.357Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a5650cf-8a8e-41b0-a786-21e55543f1df","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"46640993-5e51-419d-8d4b-448a6d52398b","serviceDescription":"service","serviceInvariantUUID":"c6c3f408-7eb6-4389-b658-a9c0ac675e89","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"566bb282-0f75-4186-93e9-40bd55539f02","resourceInvariantUUID":"b5876808-dc6b-479f-addf-8bf6dc4f87c4","resourceCustomizationUUID":"e4429bb2-0103-43e5-89d3-697c6c326bf5","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":"ZjVjY2E0Nzk0MDlkNzg2YjMxNDlmNTI0ZGIyNmU4NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"93606599-869f-4764-aa98-6c5e901dd9fe","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":"7806d7b6-7e70-4eb9-be76-d95777cc854f","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":"92d1d1b2-67ce-4623-8a4c-8c945499dd34","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":"OTZmNWM1NDZjMDkyZDYxOGQ2OWE0ZGFkNTlhNmJjNDE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3270d194-e9dc-402c-b2fe-d986e70e4212","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":"edd4a546-1212-47e9-88cd-93c938605c35","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":"039343a3-b21f-46cb-88ae-dab363b62afa","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":"e9cf18db-19bd-47b7-9685-3e0db96a5cc8","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":"M2NlZDRiNGU2NmExZjUzZWI5NGU0MTlhM2I2NDQ0YWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2addbe3c-5c65-4c44-8a47-dca1a43bb2e7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGY2NjEyODkxOTZjYjBkMDAzYTllYThjODkwY2RjZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c96c1082-7bb7-4092-a56a-80caf243ca9a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-14T12:08:50.360Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:08:50.360Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:50.362Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:50.362Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:50.462Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:50.463Z||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-11-14T12:08:50.463Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:50.478Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:50.478Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:51.362Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:08:51.363Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:51.367Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:51.367Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:51.467Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:51.468Z||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-11-14T12:08:51.468Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:51.482Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:51.483Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:52.368Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:08:52.369Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:52.372Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:52.372Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:52.472Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:52.473Z||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-11-14T12:08:52.473Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:52.487Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:52.488Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:53.373Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:08:53.374Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:53.375Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:53.376Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:53.476Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:53.476Z||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-11-14T12:08:53.476Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:53.491Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:53.492Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:54.376Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:08:54.377Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:54.379Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:54.379Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:54.479Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:54.480Z||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-11-14T12:08:54.480Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:54.496Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:54.496Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:55.379Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:08:55.380Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:55.382Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:55.382Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:55.483Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:55.484Z||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-11-14T12:08:55.484Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:55.497Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:55.498Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:56.382Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:08:56.383Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:56.385Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:56.386Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:56.486Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:56.486Z||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-11-14T12:08:56.487Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:56.500Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:56.500Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-14T12:08:57.386Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:08:57.386Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:57.388Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:57.388Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:08:57.489Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-14T12:08:57.489Z||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-11-14T12:08:57.489Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:57.502Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:57.502Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:58.389Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:08:58.390Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:58.392Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:58.392Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:08:58.492Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:58.493Z||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-11-14T12:08:58.493Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:58.511Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:58.512Z||pool-92-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:08:59.393Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "46640993-5e51-419d-8d4b-448a6d52398b", "serviceDescription": "service", "serviceInvariantUUID": "c6c3f408-7eb6-4389-b658-a9c0ac675e89", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "e4429bb2-0103-43e5-89d3-697c6c326bf5", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "566bb282-0f75-4186-93e9-40bd55539f02", "resourceInvariantUUID": "b5876808-dc6b-479f-addf-8bf6dc4f87c4", "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": "ZGY2NjEyODkxOTZjYjBkMDAzYTllYThjODkwY2RjZjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c96c1082-7bb7-4092-a56a-80caf243ca9a" } ], "workloadContext": "Production" } 2021-11-14T12:08:59.393Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-14T12:08:59.393Z|83d73d6f-ccc4-4998-a00c-a194668c2d29|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 46640993-5e51-419d-8d4b-448a6d52398b ASDC 2021-11-14T12:08:59.394Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:7a5650cf-8a8e-41b0-a786-21e55543f1df ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:46640993-5e51-419d-8d4b-448a6d52398b ServiceInvariantUUID:c6c3f408-7eb6-4389-b658-a9c0ac675e89 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:c96c1082-7bb7-4092-a56a-80caf243ca9a ArtifactChecksum:ZGY2NjEyODkxOTZjYjBkMDAzYTllYThjODkwY2RjZjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:e4429bb2-0103-43e5-89d3-697c6c326bf5 ResourceInvariantUUID:b5876808-dc6b-479f-addf-8bf6dc4f87c4 ResourceName:test-pnf ResourceType:PNF ResourceUUID:566bb282-0f75-4186-93e9-40bd55539f02 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-14T12:08:59.394Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 46640993-5e51-419d-8d4b-448a6d52398b 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-11-14T12:08:59.412Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-14T12:08:59.412Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T12:08:59.412Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T12:08:59.413Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c96c1082-7bb7-4092-a56a-80caf243ca9a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-14T12:08:59.413Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-11-14T12:08:59.413Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-14T12:08:59.547Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-11-14T12:08:59.553Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar c96c1082-7bb7-4092-a56a-80caf243ca9a 105640 2021-11-14T12:08:59.554Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-14T12:08:59.554Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-14T12:08:59.554Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T12:08:59.554Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:08:59.556Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:08:59.556Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891739553, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:08:59.657Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:08:59.658Z||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-11-14T12:08:59.658Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:08:59.672Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:08:59.673Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:09:00.556Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-14T12:09:00.557Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-11-14T12:09:00.558Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c96c1082-7bb7-4092-a56a-80caf243ca9a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-14T12:09:00.558Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-11-14T12:09:00.558Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-14T12:09:00.558Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-14T12:09:00.683Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6643390355187447546/Definitions/service-TestPnfMacro-template.yml 2021-11-14T12:09:01.304Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-14T12:09:01.305Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-14T12:09:01.305Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-14T12:09:01.305Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-14T12:09:01.305Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-14T12:09:01.305Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-14T12:09:01.305Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-14T12:09:01.305Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-14T12:09:01.305Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-14T12:09:01.305Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-14T12:09:01.305Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-14T12:09:01.305Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-11-14T12:09:01.305Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:09:01.305Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:09:01.305Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-14T12:09:01.306Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-14T12:09:01.306Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-14T12:09:01.306Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:09:01.306Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:09:01.306Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-14T12:09:01.306Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-11-14T12:09:01.306Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-14T12:09:01.306Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:09:01.306Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:09:01.307Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:09:01.307Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:09:01.307Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:09:01.307Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:09:01.307Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:09:01.307Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:09:01.307Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:09:01.307Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:09:01.308Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:46640993-5e51-419d-8d4b-448a6d52398b Model Version:NULL Model InvariantUuid:c6c3f408-7eb6-4389-b658-a9c0ac675e89 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-14T12:09:01.313Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 566bb282-0f75-4186-93e9-40bd55539f02 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:09:01.315Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||test-pnf 0 2021-11-14T12:09:01.315Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 566bb282-0f75-4186-93e9-40bd55539f02 2021-11-14T12:09:01.315Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 46640993-5e51-419d-8d4b-448a6d52398b 2021-11-14T12:09:01.315Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 46640993-5e51-419d-8d4b-448a6d52398b 2021-11-14T12:09:01.315Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 566bb282-0f75-4186-93e9-40bd55539f02 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:09:01.318Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@601404d5, org.onap.sdc.toscaparser.api.parameters.Input@5248711c, org.onap.sdc.toscaparser.api.parameters.Input@10ac8b72, org.onap.sdc.toscaparser.api.parameters.Input@2ba4d3cc, org.onap.sdc.toscaparser.api.parameters.Input@6b5648c1] 2021-11-14T12:09:01.319Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:09:01.319Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:09:01.319Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 46640993-5e51-419d-8d4b-448a6d52398b: test-pnf 2021-11-14T12:09:01.319Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||Processing PNF resource: 566bb282-0f75-4186-93e9-40bd55539f02 2021-11-14T12:09:01.319Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:09:01.319Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:09:01.319Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||Resource customization UUID: e4429bb2-0103-43e5-89d3-697c6c326bf5 is the same as notified resource customizationUUID: e4429bb2-0103-43e5-89d3-697c6c326bf5 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-14T12:09:01.343Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 566bb282-0f75-4186-93e9-40bd55539f02 0 ASDC deployResourceStructure 2021-11-14T12:09:01.344Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-14T12:09:01.344Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-14T12:09:01.344Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T12:09:01.344Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:09:01.345Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:09:01.345Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891741344, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:09:01.446Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:09:01.446Z||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-11-14T12:09:01.446Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:09:01.461Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:09:01.461Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:09:02.346Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a5650cf-8a8e-41b0-a786-21e55543f1df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:09:02.355Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a5650cf-8a8e-41b0-a786-21e55543f1df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:09:02.358Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:09:02.358Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-14T12:09:02.358Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-14T12:09:02.359Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-14T12:09:02.359Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:09:02.359Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:09:02.359Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:09:02.359Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:09:02.360Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:09:02.360Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:09:02.360Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:09:02.360Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-14T12:09:02.364Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-14T12:09:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:09:23.790Z||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-11-14T12:09:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:09:24.421Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:09:24.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:09:24.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "83d73d6f-ccc4-4998-a00c-a194668c2d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891724679, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-14T12:09:24.423Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:09:24.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:09:24.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:09:24.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:09:24.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:09:24.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:09:24.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:09:24.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:09:24.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-14T12:09:24.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:09:24.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:09:24.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-14T12:09:24.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:09:24.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:09:24.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:09:24.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:09:24.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:09:24.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:09:24.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:09:24.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:09:24.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:09:24.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:09:24.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:09:24.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:09:24.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:09:24.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:09:24.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891725691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:09:24.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-14T12:09:24.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:09:24.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891739553, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:09:24.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:09:24.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-14T12:09:24.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891741344, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:09:24.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:09:32.364Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a5650cf-8a8e-41b0-a786-21e55543f1df 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-11-14T12:09:32.368Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a5650cf-8a8e-41b0-a786-21e55543f1df and serviceModelVersionId: 46640993-5e51-419d-8d4b-448a6d52398b 2021-11-14T12:09:32.369Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c3f408-7eb6-4389-b658-a9c0ac675e89 2021-11-14T12:09:32.370Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c3f408-7eb6-4389-b658-a9c0ac675e89/model-vers/model-ver/46640993-5e51-419d-8d4b-448a6d52398b?depth=0 2021-11-14T12:09:32.376Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-11-14T12:09:32.404Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6c3f408-7eb6-4389-b658-a9c0ac675e89/model-vers/model-ver/46640993-5e51-419d-8d4b-448a6d52398b?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-11-14T12:09:32.405Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6c3f408-7eb6-4389-b658-a9c0ac675e89/model-vers/model-ver/46640993-5e51-419d-8d4b-448a6d52398b?depth=0|INFO|500||Invoke 2021-11-14T12:09:32.424Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6c3f408-7eb6-4389-b658-a9c0ac675e89/model-vers/model-ver/46640993-5e51-419d-8d4b-448a6d52398b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-14T12:09:32.667Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6c3f408-7eb6-4389-b658-a9c0ac675e89/model-vers/model-ver/46640993-5e51-419d-8d4b-448a6d52398b?depth=0|INFO|500||InvokeReturn 2021-11-14T12:09:32.667Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6c3f408-7eb6-4389-b658-a9c0ac675e89/model-vers/model-ver/46640993-5e51-419d-8d4b-448a6d52398b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211114-12:09:32:434-4281], vertex-id=[450560], Content-Length=[0], Date=[Sun, 14 Nov 2021 12:09:32 GMT], Content-Type=[application/json]} 2021-11-14T12:09:32.668Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-11-14T12:09:32.668Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-14T12:09:32.668Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:09:32.672Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-11-14T12:09:32.672Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a5650cf-8a8e-41b0-a786-21e55543f1df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-14T12:09:32.673Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-14T12:09:32.673Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:09:32.675Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:09:32.675Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891772673, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-14T12:09:32.775Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:09:32.776Z||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-11-14T12:09:32.776Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:09:32.789Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:09:32.789Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 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-11-14T12:09:33.687Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:09:33.687Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|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-11-14T12:09:33.687Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:09:43.235Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:09:43.235Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:09:43.236Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|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-11-14T12:09:43.236Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:09:52.775Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:09:52.775Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:09:52.776Z||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-11-14T12:09:52.776Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:10:02.318Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:10:02.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:10:02.319Z||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-11-14T12:10:02.319Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:10:11.856Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:10:11.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:10:11.857Z||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-11-14T12:10:11.857Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:10:21.399Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:10:23.788Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:10:23.788Z||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-11-14T12:10:23.788Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:10:23.790Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:10:23.790Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|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-11-14T12:10:23.790Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:10:24.421Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:10:24.421Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-14T12:10:24.421Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a5650cf-8a8e-41b0-a786-21e55543f1df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636891772673, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-14T12:10:24.422Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:10:33.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:11:23.788Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:11:23.788Z||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-11-14T12:11:23.788Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:11:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:11:23.790Z||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-11-14T12:11:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:11:33.334Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:11:33.336Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:12:23.787Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:12:23.788Z||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-11-14T12:12:23.788Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:12:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:12:23.790Z||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-11-14T12:12:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:12:33.331Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:12:33.335Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:23.787Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:13:23.788Z||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-11-14T12:13:23.788Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:13:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:13:23.791Z||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-11-14T12:13:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:13:23.943Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:23.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "ves-openapi-manager", "timestamp": 1636891969039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "dcae-sch", "timestamp": 1636891971956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "dcae-sch", "timestamp": 1636891971956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "ves-openapi-manager", "timestamp": 1636891969039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "ves-openapi-manager", "timestamp": 1636891969039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "dcae-sch", "timestamp": 1636891971956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "dcae-sch", "timestamp": 1636891971956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "ves-openapi-manager", "timestamp": 1636891969039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "policy-id", "timestamp": 1636891978404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "dcae-sch", "timestamp": 1636891971956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "ves-openapi-manager", "timestamp": 1636891969039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "policy-id", "timestamp": 1636891978404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "ves-openapi-manager", "timestamp": 1636891969039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "dcae-sch", "timestamp": 1636891971956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "policy-id", "timestamp": 1636891978404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "cds", "timestamp": 1636891980551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "ves-openapi-manager", "timestamp": 1636891969039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "dcae-sch", "timestamp": 1636891971956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "policy-id", "timestamp": 1636891978404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "cds", "timestamp": 1636891980551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "ves-openapi-manager", "timestamp": 1636891969039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "dcae-sch", "timestamp": 1636891971956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "policy-id", "timestamp": 1636891978404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-14T12:13:23.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "cds", "timestamp": 1636891980551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "ves-openapi-manager", "timestamp": 1636891969039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "dcae-sch", "timestamp": 1636891971956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "policy-id", "timestamp": 1636891978404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "cds", "timestamp": 1636891980551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "multicloud-k8s-id", "timestamp": 1636891984052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "policy-id", "timestamp": 1636891978404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "cds", "timestamp": 1636891980551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "multicloud-k8s-id", "timestamp": 1636891984052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-14T12:13:23.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "policy-id", "timestamp": 1636891978404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "cds", "timestamp": 1636891980551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "multicloud-k8s-id", "timestamp": 1636891984052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-14T12:13:23.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "policy-id", "timestamp": 1636891978404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:13:23.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "cds", "timestamp": 1636891980551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "multicloud-k8s-id", "timestamp": 1636891984052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-14T12:13:23.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "cds", "timestamp": 1636891980551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "policy-id", "timestamp": 1636891988624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:13:23.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:13:23.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "multicloud-k8s-id", "timestamp": 1636891984052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-14T12:13:23.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "cds", "timestamp": 1636891980551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:13:23.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "policy-id", "timestamp": 1636891989627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:13:23.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:13:23.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "multicloud-k8s-id", "timestamp": 1636891984052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "cds", "timestamp": 1636891990440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:13:23.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:13:23.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "policy-id", "timestamp": 1636891990630, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-14T12:13:23.964Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 65863345-915e-41fa-b07f-44fb711f9e8a 2021-11-14T12:13:23.964Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65863345-915e-41fa-b07f-44fb711f9e8a 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-11-14T12:13:23.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "multicloud-k8s-id", "timestamp": 1636891984052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-14T12:13:23.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "clamp", "timestamp": 1636891990353, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "cds", "timestamp": 1636891991443, "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-11-14T12:13:23.975Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 65863345-915e-41fa-b07f-44fb711f9e8a 2021-11-14T12:13:23.975Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65863345-915e-41fa-b07f-44fb711f9e8a 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-11-14T12:13:23.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "multicloud-k8s-id", "timestamp": 1636891984052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "clamp", "timestamp": 1636891990353, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "multicloud-k8s-id", "timestamp": 1636891984052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:13:23.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "clamp", "timestamp": 1636891990353, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "clamp", "timestamp": 1636891990353, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-14T12:13:23.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "multicloud-k8s-id", "timestamp": 1636891994056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-14T12:13:23.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:13:23.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891994063, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "clamp", "timestamp": 1636891990353, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "aai-ml", "timestamp": 1636891994522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "multicloud-k8s-id", "timestamp": 1636891995353, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-14T12:13:23.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:13:23.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891994063, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "clamp", "timestamp": 1636891990353, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "aai-ml", "timestamp": 1636891994522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "multicloud-k8s-id", "timestamp": 1636891996438, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-14T12:13:23.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:13:23.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891994063, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "clamp", "timestamp": 1636891990353, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "aai-ml", "timestamp": 1636891994522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "multicloud-k8s-id", "timestamp": 1636891997561, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-14T12:13:23.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:13:23.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891994063, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "clamp", "timestamp": 1636891990353, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "aai-ml", "timestamp": 1636891994522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "multicloud-k8s-id", "timestamp": 1636891998609, "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-11-14T12:13:23.994Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 65863345-915e-41fa-b07f-44fb711f9e8a 2021-11-14T12:13:23.994Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65863345-915e-41fa-b07f-44fb711f9e8a 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-11-14T12:13:23.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891994063, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:23.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:23.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:23.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "clamp", "timestamp": 1636891990353, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:13:23.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:24.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:24.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "aai-ml", "timestamp": 1636891994522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:24.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:24.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:24.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "multicloud-k8s-id", "timestamp": 1636891999611, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-14T12:13:24.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:13:24.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:24.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891994063, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:24.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:24.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:24.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "aai-ml", "timestamp": 1636891994522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:24.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:24.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:24.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891994063, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:24.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:24.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:24.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "aai-ml", "timestamp": 1636891994522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:24.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:24.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:24.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891994063, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:24.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:24.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:24.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "aai-ml", "timestamp": 1636891994522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:24.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:24.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:24.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636891994063, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:13:24.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:24.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-14T12:13:24.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "aai-ml", "timestamp": 1636891994522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:13:24.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-14T12:13:24.419Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:24.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-11-14T12:13:24.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"65863345-915e-41fa-b07f-44fb711f9e8a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"23a6f23d-0608-4f8e-a36f-922e4eb2921b","serviceDescription":"service","serviceInvariantUUID":"1bb72419-aa9e-4da1-920e-3990ba04ffed","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bca68624-707c-4630-8e4d-c3cd8b415a40","resourceInvariantUUID":"b2db99ed-9238-43bd-aeac-4946926b58b6","resourceCustomizationUUID":"15941043-9d9a-4a8b-85a1-645042ba8192","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":"NzA2MTk3ZjgyYzEwMTE1ZTFlZDM2ZGU1YjllMjk2MzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3bbe9442-839d-49e8-9da8-dab6816504f6","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":"bbb01198-3eb6-4bec-abd7-89af1768e6b9","artifactVersion":"2","generatedFromUUID":"828d8188-ae03-4fca-8f61-79e1a6be11af"},{"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":"828d8188-ae03-4fca-8f61-79e1a6be11af","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":"ODZkMmI3ZWEzNDk3NmFmODc0NjJjMTgzYTE1MmQ2Yzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"676b25ee-3fd0-46dc-a499-2ec173a1667c","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":"c56f899d-1570-40a0-a1d5-a9c3e9646d70","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":"59d8f117-4057-4345-a668-efb78077ebae","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":"972426cf-9e67-4c89-87d4-7e201d8d9868","artifactVersion":"2","generatedFromUUID":"c56f899d-1570-40a0-a1d5-a9c3e9646d70"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"N2MzNWM1OWM1NDQ5M2I3MjgwMjcwY2IwODdhYzdkMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6764c5c9-2327-48be-a3cf-16256c058419","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OWQ1NDEzYzRkOGJiZjJlYWY1YzRmZTgyNTc1NDk1M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"80e3f439-6bbb-4a36-90ae-8b6b68185c73","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-14T12:13:24.421Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:13:24.421Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:24.423Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:24.423Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:24.523Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:13:24.524Z||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-11-14T12:13:24.524Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:24.537Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:24.538Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:13:25.423Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:13:25.424Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:25.430Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:25.430Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-14T12:13:25.526Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-11-14T12:13:25.527Z||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-11-14T12:13:25.527Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:25.542Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:25.542Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:13:26.430Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:13:26.431Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:26.439Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:26.439Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-14T12:13:26.538Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-14T12:13:26.539Z||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-11-14T12:13:26.539Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:26.552Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:26.553Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:13:27.439Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:13:27.440Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:27.441Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:27.441Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-14T12:13:27.542Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:13:27.542Z||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-11-14T12:13:27.543Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:27.556Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:27.556Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:13:28.442Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:13:28.443Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:28.445Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:28.445Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-14T12:13:28.545Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:13:28.546Z||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-11-14T12:13:28.546Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:28.559Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:28.559Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:13:29.446Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:13:29.447Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:29.449Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:29.449Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:29.549Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:13:29.550Z||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-11-14T12:13:29.550Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:29.565Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:29.565Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-14T12:13:30.449Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:13:30.450Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:30.452Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:30.453Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-14T12:13:30.553Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:13:30.553Z||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-11-14T12:13:30.553Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:30.566Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:30.567Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:13:31.453Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:13:31.454Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:31.456Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:31.456Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:13:31.556Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:13:31.557Z||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-11-14T12:13:31.557Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:31.568Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:31.569Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:13:32.457Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-14T12:13:32.458Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:32.460Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:32.460Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:13:32.561Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:13:32.561Z||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-11-14T12:13:32.561Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:32.574Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:32.575Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:13:33.462Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "23a6f23d-0608-4f8e-a36f-922e4eb2921b", "serviceDescription": "service", "serviceInvariantUUID": "1bb72419-aa9e-4da1-920e-3990ba04ffed", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "15941043-9d9a-4a8b-85a1-645042ba8192", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bca68624-707c-4630-8e4d-c3cd8b415a40", "resourceInvariantUUID": "b2db99ed-9238-43bd-aeac-4946926b58b6", "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": "bbb01198-3eb6-4bec-abd7-89af1768e6b9", "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": "828d8188-ae03-4fca-8f61-79e1a6be11af", "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": "ODZkMmI3ZWEzNDk3NmFmODc0NjJjMTgzYTE1MmQ2Yzk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "676b25ee-3fd0-46dc-a499-2ec173a1667c", "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": "c56f899d-1570-40a0-a1d5-a9c3e9646d70", "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": "972426cf-9e67-4c89-87d4-7e201d8d9868", "generatedFromUUID": "c56f899d-1570-40a0-a1d5-a9c3e9646d70" }, "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": "972426cf-9e67-4c89-87d4-7e201d8d9868", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OWQ1NDEzYzRkOGJiZjJlYWY1YzRmZTgyNTc1NDk1M2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "80e3f439-6bbb-4a36-90ae-8b6b68185c73" } ], "workloadContext": "Production" } 2021-11-14T12:13:33.462Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-14T12:13:33.462Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 23a6f23d-0608-4f8e-a36f-922e4eb2921b ASDC 2021-11-14T12:13:33.463Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:65863345-915e-41fa-b07f-44fb711f9e8a ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:23a6f23d-0608-4f8e-a36f-922e4eb2921b ServiceInvariantUUID:1bb72419-aa9e-4da1-920e-3990ba04ffed 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:80e3f439-6bbb-4a36-90ae-8b6b68185c73 ArtifactChecksum:OWQ1NDEzYzRkOGJiZjJlYWY1YzRmZTgyNTc1NDk1M2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:15941043-9d9a-4a8b-85a1-645042ba8192 ResourceInvariantUUID:b2db99ed-9238-43bd-aeac-4946926b58b6 ResourceName:basic_cnf ResourceType:VF ResourceUUID:bca68624-707c-4630-8e4d-c3cd8b415a40 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:bbb01198-3eb6-4bec-abd7-89af1768e6b9 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:828d8188-ae03-4fca-8f61-79e1a6be11af 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:676b25ee-3fd0-46dc-a499-2ec173a1667c ArtifactChecksum:ODZkMmI3ZWEzNDk3NmFmODc0NjJjMTgzYTE1MmQ2Yzk= 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:c56f899d-1570-40a0-a1d5-a9c3e9646d70 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:972426cf-9e67-4c89-87d4-7e201d8d9868 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:972426cf-9e67-4c89-87d4-7e201d8d9868 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-14T12:13:33.463Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23a6f23d-0608-4f8e-a36f-922e4eb2921b 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-11-14T12:13:33.492Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-14T12:13:33.493Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-14T12:13:33.493Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-14T12:13:33.493Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 80e3f439-6bbb-4a36-90ae-8b6b68185c73 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-14T12:13:33.493Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-14T12:13:33.493Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-14T12:13:33.849Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-14T12:13:33.854Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 80e3f439-6bbb-4a36-90ae-8b6b68185c73 68931 2021-11-14T12:13:33.854Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-14T12:13:33.855Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-14T12:13:33.855Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T12:13:33.855Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:33.857Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:33.857Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892013854, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:13:33.958Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-14T12:13:33.959Z||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-11-14T12:13:33.959Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:33.972Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:33.972Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:13:34.857Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-14T12:13:34.858Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-11-14T12:13:34.858Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 80e3f439-6bbb-4a36-90ae-8b6b68185c73, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-14T12:13:34.859Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-11-14T12:13:34.859Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-14T12:13:34.859Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-14T12:13:34.942Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5210079467868225628/Definitions/service-BasicCnf-template.yml 2021-11-14T12:13:35.853Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-14T12:13:35.854Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-14T12:13:35.854Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-14T12:13:35.854Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-11-14T12:13:35.854Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-14T12:13:35.854Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-14T12:13:35.854Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-14T12:13:35.854Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||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-11-14T12:13:35.854Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-11-14T12:13:35.854Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:35.854Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:13:35.854Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-14T12:13:35.854Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-14T12:13:35.854Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-14T12:13:35.854Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:35.855Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:13:35.855Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-14T12:13:35.855Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-11-14T12:13:35.855Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-14T12:13:35.855Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:35.855Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:13:35.855Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:35.855Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-14T12:13:35.855Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-11-14T12:13:35.855Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2021-11-14T12:13:35.855Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-14T12:13:35.856Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:35.856Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-14T12:13:35.856Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:35.856Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-14T12:13:35.856Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:13:35.856Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:35.856Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-14T12:13:35.856Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:13:35.856Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:35.857Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-14T12:13:35.857Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:13:35.857Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:35.857Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-14T12:13:35.857Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-14T12:13:35.857Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6aae2c16-3634-42bc-ad4f-e3867c4b521f 2021-11-14T12:13:35.857Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:35.857Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:13:35.858Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:35.858Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:13:35.858Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:35.858Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:13:35.858Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:35.858Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:13:35.858Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:23a6f23d-0608-4f8e-a36f-922e4eb2921b Model Version:NULL Model InvariantUuid:1bb72419-aa9e-4da1-920e-3990ba04ffed Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:24242ba6-beec-47ae-9506-1282ccd46737 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b2db99ed-9238-43bd-aeac-4946926b58b6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:15941043-9d9a-4a8b-85a1-645042ba8192 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:467e6c3c-0622-487b-a2ce-3647ba0876bc ModelName:BasicCnf..base_dummy..module-0 ModelUuid:369ba6cc-ae59-41a8-913e-1052306d186d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6aae2c16-3634-42bc-ad4f-e3867c4b521f ModelInvariantUuid:6449a445-cdac-4562-bb91-9f3719dd0e54 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:796d710e-2d96-4f09-b239-454e7451d718 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:3247b701-402f-40b7-956b-91a0cee3e2d8 ModelInvariantUuid:5769ab1b-df03-4aac-8a36-15c29905b482 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:32a733e8-b060-48d8-a5f7-0bc298c97e5b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-14T12:13:35.864Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: bca68624-707c-4630-8e4d-c3cd8b415a40 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:13:35.866Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||basic_cnf 0 2021-11-14T12:13:35.866Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bca68624-707c-4630-8e4d-c3cd8b415a40 2021-11-14T12:13:35.867Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bbb01198-3eb6-4bec-abd7-89af1768e6b9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-14T12:13:35.867Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-14T12:13:35.867Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-14T12:13:36.020Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-14T12:13:36.020Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env bbb01198-3eb6-4bec-abd7-89af1768e6b9 12 2021-11-14T12:13:36.021Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-11-14T12:13:36.021Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-14T12:13:36.021Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T12:13:36.021Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:36.023Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:36.023Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892016021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-14T12:13:36.123Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:13:36.124Z||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-11-14T12:13:36.124Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:36.139Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:36.139Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:13:37.024Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 828d8188-ae03-4fca-8f61-79e1a6be11af from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-14T12:13:37.024Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-14T12:13:37.025Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-14T12:13:37.158Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-14T12:13:37.159Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 828d8188-ae03-4fca-8f61-79e1a6be11af 2688 2021-11-14T12:13:37.159Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-11-14T12:13:37.159Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-14T12:13:37.160Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T12:13:37.160Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:37.162Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:37.162Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892017159, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-14T12:13:37.262Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:13:37.263Z||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-11-14T12:13:37.263Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:37.277Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:37.277Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:13:38.164Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 676b25ee-3fd0-46dc-a499-2ec173a1667c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-14T12:13:38.165Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-14T12:13:38.165Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-14T12:13:38.360Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-14T12:13:38.360Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 676b25ee-3fd0-46dc-a499-2ec173a1667c 828 2021-11-14T12:13:38.361Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-11-14T12:13:38.361Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-14T12:13:38.361Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T12:13:38.361Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:38.363Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:38.364Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892018360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-14T12:13:38.464Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:13:38.464Z||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-11-14T12:13:38.464Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:38.478Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:38.478Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:13:39.364Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "467e6c3c-0622-487b-a2ce-3647ba0876bc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "369ba6cc-ae59-41a8-913e-1052306d186d", "vfModuleModelCustomizationUUID": "009f7a40-639d-4ac6-bcc7-edc1eff097da", "isBase": true, "artifacts": [ "828d8188-ae03-4fca-8f61-79e1a6be11af", "c56f899d-1570-40a0-a1d5-a9c3e9646d70", "972426cf-9e67-4c89-87d4-7e201d8d9868" ], "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-11-14T12:13:39.367Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:369ba6cc-ae59-41a8-913e-1052306d186d VfModuleModelInvariantUUID:467e6c3c-0622-487b-a2ce-3647ba0876bc VfModuleModelDescription:NULL Artifacts UUID List:{ 828d8188-ae03-4fca-8f61-79e1a6be11af , c56f899d-1570-40a0-a1d5-a9c3e9646d70 , 972426cf-9e67-4c89-87d4-7e201d8d9868 } 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-11-14T12:13:39.369Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "467e6c3c-0622-487b-a2ce-3647ba0876bc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "369ba6cc-ae59-41a8-913e-1052306d186d", "vfModuleModelCustomizationUUID": "009f7a40-639d-4ac6-bcc7-edc1eff097da", "isBase": true, "artifacts": [ "828d8188-ae03-4fca-8f61-79e1a6be11af", "c56f899d-1570-40a0-a1d5-a9c3e9646d70", "972426cf-9e67-4c89-87d4-7e201d8d9868" ], "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-11-14T12:13:39.369Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:369ba6cc-ae59-41a8-913e-1052306d186d VfModuleModelInvariantUUID:467e6c3c-0622-487b-a2ce-3647ba0876bc VfModuleModelDescription:NULL Artifacts UUID List:{ 828d8188-ae03-4fca-8f61-79e1a6be11af , c56f899d-1570-40a0-a1d5-a9c3e9646d70 , 972426cf-9e67-4c89-87d4-7e201d8d9868 } 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-11-14T12:13:39.369Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c56f899d-1570-40a0-a1d5-a9c3e9646d70 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-14T12:13:39.369Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-14T12:13:39.369Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-14T12:13:39.473Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-14T12:13:39.473Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c56f899d-1570-40a0-a1d5-a9c3e9646d70 1164 2021-11-14T12:13:39.473Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-11-14T12:13:39.473Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-14T12:13:39.473Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T12:13:39.474Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:39.475Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:39.475Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892019473, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-14T12:13:39.576Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:13:39.576Z||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-11-14T12:13:39.576Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:39.591Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:39.591Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-14T12:13:40.476Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 972426cf-9e67-4c89-87d4-7e201d8d9868 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-14T12:13:40.477Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-11-14T12:13:40.477Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-14T12:13:40.522Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-11-14T12:13:40.522Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 972426cf-9e67-4c89-87d4-7e201d8d9868 200 2021-11-14T12:13:40.522Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-11-14T12:13:40.523Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-14T12:13:40.523Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-14T12:13:40.523Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:40.525Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:40.525Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892020522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-14T12:13:40.625Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:13:40.626Z||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-11-14T12:13:40.626Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:40.639Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:40.640Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:13:41.526Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 23a6f23d-0608-4f8e-a36f-922e4eb2921b 2021-11-14T12:13:41.526Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 bca68624-707c-4630-8e4d-c3cd8b415a40 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2021-11-14T12:13:41.539Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:13:41.541Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38b6f8c5, org.onap.sdc.toscaparser.api.parameters.Input@1a33dc96, org.onap.sdc.toscaparser.api.parameters.Input@1d1bc570, org.onap.sdc.toscaparser.api.parameters.Input@77a07756, org.onap.sdc.toscaparser.api.parameters.Input@78dfc9b7] 2021-11-14T12:13:41.542Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:41.542Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:13:41.542Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-11-14T12:13:41.542Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 15941043-9d9a-4a8b-85a1-645042ba8192 2021-11-14T12:13:41.542Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 15941043-9d9a-4a8b-85a1-645042ba8192 matches Tosca VF Customization UUID: 15941043-9d9a-4a8b-85a1-645042ba8192 2021-11-14T12:13:41.542Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 15941043-9d9a-4a8b-85a1-645042ba8192 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-14T12:13:41.544Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:41.544Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:13:41.545Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 15941043-9d9a-4a8b-85a1-645042ba8192: {\"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-11-14T12:13:41.545Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b11cd9c 2021-11-14T12:13:41.545Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:41.545Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-14T12:13:41.545Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 009f7a40-639d-4ac6-bcc7-edc1eff097da 2021-11-14T12:13:41.545Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 009f7a40-639d-4ac6-bcc7-edc1eff097da Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-14T12:13:41.547Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:41.547Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-14T12:13:41.547Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:13:41.547Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:41.547Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-14T12:13:41.547Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:13:41.548Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:41.548Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-14T12:13:41.548Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-14T12:13:41.548Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6aae2c16-3634-42bc-ad4f-e3867c4b521f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-14T12:13:41.549Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:41.550Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-14T12:13:41.550Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-14T12:13:41.550Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:41.550Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-14T12:13:41.550Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=15941043-9d9a-4a8b-85a1-645042ba8192 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:13:41.551Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:41.551Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:13:41.551Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 23a6f23d-0608-4f8e-a36f-922e4eb2921b: basic_cnf 2021-11-14T12:13:41.551Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:41.552Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:13:41.552Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:41.552Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:13:41.552Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:41.552Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:13:41.552Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:41.552Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:13:41.552Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-14T12:13:41.552Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-14T12:13:41.552Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-14T12:13:41.600Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf bca68624-707c-4630-8e4d-c3cd8b415a40 1 ASDC deployResourceStructure 2021-11-14T12:13:41.600Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-11-14T12:13:41.600Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-11-14T12:13:41.600Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-14T12:13:41.600Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:41.602Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:41.602Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892021600, "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-11-14T12:13:41.702Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:13:41.703Z||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-11-14T12:13:41.703Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:41.717Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:41.717Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:13:42.602Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-11-14T12:13:42.603Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-11-14T12:13:42.603Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-14T12:13:42.604Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:42.605Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:42.606Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892022602, "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-11-14T12:13:42.706Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-14T12:13:42.706Z||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-11-14T12:13:42.706Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:42.720Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:42.721Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:13:43.606Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-11-14T12:13:43.607Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-14T12:13:43.607Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T12:13:43.607Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:43.608Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:43.608Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892023606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-14T12:13:43.708Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:13:43.709Z||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-11-14T12:13:43.709Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:43.723Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:43.723Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:13:44.609Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-11-14T12:13:44.610Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-14T12:13:44.610Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T12:13:44.611Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:44.613Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:44.613Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892024609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-14T12:13:44.714Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-14T12:13:44.715Z||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-11-14T12:13:44.715Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:44.729Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:44.730Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-14T12:13:45.614Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-11-14T12:13:45.615Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-14T12:13:45.615Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T12:13:45.615Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:45.618Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:45.618Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892025614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-14T12:13:45.718Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:13:45.719Z||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-11-14T12:13:45.719Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:45.733Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:45.733Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-14T12:13:46.618Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-14T12:13:46.619Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-14T12:13:46.619Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-14T12:13:46.619Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:13:46.621Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:13:46.621Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892026618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:13:46.721Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:13:46.722Z||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-11-14T12:13:46.722Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:13:46.737Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:13:46.737Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-14T12:13:47.622Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65863345-915e-41fa-b07f-44fb711f9e8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:13:47.632Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65863345-915e-41fa-b07f-44fb711f9e8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:13:47.634Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:13:47.634Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T12:13:47.634Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T12:14:17.634Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65863345-915e-41fa-b07f-44fb711f9e8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:14:17.642Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65863345-915e-41fa-b07f-44fb711f9e8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:14:17.643Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:14:17.644Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T12:14:17.644Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T12:14:23.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:14:23.790Z||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-11-14T12:14:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:14:23.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:14:23.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:14:23.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636892003811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:14:23.817Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:14:47.644Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65863345-915e-41fa-b07f-44fb711f9e8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:14:47.653Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65863345-915e-41fa-b07f-44fb711f9e8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:14:47.654Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:14:47.655Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T12:14:47.655Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T12:15:17.655Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65863345-915e-41fa-b07f-44fb711f9e8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:15:17.665Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65863345-915e-41fa-b07f-44fb711f9e8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:15:17.668Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:15:17.668Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T12:15:17.668Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T12:15:23.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:15:23.791Z||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-11-14T12:15:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:15:23.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:15:23.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:15:23.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "aai-ml", "timestamp": 1636892004252, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:15:23.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:15:47.668Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65863345-915e-41fa-b07f-44fb711f9e8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:15:47.678Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65863345-915e-41fa-b07f-44fb711f9e8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:15:47.680Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:15:47.681Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T12:15:47.681Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T12:16:17.681Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65863345-915e-41fa-b07f-44fb711f9e8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:16:17.690Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65863345-915e-41fa-b07f-44fb711f9e8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:16:17.692Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:16:17.693Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-14T12:16:17.693Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-14T12:16:23.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:16:23.791Z||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-11-14T12:16:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:16:24.331Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:16:24.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:16:24.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-14T12:16:24.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-14T12:16:24.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-14T12:16:24.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636892005684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:16:24.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:16:24.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-14T12:16:24.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-14T12:16:24.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636892006687, "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-11-14T12:16:24.340Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 65863345-915e-41fa-b07f-44fb711f9e8a 2021-11-14T12:16:24.341Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65863345-915e-41fa-b07f-44fb711f9e8a 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-11-14T12:16:24.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-14T12:16:24.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-14T12:16:24.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-14T12:16:24.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-14T12:16:24.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-14T12:16:24.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-14T12:16:24.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-14T12:16:24.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-14T12:16:24.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "clamp", "timestamp": 1636892010717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:16:24.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:16:24.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-14T12:16:24.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-14T12:16:24.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892003787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-14T12:16:24.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-14T12:16:24.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "clamp", "timestamp": 1636892012726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:16:24.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:16:24.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "aai-ml", "timestamp": 1636892012850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:16:24.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:16:24.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "clamp", "timestamp": 1636892013729, "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-11-14T12:16:24.356Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 65863345-915e-41fa-b07f-44fb711f9e8a 2021-11-14T12:16:24.356Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65863345-915e-41fa-b07f-44fb711f9e8a 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-11-14T12:16:24.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "aai-ml", "timestamp": 1636892013854, "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-11-14T12:16:24.368Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 65863345-915e-41fa-b07f-44fb711f9e8a 2021-11-14T12:16:24.368Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65863345-915e-41fa-b07f-44fb711f9e8a 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-11-14T12:16:24.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892013854, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-14T12:16:24.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:16:24.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892016021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-14T12:16:24.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:16:24.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892017159, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-14T12:16:24.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:16:24.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892018360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-14T12:16:24.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:16:24.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892019473, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-14T12:16:24.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:16:24.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892020522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-14T12:16:24.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:16:24.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892021600, "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-11-14T12:16:24.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:16:24.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892022602, "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-11-14T12:16:24.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:16:24.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892023606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-14T12:16:24.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:16:24.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892024609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-14T12:16:24.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:16:24.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892025614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-14T12:16:24.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:16:24.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-14T12:16:24.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892026618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-14T12:16:24.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:16:47.693Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65863345-915e-41fa-b07f-44fb711f9e8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-14T12:16:47.704Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65863345-915e-41fa-b07f-44fb711f9e8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-14T12:16:47.706Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-14T12:16:47.706Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-14T12:16:47.706Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-14T12:16:47.707Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-14T12:16:47.707Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:16:47.707Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:16:47.707Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:16:47.707Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:16:47.707Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:16:47.707Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-14T12:16:47.707Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:16:47.710Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-14T12:17:17.711Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 65863345-915e-41fa-b07f-44fb711f9e8a 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-11-14T12:17:17.715Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 65863345-915e-41fa-b07f-44fb711f9e8a and serviceModelVersionId: 23a6f23d-0608-4f8e-a36f-922e4eb2921b 2021-11-14T12:17:17.716Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bb72419-aa9e-4da1-920e-3990ba04ffed 2021-11-14T12:17:17.716Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bb72419-aa9e-4da1-920e-3990ba04ffed/model-vers/model-ver/23a6f23d-0608-4f8e-a36f-922e4eb2921b?depth=0 2021-11-14T12:17:17.721Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-11-14T12:17:17.747Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bb72419-aa9e-4da1-920e-3990ba04ffed/model-vers/model-ver/23a6f23d-0608-4f8e-a36f-922e4eb2921b?depth=0|INFO|500||Invoke 2021-11-14T12:17:17.747Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bb72419-aa9e-4da1-920e-3990ba04ffed/model-vers/model-ver/23a6f23d-0608-4f8e-a36f-922e4eb2921b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bb72419-aa9e-4da1-920e-3990ba04ffed/model-vers/model-ver/23a6f23d-0608-4f8e-a36f-922e4eb2921b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[65863345-915e-41fa-b07f-44fb711f9e8a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[513ae5ff-db1c-4122-8da4-966cd3956d1d], X-ECOMP-RequestID=[65863345-915e-41fa-b07f-44fb711f9e8a], X-TransactionId=[], X-ONAP-RequestID=[65863345-915e-41fa-b07f-44fb711f9e8a], Content-Type=[application/merge-patch+json]} 2021-11-14T12:17:17.764Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bb72419-aa9e-4da1-920e-3990ba04ffed/model-vers/model-ver/23a6f23d-0608-4f8e-a36f-922e4eb2921b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-14T12:17:17.949Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bb72419-aa9e-4da1-920e-3990ba04ffed/model-vers/model-ver/23a6f23d-0608-4f8e-a36f-922e4eb2921b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bb72419-aa9e-4da1-920e-3990ba04ffed/model-vers/model-ver/23a6f23d-0608-4f8e-a36f-922e4eb2921b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211114-12:17:17:773-47794], vertex-id=[217200], Content-Length=[0], Date=[Sun, 14 Nov 2021 12:17:17 GMT], Content-Type=[application/json]} 2021-11-14T12:17:17.949Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bb72419-aa9e-4da1-920e-3990ba04ffed/model-vers/model-ver/23a6f23d-0608-4f8e-a36f-922e4eb2921b?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-14T12:17:17.950Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bb72419-aa9e-4da1-920e-3990ba04ffed/model-vers/model-ver/23a6f23d-0608-4f8e-a36f-922e4eb2921b?depth=0|INFO|500||InvokeReturn 2021-11-14T12:17:17.950Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-14T12:17:17.950Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-14T12:17:17.953Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:17:17.953Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 65863345-915e-41fa-b07f-44fb711f9e8a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-14T12:17:17.954Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-14T12:17:17.954Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-11-14T12:17:17.956Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-14T12:17:17.956Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892237953, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-14T12:17:18.056Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-14T12:17:18.057Z||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-11-14T12:17:18.057Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y8jkQCurU51uIC5X) ... 2021-11-14T12:17:18.074Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:17:18.075Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 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-11-14T12:17:18.966Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:17:18.966Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:17:18.966Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:17:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:17:23.791Z||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-11-14T12:17:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:17:24.418Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:17:24.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-14T12:17:24.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "65863345-915e-41fa-b07f-44fb711f9e8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636892237953, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-14T12:17:24.419Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-14T12:17:29.453Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:17:29.453Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:17:29.454Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:17:29.454Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:17:38.996Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:17:38.996Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:17:38.996Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:17:38.996Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:17:48.535Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:17:48.535Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:17:48.536Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:17:48.536Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:17:58.084Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:18:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:18:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:18:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:18:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:18:23.790Z||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-11-14T12:18:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:18:33.332Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:18:33.337Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:19:23.787Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:19:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:19:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:19:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:19:23.790Z||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-11-14T12:19:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:19:33.339Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:19:33.342Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:20:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:20:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:20:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:20:23.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:20:23.790Z||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-11-14T12:20:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:20:33.334Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:20:33.338Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:21:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:21:23.789Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:21:23.789Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:21:23.790Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:21:23.790Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|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-11-14T12:21:23.790Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:21:33.338Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:21:33.340Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:22:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:22:23.789Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:22:23.789Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:22:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:22:23.791Z||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-11-14T12:22:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:22:33.338Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:22:33.338Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:23:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:23:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:23:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:23:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:23:23.790Z||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-11-14T12:23:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:23:33.355Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:23:33.355Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:24:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:24:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:24:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:24:23.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:24:23.791Z||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-11-14T12:24:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:24:33.334Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:24:33.337Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:25:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:25:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:25:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:25:23.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:25:23.790Z||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-11-14T12:25:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:25:33.335Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:25:33.336Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:26:23.787Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:26:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:26:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:26:23.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:26:23.791Z||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-11-14T12:26:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:26:33.336Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:26:33.340Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:27:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:27:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:27:23.789Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:27:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:27:23.790Z||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-11-14T12:27:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:27:33.336Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:27:33.339Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:28:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:28:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:28:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:28:23.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:28:23.790Z||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-11-14T12:28:23.790Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:28:33.338Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:28:33.339Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:29:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:29:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:29:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:29:23.790Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:29:23.790Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|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-11-14T12:29:23.790Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:29:33.339Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:29:33.344Z|9f9e03bf-293d-45fc-acb3-5f8652d25d6d|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:30:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:30:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:30:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:30:23.790Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:30:23.790Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|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-11-14T12:30:23.790Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:30:33.336Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:30:33.336Z|7a5650cf-8a8e-41b0-a786-21e55543f1df|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:31:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:31:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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-11-14T12:31:23.788Z|65863345-915e-41fa-b07f-44fb711f9e8a|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 y8jkQCurU51uIC5X) ... 2021-11-14T12:31:23.790Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-14T12:31:23.791Z||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-11-14T12:31:23.791Z||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 y8jkQCurU51uIC5X) ... 2021-11-14T12:31:33.338Z|65863345-915e-41fa-b07f-44fb711f9e8a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-14T12:31:33.338Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK