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) 2022-03-09T03:20:23.354Z||main|||||INFO|500||The following profiles are active: basic 2022-03-09T03:20:36.142Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-09T03:20:36.143Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-09T03:20:36.277Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-09T03:20:40.698Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-09T03:20:41.157Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-09T03:20:41.704Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-09T03:20:41.712Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-09T03:20:41.834Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-09T03:20:42.056Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-09T03:20:42.682Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-09T03:20:44.367Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-09T03:20:47.053Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-09T03:20:47.119Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-09T03:20:47.755Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-09T03:20:47.892Z||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. 2022-03-09T03:20:49.321Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-09T03:20:50.607Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-09T03:20:50.626Z||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$$7b5c92.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) 2022-03-09T03:20:50.627Z||main|||||WARN|500||The sdc end point is not alive 2022-03-09T03:20:54.248Z||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 2022-03-09T03:20:57.461Z||main|||||WARN|500||--- 2022-03-09T03:20:57.462Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-09T03:20:57.462Z||main|||||WARN|500||--- 2022-03-09T03:20:57.943Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-09T03:21:03.235Z||main|||||INFO|500||Started Application in 43.332 seconds (JVM running for 45.678) 2022-03-09T03:21:03.250Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-09T03:21:03.252Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-09T03:21:03.268Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-09T03:21:03.297Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-09T03:21:03.350Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0390eaac-45f4-40df-9d6c-042b8d69828b url= /sdc/v1/artifactTypes 2022-03-09T03:21:03.351Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-09T03:21:03.618Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-09T03:21:03.644Z||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 2022-03-09T03:21:03.665Z||scheduling-1|||||DEBUG|500||create keys 2022-03-09T03:21:03.672Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-09T03:21:03.709Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:21:03.742Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 79c37a2a-655e-4a17-8744-ef1d0414ecc2 url= /sdc/v1/registerForDistribution 2022-03-09T03:21:03.922Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 79c37a2a-655e-4a17-8744-ef1d0414ecc2 url= /sdc/v1/registerForDistribution 2022-03-09T03:21:03.923Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-09T03:21:03.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:21:03.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:21:03.939Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-09T03:21:03.945Z||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. 2022-03-09T03:21:03.946Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:21:03.946Z||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. 2022-03-09T03:21:03.946Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:21:14.302Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:21:14.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:22:03.931Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:22:03.932Z||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. 2022-03-09T03:22:03.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:22:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:22:03.933Z||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. 2022-03-09T03:22:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:22:13.515Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:22:13.520Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:23:03.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:23:03.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:23:03.933Z||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. 2022-03-09T03:23:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:23:03.934Z||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. 2022-03-09T03:23:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:23:13.496Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:23:13.497Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:24:03.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:24:03.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:24:03.934Z||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. 2022-03-09T03:24:03.935Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:24:03.938Z||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. 2022-03-09T03:24:03.938Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:24:13.528Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:24:13.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:25:03.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:25:03.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:25:03.933Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T03:25:03.933Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:25:03.934Z||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. 2022-03-09T03:25:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:25:13.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:25:13.517Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:26:03.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:26:03.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T03:26:03.933Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:26:03.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:26:03.934Z||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. 2022-03-09T03:26:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:26:13.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:26:13.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:27:03.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:27:03.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:27:03.933Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T03:27:03.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:27:03.933Z||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. 2022-03-09T03:27:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:27:13.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:27:13.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:28:03.931Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:28:03.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:28:03.932Z||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. 2022-03-09T03:28:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:28:03.935Z||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. 2022-03-09T03:28:03.936Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:28:13.511Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:28:13.511Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:29:03.931Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:29:03.932Z||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. 2022-03-09T03:29:03.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:29:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:29:03.933Z||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. 2022-03-09T03:29:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:29:13.513Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:29:13.513Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:30:03.931Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:30:03.932Z||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. 2022-03-09T03:30:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:30:03.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:30:03.935Z||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. 2022-03-09T03:30:03.936Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:30:13.517Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:30:13.518Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:31:03.931Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:31:03.932Z||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. 2022-03-09T03:31:03.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:31:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:31:03.933Z||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. 2022-03-09T03:31:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:31:10.577Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-09T03:31:13.497Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:31:13.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:32:03.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:32:03.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:32:03.935Z||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. 2022-03-09T03:32:03.935Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T03:32:03.935Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:32:03.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:32:13.502Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:32:13.502Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:33:03.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:33:03.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:33:03.933Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T03:33:03.933Z||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. 2022-03-09T03:33:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:33:03.933Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:33:13.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:33:13.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:34:03.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:34:03.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:34:03.933Z||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. 2022-03-09T03:34:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:34:03.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T03:34:03.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:34:13.495Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:34:13.497Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:35:03.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:35:03.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T03:35:03.932Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:35:03.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:35:03.933Z||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. 2022-03-09T03:35:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:35:13.492Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:35:13.536Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:36:03.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:36:03.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T03:36:03.932Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:36:03.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:36:03.934Z||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. 2022-03-09T03:36:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:36:13.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:36:13.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:37:03.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:37:03.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T03:37:03.933Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:37:03.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:37:03.933Z||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. 2022-03-09T03:37:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:37:13.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:37:13.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:38:03.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:38:03.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T03:38:03.932Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:38:03.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:38:03.934Z||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. 2022-03-09T03:38:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:38:13.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:38:13.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:39:03.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:39:03.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:39:03.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T03:39:03.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:39:03.936Z||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. 2022-03-09T03:39:03.940Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:39:13.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:39:13.526Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:40:03.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:40:03.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:40:03.933Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T03:40:03.933Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:40:03.934Z||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. 2022-03-09T03:40:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:40:13.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:40:13.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:41:03.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:41:03.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:41:03.933Z||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. 2022-03-09T03:41:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:41:03.934Z||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. 2022-03-09T03:41:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:41:13.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:41:13.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:42:03.931Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:42:03.932Z||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. 2022-03-09T03:42:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:42:03.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:42:03.934Z||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. 2022-03-09T03:42:03.935Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:42:13.532Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:42:13.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:43:03.931Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:43:03.932Z||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. 2022-03-09T03:43:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:43:03.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:43:03.934Z||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. 2022-03-09T03:43:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:43:13.503Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:43:13.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:44:03.931Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:44:03.932Z||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. 2022-03-09T03:44:03.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:44:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:44:03.933Z||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. 2022-03-09T03:44:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:44:13.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:44:13.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:45:03.931Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:45:03.932Z||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. 2022-03-09T03:45:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:45:03.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:45:03.933Z||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. 2022-03-09T03:45:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:45:13.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:45:13.504Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:46:03.931Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:46:03.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:46:03.933Z||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. 2022-03-09T03:46:03.933Z||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. 2022-03-09T03:46:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:46:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:46:13.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:46:13.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:47:03.931Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:47:03.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:47:03.933Z||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. 2022-03-09T03:47:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:47:03.933Z||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. 2022-03-09T03:47:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:47:13.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:47:13.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:48:03.931Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:48:03.932Z||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. 2022-03-09T03:48:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:48:03.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:48:03.933Z||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. 2022-03-09T03:48:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:48:13.514Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:48:13.514Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:49:03.931Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:49:03.932Z||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. 2022-03-09T03:49:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:49:03.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:49:03.933Z||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. 2022-03-09T03:49:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:49:13.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:49:13.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:50:03.931Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:50:03.932Z||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. 2022-03-09T03:50:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:50:03.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:50:03.933Z||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. 2022-03-09T03:50:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:50:13.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:50:13.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:51:03.931Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:51:03.932Z||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. 2022-03-09T03:51:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:51:03.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:51:03.933Z||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. 2022-03-09T03:51:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:51:13.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:51:13.521Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:03.931Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:52:03.932Z||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. 2022-03-09T03:52:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:52:03.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:52:03.933Z||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. 2022-03-09T03:52:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:52:12.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:12.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T03:52:12.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b346ecb-20c4-4d8d-ab29-e7a0cd30458b","serviceName":"basic_onboard_dXZZWu","serviceVersion":"1.0","serviceUUID":"3a1ba215-7a3d-4934-94bf-bb0371cbe60a","serviceDescription":"service","serviceInvariantUUID":"c98c9580-3c07-404c-a783-3e14dcc8deaf","resources":[{"resourceInstanceName":"basic_onboard_dXZZWu 0","resourceName":"basic_onboard_dXZZWu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a1b6bce-3ccf-4ece-a29c-291797aa07e3","resourceInvariantUUID":"a9db19bd-6c34-4dbf-923d-a8d3d7000aba","resourceCustomizationUUID":"db5d9267-372a-432c-9945-d5a68518a78f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vf-license-model.xml","artifactChecksum":"ZWNjYTMzOGIyNTVhZGFmYjZlOGE1YTVhN2M3YWZmY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"31c9b100-35e3-4ca5-98ad-914b3ce00466","artifactVersion":"1"},{"artifactName":"basic_onboard_dxzzwu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json","artifactChecksum":"ZmM2OWJhMDEyMDgxZjg1ZDVkOWFiZWY0ZGY0MjExZGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"56a1ec53-4d1b-4860-8b59-b42c132b344e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"59ae8d76-f2d8-454b-be83-fcd328ef3335","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d6058792-beb7-4a87-a2c4-64ff7404d7ff","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9d5fa9df-e9c5-4596-b371-54ee74770e40","artifactVersion":"2","generatedFromUUID":"59ae8d76-f2d8-454b-be83-fcd328ef3335"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDxzzwu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-template.yml","artifactChecksum":"NGFhODE0ZDFmZDU2N2I0NzNlNTU4ZTVmZTUyM2NhNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe170b48-0fa6-4f24-b518-40c234319fed","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDxzzwu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar","artifactChecksum":"YzQ2MmU4ZTFlYTRkMjZhOGExNGQ4NTcwYjA2NWFmZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"61b2993b-3190-4e1a-8bd3-f23ed8a61f63","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T03:52:12.996Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T03:52:13.003Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:52:13.013Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:52:13.013Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797923931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:52:13.113Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-09T03:52:13.119Z||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. 2022-03-09T03:52:13.119Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:52:13.154Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:13.156Z||pool-3-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":14,"count":1} 2022-03-09T03:52:13.274Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:13.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:52:13.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "dcae-sch", "timestamp": 1646797925117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:52:13.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:52:14.020Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T03:52:14.021Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:52:14.023Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:52:14.023Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797923931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json", "status": "NOTIFIED" } 2022-03-09T03:52:14.123Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:52:14.124Z||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. 2022-03-09T03:52:14.125Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:52:14.153Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:14.154Z||pool-4-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:52:15.028Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T03:52:15.029Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:52:15.031Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:52:15.031Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797923931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T03:52:15.134Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-09T03:52:15.136Z||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. 2022-03-09T03:52:15.137Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:52:15.160Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:15.161Z||pool-5-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-03-09T03:52:16.037Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T03:52:16.038Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:52:16.040Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:52:16.040Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797923931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:52:16.140Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:52:16.142Z||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. 2022-03-09T03:52:16.142Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:52:16.158Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:16.159Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-09T03:52:17.041Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T03:52:17.042Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:52:17.045Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:52:17.045Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797923931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T03:52:17.145Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:52:17.146Z||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. 2022-03-09T03:52:17.147Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:52:17.161Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:17.162Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-09T03:52:18.046Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T03:52:18.047Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:52:18.049Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:52:18.049Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797923931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:52:18.150Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T03:52:18.151Z||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. 2022-03-09T03:52:18.151Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:52:18.167Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:18.168Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:52:19.051Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T03:52:19.052Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:52:19.056Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:52:19.056Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797923931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "NOTIFIED" } 2022-03-09T03:52:19.157Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:52:19.158Z||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. 2022-03-09T03:52:19.158Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:52:19.182Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:19.183Z||pool-9-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:52:20.058Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "serviceName": "basic_onboard_dXZZWu", "serviceVersion": "1.0", "serviceUUID": "3a1ba215-7a3d-4934-94bf-bb0371cbe60a", "serviceDescription": "service", "serviceInvariantUUID": "c98c9580-3c07-404c-a783-3e14dcc8deaf", "resources": [ { "resourceInstanceName": "basic_onboard_dXZZWu 0", "resourceCustomizationUUID": "db5d9267-372a-432c-9945-d5a68518a78f", "resourceName": "basic_onboard_dXZZWu", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2a1b6bce-3ccf-4ece-a29c-291797aa07e3", "resourceInvariantUUID": "a9db19bd-6c34-4dbf-923d-a8d3d7000aba", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_dxzzwu0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json", "artifactChecksum": "ZmM2OWJhMDEyMDgxZjg1ZDVkOWFiZWY0ZGY0MjExZGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "56a1ec53-4d1b-4860-8b59-b42c132b344e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "59ae8d76-f2d8-454b-be83-fcd328ef3335", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9d5fa9df-e9c5-4596-b371-54ee74770e40", "generatedFromUUID": "59ae8d76-f2d8-454b-be83-fcd328ef3335" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9d5fa9df-e9c5-4596-b371-54ee74770e40", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardDxzzwu-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "artifactChecksum": "YzQ2MmU4ZTFlYTRkMjZhOGExNGQ4NTcwYjA2NWFmZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61b2993b-3190-4e1a-8bd3-f23ed8a61f63" } ], "workloadContext": "Production" } 2022-03-09T03:52:20.059Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T03:52:20.060Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a1ba215-7a3d-4934-94bf-bb0371cbe60a ASDC 2022-03-09T03:52:20.190Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:0b346ecb-20c4-4d8d-ab29-e7a0cd30458b ServiceName:basic_onboard_dXZZWu ServiceVersion:1.0 ServiceUUID:3a1ba215-7a3d-4934-94bf-bb0371cbe60a ServiceInvariantUUID:c98c9580-3c07-404c-a783-3e14dcc8deaf ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardDxzzwu-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar ArtifactUUID:61b2993b-3190-4e1a-8bd3-f23ed8a61f63 ArtifactChecksum:YzQ2MmU4ZTFlYTRkMjZhOGExNGQ4NTcwYjA2NWFmZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_dXZZWu 0 ResourceCustomizationUUID:db5d9267-372a-432c-9945-d5a68518a78f ResourceInvariantUUID:a9db19bd-6c34-4dbf-923d-a8d3d7000aba ResourceName:basic_onboard_dXZZWu ResourceType:VF ResourceUUID:2a1b6bce-3ccf-4ece-a29c-291797aa07e3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_dxzzwu0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json ArtifactUUID:56a1ec53-4d1b-4860-8b59-b42c132b344e ArtifactChecksum:ZmM2OWJhMDEyMDgxZjg1ZDVkOWFiZWY0ZGY0MjExZGM= 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/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml ArtifactUUID:59ae8d76-f2d8-454b-be83-fcd328ef3335 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/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env ArtifactUUID:9d5fa9df-e9c5-4596-b371-54ee74770e40 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/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env ArtifactUUID:9d5fa9df-e9c5-4596-b371-54ee74770e40 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T03:52:20.191Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a1ba215-7a3d-4934-94bf-bb0371cbe60a 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 (?, ?, ?, ?, ?) 2022-03-09T03:52:20.420Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T03:52:20.422Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-09T03:52:20.423Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-09T03:52:20.423Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 61b2993b-3190-4e1a-8bd3-f23ed8a61f63 from URL: /sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:20.423Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-09T03:52:20.425Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:20.660Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-09T03:52:20.678Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar 61b2993b-3190-4e1a-8bd3-f23ed8a61f63 71551 2022-03-09T03:52:20.680Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar ASDC sendASDCNotification 2022-03-09T03:52:20.680Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:20.681Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T03:52:20.682Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:52:20.684Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:52:20.685Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797940679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T03:52:20.785Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T03:52:20.786Z||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. 2022-03-09T03:52:20.786Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:52:20.798Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:20.799Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:52:21.685Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T03:52:21.687Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-09T03:52:21.687Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 61b2993b-3190-4e1a-8bd3-f23ed8a61f63, URL: /sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar to file: /app/ASDC/1/service-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:21.688Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:21.767Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:21.768Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:22.398Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14755860132332360749/Definitions/service-BasicOnboardDxzzwu-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 2022-03-09T03:52:24.302Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T03:52:24.308Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-09T03:52:24.308Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:24.308Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-09T03:52:24.309Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dXZZWu 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-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:24.309Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||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-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:24.309Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||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-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:24.310Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||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-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:24.310Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|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-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:24.310Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:24.311Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:24.311Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||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-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:24.311Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||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-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:24.311Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-09T03:52:24.318Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:24.320Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dXZZWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:52:24.326Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dXZZWu 0 is matching search criteria 2022-03-09T03:52:24.327Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-09T03:52:24.329Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dXZZWu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T03:52:24.331Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:24.331Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dXZZWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:52:24.331Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dXZZWu 0 is matching search criteria 2022-03-09T03:52:24.332Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-09T03:52:24.332Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dXZZWu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T03:52:24.332Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:24.333Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dXZZWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:52:24.337Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:24.338Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dXZZWu 0 is not matching search criteria 2022-03-09T03:52:24.338Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-09T03:52:24.339Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-09T03:52:24.339Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-09T03:52:24.339Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T03:52:24.340Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T03:52:24.340Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:24.341Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dXZZWu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T03:52:24.342Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:24.343Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dXZZWu 0 is matching search criteria 2022-03-09T03:52:24.343Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dXZZWu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T03:52:24.344Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:24.344Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dXZZWu 0 is matching search criteria 2022-03-09T03:52:24.344Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dXZZWu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T03:52:24.346Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:24.346Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dXZZWu 0 is matching search criteria 2022-03-09T03:52:24.346Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dXZZWu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T03:52:24.347Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:24.347Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dXZZWu 0 is not matching search criteria 2022-03-09T03:52:24.347Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-09T03:52:24.347Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T03:52:24.347Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e54397aa-459e-4802-95f4-f0cb5f497ac8 2022-03-09T03:52:24.348Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:24.348Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dXZZWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:52:24.348Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:24.348Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dXZZWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:52:24.349Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:24.349Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dXZZWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:52:24.349Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:24.349Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dXZZWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:52:24.349Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_dXZZWu Description:service Model UUID:3a1ba215-7a3d-4934-94bf-bb0371cbe60a Model Version:NULL Model InvariantUuid:c98c9580-3c07-404c-a783-3e14dcc8deaf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_dXZZWu Model UUID:f6413c27-b8ff-48dd-acd1-d7f90eb8d71b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a9db19bd-6c34-4dbf-923d-a8d3d7000aba Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:db5d9267-372a-432c-9945-d5a68518a78f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:120e9522-b7ad-4182-8200-5b86508fd186 ModelName:BasicOnboardDxzzwu..base_ubuntu18..module-0 ModelUuid:2e8f5dcf-e9a0-48db-91d6-baec24d0d2e6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e54397aa-459e-4802-95f4-f0cb5f497ac8 ModelInvariantUuid:5a811d6f-cafd-4362-a4a1-1a6da0fbcaf0 ModelName:basic_onboard_dXZZWu-nodes.ubuntu18Cvfc ModelUuid:523f027b-01b7-45e3-a17d-36460aa25a8c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:bd468ecf-4fe3-435c-9dec-2041b567750d ModelInvariantUuid:e2e03d99-25bc-438c-ada0-7511f21851f8 ModelName:BasicOnboardDxzzwu.compute.nodes.heat.ubuntu18 ModelUuid:fadca6fa-258d-400e-a345-3bf8fe5a1823 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=? 2022-03-09T03:52:24.375Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a1b6bce-3ccf-4ece-a29c-291797aa07e3 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=? 2022-03-09T03:52:24.473Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||basic_onboard_dXZZWu 0 2022-03-09T03:52:24.480Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a1b6bce-3ccf-4ece-a29c-291797aa07e3 2022-03-09T03:52:24.481Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 56a1ec53-4d1b-4860-8b59-b42c132b344e from URL: /sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json 2022-03-09T03:52:24.481Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-09T03:52:24.481Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json 2022-03-09T03:52:24.653Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-09T03:52:24.653Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json 56a1ec53-4d1b-4860-8b59-b42c132b344e 798 2022-03-09T03:52:24.653Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json ASDC sendASDCNotification 2022-03-09T03:52:24.654Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json 2022-03-09T03:52:24.654Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T03:52:24.654Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:52:24.657Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:52:24.657Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797944653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T03:52:24.757Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:52:24.759Z||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. 2022-03-09T03:52:24.760Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:52:24.778Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:24.780Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-03-09T03:52:25.659Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDxzzwu..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "120e9522-b7ad-4182-8200-5b86508fd186", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2e8f5dcf-e9a0-48db-91d6-baec24d0d2e6", "vfModuleModelCustomizationUUID": "d4dba1cb-8218-4b4d-8180-ff2546b4217d", "isBase": true, "artifacts": [ "59ae8d76-f2d8-454b-be83-fcd328ef3335", "9d5fa9df-e9c5-4596-b371-54ee74770e40" ], "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": "" } } ] 2022-03-09T03:52:25.677Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDxzzwu..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2e8f5dcf-e9a0-48db-91d6-baec24d0d2e6 VfModuleModelInvariantUUID:120e9522-b7ad-4182-8200-5b86508fd186 VfModuleModelDescription:NULL Artifacts UUID List:{ 59ae8d76-f2d8-454b-be83-fcd328ef3335 , 9d5fa9df-e9c5-4596-b371-54ee74770e40 } 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 } 2022-03-09T03:52:25.681Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDxzzwu..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "120e9522-b7ad-4182-8200-5b86508fd186", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2e8f5dcf-e9a0-48db-91d6-baec24d0d2e6", "vfModuleModelCustomizationUUID": "d4dba1cb-8218-4b4d-8180-ff2546b4217d", "isBase": true, "artifacts": [ "59ae8d76-f2d8-454b-be83-fcd328ef3335", "9d5fa9df-e9c5-4596-b371-54ee74770e40" ], "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": "" } } ] 2022-03-09T03:52:25.681Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDxzzwu..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2e8f5dcf-e9a0-48db-91d6-baec24d0d2e6 VfModuleModelInvariantUUID:120e9522-b7ad-4182-8200-5b86508fd186 VfModuleModelDescription:NULL Artifacts UUID List:{ 59ae8d76-f2d8-454b-be83-fcd328ef3335 , 9d5fa9df-e9c5-4596-b371-54ee74770e40 } 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 } 2022-03-09T03:52:25.681Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 59ae8d76-f2d8-454b-be83-fcd328ef3335 from URL: /sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml 2022-03-09T03:52:25.681Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-09T03:52:25.681Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml 2022-03-09T03:52:25.858Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-09T03:52:25.859Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml 59ae8d76-f2d8-454b-be83-fcd328ef3335 5033 2022-03-09T03:52:25.859Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-09T03:52:25.859Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml 2022-03-09T03:52:25.860Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T03:52:25.860Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:52:25.864Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:52:25.864Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797945859, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T03:52:25.964Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:52:25.965Z||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. 2022-03-09T03:52:25.966Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:52:25.979Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:25.981Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:52:26.867Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9d5fa9df-e9c5-4596-b371-54ee74770e40 from URL: /sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env 2022-03-09T03:52:26.868Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-09T03:52:26.868Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env 2022-03-09T03:52:26.948Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-09T03:52:26.949Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env 9d5fa9df-e9c5-4596-b371-54ee74770e40 909 2022-03-09T03:52:26.949Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-09T03:52:26.949Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env 2022-03-09T03:52:26.950Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T03:52:26.950Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:52:26.953Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:52:26.953Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797946949, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T03:52:27.053Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:52:27.054Z||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. 2022-03-09T03:52:27.055Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:52:27.069Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:27.070Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:52:27.954Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3a1ba215-7a3d-4934-94bf-bb0371cbe60a 2022-03-09T03:52:27.955Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dXZZWu 0 2a1b6bce-3ccf-4ece-a29c-291797aa07e3 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=? 2022-03-09T03:52:27.989Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@576cb0ec, org.onap.sdc.toscaparser.api.parameters.Input@6ee2a999, org.onap.sdc.toscaparser.api.parameters.Input@7d8fecb0, org.onap.sdc.toscaparser.api.parameters.Input@342c7386, org.onap.sdc.toscaparser.api.parameters.Input@6755e3f] 2022-03-09T03:52:27.993Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:27.994Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dXZZWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:52:27.994Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-09T03:52:27.994Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= db5d9267-372a-432c-9945-d5a68518a78f 2022-03-09T03:52:27.995Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: db5d9267-372a-432c-9945-d5a68518a78f matches Tosca VF Customization UUID: db5d9267-372a-432c-9945-d5a68518a78f 2022-03-09T03:52:27.995Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: db5d9267-372a-432c-9945-d5a68518a78f 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=? 2022-03-09T03:52:28.003Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:28.003Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dXZZWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:52:28.005Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id db5d9267-372a-432c-9945-d5a68518a78f: {\"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\"} 2022-03-09T03:52:28.005Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ec89f7c 2022-03-09T03:52:28.005Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:28.006Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dXZZWu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T03:52:28.006Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d4dba1cb-8218-4b4d-8180-ff2546b4217d 2022-03-09T03:52:28.008Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d4dba1cb-8218-4b4d-8180-ff2546b4217d 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=? 2022-03-09T03:52:28.014Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:28.014Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dXZZWu 0 is matching search criteria 2022-03-09T03:52:28.014Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dXZZWu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T03:52:28.015Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:28.015Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dXZZWu 0 is matching search criteria 2022-03-09T03:52:28.016Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dXZZWu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T03:52:28.016Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:28.016Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dXZZWu 0 is not matching search criteria 2022-03-09T03:52:28.017Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-09T03:52:28.017Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T03:52:28.017Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e54397aa-459e-4802-95f4-f0cb5f497ac8 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=? 2022-03-09T03:52:28.025Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:28.025Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dXZZWu 0 is matching search criteria 2022-03-09T03:52:28.025Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dXZZWu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T03:52:28.026Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:28.026Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dXZZWu 0 is matching search criteria 2022-03-09T03:52:28.026Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dXZZWu 0] matching following query criteria: sdcType=VF, customizationUUID=db5d9267-372a-432c-9945-d5a68518a78f 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=? 2022-03-09T03:52:28.032Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:28.032Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dXZZWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:52:28.033Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3a1ba215-7a3d-4934-94bf-bb0371cbe60a: basic_onboard_dXZZWu 2022-03-09T03:52:28.033Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:28.033Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dXZZWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:52:28.034Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:28.034Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dXZZWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:52:28.034Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:28.034Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dXZZWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:52:28.035Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:28.035Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dXZZWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:52:28.035Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:52:28.036Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dXZZWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:52:28.036Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_dXZZWu 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 (?, ?, ?, ?, ?) 2022-03-09T03:52:28.209Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dXZZWu 2a1b6bce-3ccf-4ece-a29c-291797aa07e3 1 ASDC deployResourceStructure 2022-03-09T03:52:28.210Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json ASDC sendASDCNotification 2022-03-09T03:52:28.210Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json 2022-03-09T03:52:28.211Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T03:52:28.211Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:52:28.213Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:52:28.214Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797948210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T03:52:28.317Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-09T03:52:28.318Z||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. 2022-03-09T03:52:28.318Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:52:28.329Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:28.329Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:52:29.215Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-09T03:52:29.215Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml 2022-03-09T03:52:29.216Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T03:52:29.216Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:52:29.218Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:52:29.218Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797949215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-09T03:52:29.318Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:52:29.320Z||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. 2022-03-09T03:52:29.320Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:52:29.331Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:29.331Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-09T03:52:30.219Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-09T03:52:30.220Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env 2022-03-09T03:52:30.220Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T03:52:30.220Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:52:30.222Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:52:30.222Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797950219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-09T03:52:30.322Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:52:30.323Z||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. 2022-03-09T03:52:30.323Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:52:30.336Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:30.337Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:52:31.223Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar ASDC sendASDCNotification 2022-03-09T03:52:31.223Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar 2022-03-09T03:52:31.224Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T03:52:31.224Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:52:31.226Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:52:31.226Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797951223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T03:52:31.327Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T03:52:31.328Z||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. 2022-03-09T03:52:31.328Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:52:31.342Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:52:31.342Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:52:32.227Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T03:52:32.255Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 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=? 2022-03-09T03:52:32.257Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T03:52:32.257Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T03:52:32.258Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T03:53:02.258Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T03:53:02.268Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 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=? 2022-03-09T03:53:02.271Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T03:53:02.271Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T03:53:02.271Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T03:53:03.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:53:03.934Z||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. 2022-03-09T03:53:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:53:03.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:53:03.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:53:03.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797923931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:53:03.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:53:32.272Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T03:53:32.293Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 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=? 2022-03-09T03:53:32.295Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T03:53:32.296Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T03:53:32.296Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T03:54:02.296Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T03:54:02.308Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 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=? 2022-03-09T03:54:02.310Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T03:54:02.310Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T03:54:02.311Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T03:54:03.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:54:03.935Z||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. 2022-03-09T03:54:03.935Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:54:03.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:54:03.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:54:03.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "cds", "timestamp": 1646797929587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:54:03.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:54:03.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:54:03.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "multicloud-k8s-id", "timestamp": 1646797931145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:54:03.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:54:32.311Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T03:54:32.323Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 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=? 2022-03-09T03:54:32.326Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T03:54:32.326Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T03:54:32.326Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T03:55:02.326Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T03:55:02.337Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 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=? 2022-03-09T03:55:02.339Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T03:55:02.340Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T03:55:02.340Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T03:55:03.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:55:03.934Z||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. 2022-03-09T03:55:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:55:03.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:55:03.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797923931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json", "status": "NOTIFIED" } 2022-03-09T03:55:03.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "dcae-sch", "timestamp": 1646797925117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "cds", "timestamp": 1646797929587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "multicloud-k8s-id", "timestamp": 1646797931145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json", "status": "NOTIFIED" } 2022-03-09T03:55:03.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797934778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "dcae-sch", "timestamp": 1646797925117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "cds", "timestamp": 1646797929587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797923931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T03:55:03.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "multicloud-k8s-id", "timestamp": 1646797931145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T03:55:03.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "aai-ml", "timestamp": 1646797935391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797934778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797923931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "cds", "timestamp": 1646797929587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "dcae-sch", "timestamp": 1646797925117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "multicloud-k8s-id", "timestamp": 1646797931145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "aai-ml", "timestamp": 1646797935391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797934778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797923931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T03:55:03.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "cds", "timestamp": 1646797929587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "dcae-sch", "timestamp": 1646797925117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "multicloud-k8s-id", "timestamp": 1646797931145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T03:55:03.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "aai-ml", "timestamp": 1646797935391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797934778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "dcae-sch", "timestamp": 1646797925117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "cds", "timestamp": 1646797929587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797923931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "multicloud-k8s-id", "timestamp": 1646797931145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "aai-ml", "timestamp": 1646797935391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797934778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "dcae-sch", "timestamp": 1646797925117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797923931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "NOTIFIED" } 2022-03-09T03:55:03.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "multicloud-k8s-id", "timestamp": 1646797931145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "NOTIFIED" } 2022-03-09T03:55:03.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "cds", "timestamp": 1646797929587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "NOTIFIED" } 2022-03-09T03:55:03.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "aai-ml", "timestamp": 1646797935391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:03.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:03.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "ves-openapi-manager", "timestamp": 1646797939462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:03.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797934778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "multicloud-k8s-id", "timestamp": 1646797940548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.001Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "aai-ml", "timestamp": 1646797935391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "cds", "timestamp": 1646797940018, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.002Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "ves-openapi-manager", "timestamp": 1646797939462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797940679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797934778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "NOTIFIED" } 2022-03-09T03:55:04.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "aai-ml", "timestamp": 1646797935391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "NOTIFIED" } 2022-03-09T03:55:04.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "cds", "timestamp": 1646797941051, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-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=? 2022-03-09T03:55:04.015Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 2022-03-09T03:55:04.016Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 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 (?, ?, ?, ?, ?) 2022-03-09T03:55:04.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "ves-openapi-manager", "timestamp": 1646797939462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "multicloud-k8s-id", "timestamp": 1646797941673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797942710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "policy-id", "timestamp": 1646797941491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "ves-openapi-manager", "timestamp": 1646797939462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "multicloud-k8s-id", "timestamp": 1646797942867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "aai-ml", "timestamp": 1646797943413, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "policy-id", "timestamp": 1646797941491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "ves-openapi-manager", "timestamp": 1646797939462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "multicloud-k8s-id", "timestamp": 1646797943927, "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=? 2022-03-09T03:55:04.035Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 2022-03-09T03:55:04.036Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 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 (?, ?, ?, ?, ?) 2022-03-09T03:55:04.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "policy-id", "timestamp": 1646797941491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T03:55:04.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797944653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "ves-openapi-manager", "timestamp": 1646797939462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "multicloud-k8s-id", "timestamp": 1646797944932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T03:55:04.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "policy-id", "timestamp": 1646797941491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "ves-openapi-manager", "timestamp": 1646797939462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "cds", "timestamp": 1646797944587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797945859, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "policy-id", "timestamp": 1646797941491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "dcae-sch", "timestamp": 1646797945117, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "cds", "timestamp": 1646797944587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797946949, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797947749, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T03:55:04.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "policy-id", "timestamp": 1646797941491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "dcae-sch", "timestamp": 1646797945117, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "cds", "timestamp": 1646797944587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797948754, "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=? 2022-03-09T03:55:04.057Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 2022-03-09T03:55:04.057Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 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 (?, ?, ?, ?, ?) 2022-03-09T03:55:04.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797948210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T03:55:04.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "policy-id", "timestamp": 1646797941491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "NOTIFIED" } 2022-03-09T03:55:04.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "dcae-sch", "timestamp": 1646797945117, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "cds", "timestamp": 1646797944587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797949215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-09T03:55:04.068Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "policy-id", "timestamp": 1646797949279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.069Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "dcae-sch", "timestamp": 1646797945117, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "cds", "timestamp": 1646797944587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797950219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-09T03:55:04.071Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "policy-id", "timestamp": 1646797950288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T03:55:04.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "dcae-sch", "timestamp": 1646797945117, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "cds", "timestamp": 1646797944587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646797951223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T03:55:04.074Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "policy-id", "timestamp": 1646797951293, "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=? 2022-03-09T03:55:04.080Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 2022-03-09T03:55:04.081Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 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=? 2022-03-09T03:55:04.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "dcae-sch", "timestamp": 1646797945117, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "multicloud-k8s-id", "timestamp": 1646797951145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "cds", "timestamp": 1646797944587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "NOTIFIED" } 2022-03-09T03:55:04.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "dcae-sch", "timestamp": 1646797945117, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "multicloud-k8s-id", "timestamp": 1646797951145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json", "status": "NOTIFIED" } 2022-03-09T03:55:04.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "cds", "timestamp": 1646797952556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "clamp", "timestamp": 1646797952998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "multicloud-k8s-id", "timestamp": 1646797951145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T03:55:04.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "cds", "timestamp": 1646797953563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-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 (?, ?, ?, ?, ?) 2022-03-09T03:55:04.112Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e676b04a-8766-4134-8ba1-3a9075ff74a7 2022-03-09T03:55:04.113Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e676b04a-8766-4134-8ba1-3a9075ff74a7 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 (?, ?, ?, ?, ?) 2022-03-09T03:55:04.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "clamp", "timestamp": 1646797952998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/basic_onboard_dxzzwu0_modules.json", "status": "NOTIFIED" } 2022-03-09T03:55:04.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "multicloud-k8s-id", "timestamp": 1646797951145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "clamp", "timestamp": 1646797952998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "multicloud-k8s-id", "timestamp": 1646797951145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T03:55:04.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "clamp", "timestamp": 1646797952998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "multicloud-k8s-id", "timestamp": 1646797951145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "clamp", "timestamp": 1646797952998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/resourceInstances/basic_onboard_dxzzwu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "multicloud-k8s-id", "timestamp": 1646797951145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "NOTIFIED" } 2022-03-09T03:55:04.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "clamp", "timestamp": 1646797952998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "multicloud-k8s-id", "timestamp": 1646797959111, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "clamp", "timestamp": 1646797952998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "NOTIFIED" } 2022-03-09T03:55:04.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "ves-openapi-manager", "timestamp": 1646797959462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "ves-openapi-manager", "timestamp": 1646797959462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "multicloud-k8s-id", "timestamp": 1646797960618, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.127Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "ves-openapi-manager", "timestamp": 1646797959462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "multicloud-k8s-id", "timestamp": 1646797961907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "policy-id", "timestamp": 1646797961491, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "aai-ml", "timestamp": 1646797962920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T03:55:04.129Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "ves-openapi-manager", "timestamp": 1646797959462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "multicloud-k8s-id", "timestamp": 1646797962926, "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=? 2022-03-09T03:55:04.134Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e676b04a-8766-4134-8ba1-3a9075ff74a7 2022-03-09T03:55:04.134Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e676b04a-8766-4134-8ba1-3a9075ff74a7 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 (?, ?, ?, ?, ?) 2022-03-09T03:55:04.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "policy-id", "timestamp": 1646797961491, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "aai-ml", "timestamp": 1646797963926, "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=? 2022-03-09T03:55:04.147Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 2022-03-09T03:55:04.148Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 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 (?, ?, ?, ?, ?) 2022-03-09T03:55:04.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "ves-openapi-manager", "timestamp": 1646797959462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "multicloud-k8s-id", "timestamp": 1646797963930, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json", "status": "DEPLOY_OK" } 2022-03-09T03:55:04.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "policy-id", "timestamp": 1646797961491, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T03:55:04.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "ves-openapi-manager", "timestamp": 1646797959462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797964779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "policy-id", "timestamp": 1646797961491, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "aai-ml", "timestamp": 1646797965390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "ves-openapi-manager", "timestamp": 1646797959462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797964779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "policy-id", "timestamp": 1646797961491, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "aai-ml", "timestamp": 1646797965390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797964779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "policy-id", "timestamp": 1646797961491, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "aai-ml", "timestamp": 1646797965390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797964779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "policy-id", "timestamp": 1646797961491, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "NOTIFIED" } 2022-03-09T03:55:04.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "aai-ml", "timestamp": 1646797965390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797964779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "clamp", "timestamp": 1646797969653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "policy-id", "timestamp": 1646797969448, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "aai-ml", "timestamp": 1646797965390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797964779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "policy-id", "timestamp": 1646797970452, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T03:55:04.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "aai-ml", "timestamp": 1646797965390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797964779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "NOTIFIED" } 2022-03-09T03:55:04.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "clamp", "timestamp": 1646797971672, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxzzwu/1.0/artifacts/service-BasicOnboardDxzzwu-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T03:55:04.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "policy-id", "timestamp": 1646797971455, "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=? 2022-03-09T03:55:04.179Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e676b04a-8766-4134-8ba1-3a9075ff74a7 2022-03-09T03:55:04.179Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e676b04a-8766-4134-8ba1-3a9075ff74a7 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=? 2022-03-09T03:55:04.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "aai-ml", "timestamp": 1646797965390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "NOTIFIED" } 2022-03-09T03:55:04.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "clamp", "timestamp": 1646797972679, "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=? 2022-03-09T03:55:04.195Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 2022-03-09T03:55:04.195Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 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 (?, ?, ?, ?, ?) 2022-03-09T03:55:04.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797972779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.204Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "aai-ml", "timestamp": 1646797973203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T03:55:04.205Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "clamp", "timestamp": 1646797952998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "clamp", "timestamp": 1646797952998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json", "status": "NOTIFIED" } 2022-03-09T03:55:04.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "clamp", "timestamp": 1646797952998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797976437, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T03:55:04.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:55:04.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "clamp", "timestamp": 1646797952998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646797977443, "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=? 2022-03-09T03:55:04.211Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e676b04a-8766-4134-8ba1-3a9075ff74a7 2022-03-09T03:55:04.212Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e676b04a-8766-4134-8ba1-3a9075ff74a7 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 (?, ?, ?, ?, ?) 2022-03-09T03:55:04.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "clamp", "timestamp": 1646797952998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "clamp", "timestamp": 1646797952998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:55:04.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:04.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:55:04.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "clamp", "timestamp": 1646797952998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "NOTIFIED" } 2022-03-09T03:55:04.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:55:32.340Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T03:55:32.354Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 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=? 2022-03-09T03:55:32.359Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T03:55:32.359Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T03:55:32.359Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T03:55:32.359Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T03:55:32.360Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T03:55:32.360Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T03:55:32.360Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T03:55:32.360Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T03:55:32.360Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T03:55:32.361Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T03:55:32.361Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|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=? 2022-03-09T03:55:32.367Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T03:56:02.368Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b 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=? 2022-03-09T03:56:02.379Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b and serviceModelVersionId: 3a1ba215-7a3d-4934-94bf-bb0371cbe60a 2022-03-09T03:56:02.379Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c98c9580-3c07-404c-a783-3e14dcc8deaf 2022-03-09T03:56:03.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:56:03.934Z||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. 2022-03-09T03:56:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:04.462Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:04.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:56:04.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "aai-ml", "timestamp": 1646797988808, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T03:56:04.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:56:04.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:56:04.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "aai-ml", "timestamp": 1646797989814, "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=? 2022-03-09T03:56:04.470Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e676b04a-8766-4134-8ba1-3a9075ff74a7 2022-03-09T03:56:04.470Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e676b04a-8766-4134-8ba1-3a9075ff74a7 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 (?, ?, ?, ?, ?) 2022-03-09T03:56:04.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:56:04.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "clamp", "timestamp": 1646797990650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T03:56:04.480Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:56:04.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:56:04.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "clamp", "timestamp": 1646797991666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T03:56:04.480Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:56:04.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:56:04.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "clamp", "timestamp": 1646797992670, "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=? 2022-03-09T03:56:04.485Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e676b04a-8766-4134-8ba1-3a9075ff74a7 2022-03-09T03:56:04.485Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e676b04a-8766-4134-8ba1-3a9075ff74a7 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 (?, ?, ?, ?, ?) 2022-03-09T03:56:17.783Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c98c9580-3c07-404c-a783-3e14dcc8deaf/model-vers/model-ver/3a1ba215-7a3d-4934-94bf-bb0371cbe60a?depth=0 2022-03-09T03:56:17.909Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T03:56:18.431Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c98c9580-3c07-404c-a783-3e14dcc8deaf/model-vers/model-ver/3a1ba215-7a3d-4934-94bf-bb0371cbe60a?depth=0|INFO|500||Invoke 2022-03-09T03:56:18.439Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c98c9580-3c07-404c-a783-3e14dcc8deaf/model-vers/model-ver/3a1ba215-7a3d-4934-94bf-bb0371cbe60a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c98c9580-3c07-404c-a783-3e14dcc8deaf/model-vers/model-ver/3a1ba215-7a3d-4934-94bf-bb0371cbe60a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b346ecb-20c4-4d8d-ab29-e7a0cd30458b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[08163a11-79e0-49aa-a0a7-59187369fc80], X-ECOMP-RequestID=[0b346ecb-20c4-4d8d-ab29-e7a0cd30458b], X-TransactionId=[], X-ONAP-RequestID=[0b346ecb-20c4-4d8d-ab29-e7a0cd30458b], Content-Type=[application/merge-patch+json]} 2022-03-09T03:56:18.626Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c98c9580-3c07-404c-a783-3e14dcc8deaf/model-vers/model-ver/3a1ba215-7a3d-4934-94bf-bb0371cbe60a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T03:56:19.278Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c98c9580-3c07-404c-a783-3e14dcc8deaf/model-vers/model-ver/3a1ba215-7a3d-4934-94bf-bb0371cbe60a?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/c98c9580-3c07-404c-a783-3e14dcc8deaf/model-vers/model-ver/3a1ba215-7a3d-4934-94bf-bb0371cbe60a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-03:56:19:065-9124], vertex-id=[241688], Content-Length=[0], Date=[Wed, 09 Mar 2022 03:56:19 GMT], Content-Type=[application/json]} 2022-03-09T03:56:19.280Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c98c9580-3c07-404c-a783-3e14dcc8deaf/model-vers/model-ver/3a1ba215-7a3d-4934-94bf-bb0371cbe60a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-09T03:56:19.281Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c98c9580-3c07-404c-a783-3e14dcc8deaf/model-vers/model-ver/3a1ba215-7a3d-4934-94bf-bb0371cbe60a?depth=0|INFO|500||InvokeReturn 2022-03-09T03:56:19.284Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T03:56:19.285Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|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=? 2022-03-09T03:56:19.292Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|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) 2022-03-09T03:56:19.293Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b346ecb-20c4-4d8d-ab29-e7a0cd30458b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T03:56:19.294Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T03:56:19.294Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:56:19.297Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:56:19.297Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798179293, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T03:56:19.397Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:56:19.398Z||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. 2022-03-09T03:56:19.398Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:19.410Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:19.411Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 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=? 2022-03-09T03:56:20.309Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:56:20.310Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|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. 2022-03-09T03:56:20.310Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:24.649Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:24.650Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T03:56:24.650Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e676b04a-8766-4134-8ba1-3a9075ff74a7","serviceName":"vFW 2022-03-09 03-49-57","serviceVersion":"1.0","serviceUUID":"0ce2f1f8-1727-4ffc-bb6d-60c3a31089b2","serviceDescription":"catalog service description","serviceInvariantUUID":"3b90a2dd-80de-42f9-a47b-318e214b8d91","resources":[{"resourceInstanceName":"vFW c473e39c-b422 0","resourceName":"vFW c473e39c-b422","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"397c5563-ea8b-4287-8d8a-ddf0fc5203fb","resourceInvariantUUID":"0825622d-fcbb-4cc7-999c-77d81f95fb55","resourceCustomizationUUID":"60560f39-acd0-4c55-be8a-d084419e2bd0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vf-license-model.xml","artifactChecksum":"YTQwMmNmYzIwODFhNmMwZmVmOWM1YTA2N2NmMWFjOTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d06b089-3f1e-4335-9980-1a0b6508eaa6","artifactVersion":"1"},{"artifactName":"vfwc473e39cb4220_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json","artifactChecksum":"MTQ3ZTBhODJjZjgxYzU3ZDEwNjQ2ZDBiNTM2YTY3MmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"feb6bb81-24ff-48ea-ad90-eb286bf8952a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c9a7a7e8-39cf-4874-b6b2-1ced9b8438f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vendor-license-model.xml","artifactChecksum":"NjJhZDE1NmE0YzEwMWEwZmY1Njg2MDk3ZjM0YjAxNjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ee036cb7-cfad-46db-879d-f64fc1d4f304","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"412328e5-4b2f-4ca8-962d-6b345cc53461","artifactVersion":"2","generatedFromUUID":"c9a7a7e8-39cf-4874-b6b2-1ced9b8438f8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309034957-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-template.yml","artifactChecksum":"ODUwMzFkYzE1NDY3NTk0Y2EwNTU2MTJiZGQ3OTVmYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e040bc38-e253-43dd-b2ce-0534e226bfb8","artifactVersion":"1"},{"artifactName":"service-Vfw20220309034957-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar","artifactChecksum":"MTg1ZDZlZjQ4NmNhNGFkNjY4MWY5ZjMyYWY0N2E0MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a81bd448-0c94-456d-b966-11f4c5ab7409","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T03:56:24.653Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T03:56:24.653Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:56:24.655Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:56:24.655Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798180309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:56:24.755Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:56:24.756Z||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. 2022-03-09T03:56:24.757Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:24.769Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:24.769Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-09T03:56:25.656Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T03:56:25.657Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:56:25.659Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:56:25.659Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798180309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json", "status": "NOTIFIED" } 2022-03-09T03:56:25.759Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:56:25.761Z||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. 2022-03-09T03:56:25.761Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:25.774Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:25.775Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-09T03:56:26.659Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T03:56:26.661Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:56:26.662Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:56:26.663Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798180309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T03:56:26.763Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:56:26.764Z||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. 2022-03-09T03:56:26.764Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:26.777Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:26.778Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:56:27.663Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T03:56:27.665Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:56:27.667Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:56:27.667Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798180309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:56:27.768Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T03:56:27.769Z||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. 2022-03-09T03:56:27.769Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:27.782Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:27.783Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:56:28.668Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T03:56:28.668Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:56:28.671Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:56:28.671Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798180309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T03:56:28.771Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:56:28.772Z||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. 2022-03-09T03:56:28.772Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:28.784Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:28.785Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:56:29.672Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T03:56:29.673Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:56:29.675Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:56:29.676Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798180309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:56:29.776Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:56:29.777Z||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. 2022-03-09T03:56:29.777Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:29.790Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:29.790Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-09T03:56:30.676Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T03:56:30.677Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:56:30.679Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:56:30.680Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798180309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "NOTIFIED" } 2022-03-09T03:56:30.780Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:56:30.781Z||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. 2022-03-09T03:56:30.781Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:30.792Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:30.793Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:56:31.681Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "serviceName": "vFW 2022-03-09 03-49-57", "serviceVersion": "1.0", "serviceUUID": "0ce2f1f8-1727-4ffc-bb6d-60c3a31089b2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3b90a2dd-80de-42f9-a47b-318e214b8d91", "resources": [ { "resourceInstanceName": "vFW c473e39c-b422 0", "resourceCustomizationUUID": "60560f39-acd0-4c55-be8a-d084419e2bd0", "resourceName": "vFW c473e39c-b422", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "397c5563-ea8b-4287-8d8a-ddf0fc5203fb", "resourceInvariantUUID": "0825622d-fcbb-4cc7-999c-77d81f95fb55", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwc473e39cb4220_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json", "artifactChecksum": "MTQ3ZTBhODJjZjgxYzU3ZDEwNjQ2ZDBiNTM2YTY3MmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "feb6bb81-24ff-48ea-ad90-eb286bf8952a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c9a7a7e8-39cf-4874-b6b2-1ced9b8438f8", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "412328e5-4b2f-4ca8-962d-6b345cc53461", "generatedFromUUID": "c9a7a7e8-39cf-4874-b6b2-1ced9b8438f8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "412328e5-4b2f-4ca8-962d-6b345cc53461", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220309034957-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "artifactChecksum": "MTg1ZDZlZjQ4NmNhNGFkNjY4MWY5ZjMyYWY0N2E0MGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a81bd448-0c94-456d-b966-11f4c5ab7409" } ], "workloadContext": "Production" } 2022-03-09T03:56:31.682Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T03:56:31.683Z|0b346ecb-20c4-4d8d-ab29-e7a0cd30458b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0ce2f1f8-1727-4ffc-bb6d-60c3a31089b2 ASDC 2022-03-09T03:56:31.683Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:e676b04a-8766-4134-8ba1-3a9075ff74a7 ServiceName:vFW 2022-03-09 03-49-57 ServiceVersion:1.0 ServiceUUID:0ce2f1f8-1727-4ffc-bb6d-60c3a31089b2 ServiceInvariantUUID:3b90a2dd-80de-42f9-a47b-318e214b8d91 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220309034957-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar ArtifactUUID:a81bd448-0c94-456d-b966-11f4c5ab7409 ArtifactChecksum:MTg1ZDZlZjQ4NmNhNGFkNjY4MWY5ZjMyYWY0N2E0MGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW c473e39c-b422 0 ResourceCustomizationUUID:60560f39-acd0-4c55-be8a-d084419e2bd0 ResourceInvariantUUID:0825622d-fcbb-4cc7-999c-77d81f95fb55 ResourceName:vFW c473e39c-b422 ResourceType:VF ResourceUUID:397c5563-ea8b-4287-8d8a-ddf0fc5203fb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwc473e39cb4220_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json ArtifactUUID:feb6bb81-24ff-48ea-ad90-eb286bf8952a ArtifactChecksum:MTQ3ZTBhODJjZjgxYzU3ZDEwNjQ2ZDBiNTM2YTY3MmQ= 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/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml ArtifactUUID:c9a7a7e8-39cf-4874-b6b2-1ced9b8438f8 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/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env ArtifactUUID:412328e5-4b2f-4ca8-962d-6b345cc53461 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/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env ArtifactUUID:412328e5-4b2f-4ca8-962d-6b345cc53461 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T03:56:31.684Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ce2f1f8-1727-4ffc-bb6d-60c3a31089b2 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=? 2022-03-09T03:56:31.713Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T03:56:31.714Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-09T03:56:31.715Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-09T03:56:31.715Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a81bd448-0c94-456d-b966-11f4c5ab7409 from URL: /sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar 2022-03-09T03:56:31.715Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-09T03:56:31.716Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar 2022-03-09T03:56:32.133Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-09T03:56:32.143Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar a81bd448-0c94-456d-b966-11f4c5ab7409 98925 2022-03-09T03:56:32.144Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar ASDC sendASDCNotification 2022-03-09T03:56:32.144Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar 2022-03-09T03:56:32.144Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T03:56:32.145Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:56:32.148Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:56:32.148Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798192143, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T03:56:32.248Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T03:56:32.249Z||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. 2022-03-09T03:56:32.249Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:32.261Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:32.261Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:56:33.149Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T03:56:33.151Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-09T03:56:33.151Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a81bd448-0c94-456d-b966-11f4c5ab7409, URL: /sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar to file: /app/ASDC/1/service-Vfw20220309034957-csar.csar 2022-03-09T03:56:33.152Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309034957-csar.csar 2022-03-09T03:56:33.152Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309034957-csar.csar 2022-03-09T03:56:33.153Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309034957-csar.csar 2022-03-09T03:56:33.332Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12086524869286930235/Definitions/service-Vfw20220309034957-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_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 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 2022-03-09T03:56:35.458Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T03:56:35.458Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-09T03:56:35.459Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309034957-csar.csar 2022-03-09T03:56:35.459Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-09T03:56:35.459Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c473e39c-b422 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-Vfw20220309034957-csar.csar 2022-03-09T03:56:35.459Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||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-Vfw20220309034957-csar.csar 2022-03-09T03:56:35.459Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||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-Vfw20220309034957-csar.csar 2022-03-09T03:56:35.459Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||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-Vfw20220309034957-csar.csar 2022-03-09T03:56:35.459Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309034957-csar.csar 2022-03-09T03:56:35.459Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309034957-csar.csar 2022-03-09T03:56:35.459Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||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-Vfw20220309034957-csar.csar 2022-03-09T03:56:35.460Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||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-Vfw20220309034957-csar.csar 2022-03-09T03:56:35.460Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||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-Vfw20220309034957-csar.csar 2022-03-09T03:56:35.460Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309034957-csar.csar 2022-03-09T03:56:35.460Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||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-Vfw20220309034957-csar.csar 2022-03-09T03:56:35.460Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309034957-csar.csar 2022-03-09T03:56:35.460Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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-Vfw20220309034957-csar.csar 2022-03-09T03:56:35.460Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-09T03:56:35.460Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:35.461Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 03-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:56:35.461Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is matching search criteria 2022-03-09T03:56:35.461Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-09T03:56:35.461Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c473e39c-b422 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T03:56:35.462Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:35.462Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 03-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:56:35.462Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is matching search criteria 2022-03-09T03:56:35.462Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-09T03:56:35.462Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c473e39c-b422 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T03:56:35.463Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:35.463Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 03-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:56:35.463Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:35.463Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is not matching search criteria 2022-03-09T03:56:35.463Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T03:56:35.464Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T03:56:35.464Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T03:56:35.464Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T03:56:35.464Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T03:56:35.464Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T03:56:35.464Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T03:56:35.464Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T03:56:35.465Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T03:56:35.465Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T03:56:35.465Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T03:56:35.465Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T03:56:35.465Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T03:56:35.465Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T03:56:35.465Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T03:56:35.466Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T03:56:35.466Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:35.466Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 03-49-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T03:56:35.466Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:35.466Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is matching search criteria 2022-03-09T03:56:35.466Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c473e39c-b422 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T03:56:35.467Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:35.467Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is matching search criteria 2022-03-09T03:56:35.467Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c473e39c-b422 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T03:56:35.467Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:35.467Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is matching search criteria 2022-03-09T03:56:35.467Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c473e39c-b422 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T03:56:35.468Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:35.468Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is not matching search criteria 2022-03-09T03:56:35.468Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T03:56:35.468Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T03:56:35.468Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T03:56:35.468Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T03:56:35.468Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T03:56:35.468Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T03:56:35.469Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T03:56:35.469Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T03:56:35.469Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T03:56:35.469Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T03:56:35.469Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T03:56:35.469Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=72933557-fb36-4664-b1f0-ffde6a158446 2022-03-09T03:56:35.470Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:35.470Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is not matching search criteria 2022-03-09T03:56:35.470Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T03:56:35.470Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T03:56:35.470Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T03:56:35.470Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T03:56:35.470Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T03:56:35.471Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T03:56:35.471Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T03:56:35.471Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T03:56:35.471Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T03:56:35.471Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T03:56:35.471Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T03:56:35.472Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T03:56:35.472Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c482f4bd-afe9-4af6-8f98-19af3dfab150 2022-03-09T03:56:35.472Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:35.472Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is not matching search criteria 2022-03-09T03:56:35.472Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T03:56:35.472Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T03:56:35.473Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T03:56:35.473Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T03:56:35.473Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T03:56:35.473Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T03:56:35.473Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T03:56:35.473Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T03:56:35.473Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T03:56:35.474Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T03:56:35.474Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T03:56:35.474Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T03:56:35.474Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=957ececc-8061-4735-9663-a04de1e4222b 2022-03-09T03:56:35.474Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:35.474Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 03-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:56:35.475Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:35.475Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 03-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:56:35.475Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:35.475Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 03-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:56:35.475Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:35.475Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 03-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:56:35.475Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-09 03-49-57 Description:catalog service description Model UUID:0ce2f1f8-1727-4ffc-bb6d-60c3a31089b2 Model Version:NULL Model InvariantUuid:3b90a2dd-80de-42f9-a47b-318e214b8d91 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW c473e39c-b422 Model UUID:96393f91-0d86-4f45-a1be-b380e1abb7c5 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:0825622d-fcbb-4cc7-999c-77d81f95fb55 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:60560f39-acd0-4c55-be8a-d084419e2bd0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b2bf4cfa-991a-4895-8715-7bf3487c9e82 ModelName:VfwC473e39cB422..base_vfw..module-0 ModelUuid:fbe2b6ea-f657-4977-9e3b-5c337b7116c2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:72933557-fb36-4664-b1f0-ffde6a158446 ModelInvariantUuid:7b2d6297-eea2-4aae-8675-6f49e608a72c ModelName:vFW c473e39c-b422-nodes.vfwCvfc ModelUuid:7f4cabf1-9c5f-4788-b3e6-15b10ca30863 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:eca1e5d9-c184-446d-ad04-555eb2052257 ModelInvariantUuid:3d4e1a5b-eb04-4d07-9a63-3144e20cb7c6 ModelName:VfwC473e39cB422.compute.nodes.heat.vfw ModelUuid:a14e1dd5-3aa2-4cdb-8687-ea315ed7f9af ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c482f4bd-afe9-4af6-8f98-19af3dfab150 ModelInvariantUuid:af893e4e-fa3a-4b65-8daa-fa17db7de779 ModelName:vFW c473e39c-b422-nodes.vsnCvfc ModelUuid:8762eaf3-c86f-4073-bcf3-19276dff38e7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:f89fb523-92a1-4cb9-9065-de38f1d66f16 ModelInvariantUuid:32d64aed-9b3d-47fb-8a8c-de6a6d597b06 ModelName:VfwC473e39cB422.compute.nodes.heat.vsn ModelUuid:693318bf-11de-4abc-be82-cee0c663f2d2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:957ececc-8061-4735-9663-a04de1e4222b ModelInvariantUuid:d66dfe6c-e5a9-4b41-a8cd-af6e2a87096a ModelName:vFW c473e39c-b422-nodes.vpgCvfc ModelUuid:826bafc2-f86a-40be-8e80-b1910a55fb93 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c718a5b5-583c-4b0d-8a22-cbc13ed31b00 ModelInvariantUuid:fad64deb-bed9-432c-b245-ec179c0603ed ModelName:VfwC473e39cB422.compute.nodes.heat.vpg ModelUuid:c3784890-e9c7-4d30-883c-4c222ec99292 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=? 2022-03-09T03:56:35.483Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 397c5563-ea8b-4287-8d8a-ddf0fc5203fb 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=? 2022-03-09T03:56:35.486Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||vFW c473e39c-b422 0 2022-03-09T03:56:35.486Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 397c5563-ea8b-4287-8d8a-ddf0fc5203fb 2022-03-09T03:56:35.486Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: feb6bb81-24ff-48ea-ad90-eb286bf8952a from URL: /sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json 2022-03-09T03:56:35.486Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-09T03:56:35.487Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json 2022-03-09T03:56:35.763Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-09T03:56:35.763Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json feb6bb81-24ff-48ea-ad90-eb286bf8952a 785 2022-03-09T03:56:35.764Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json ASDC sendASDCNotification 2022-03-09T03:56:35.764Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json 2022-03-09T03:56:35.764Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T03:56:35.764Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:56:35.766Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:56:35.766Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798195764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T03:56:35.867Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T03:56:35.868Z||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. 2022-03-09T03:56:35.868Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:35.883Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:35.884Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:56:36.767Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC473e39cB422..base_vfw..module-0", "vfModuleModelInvariantUUID": "b2bf4cfa-991a-4895-8715-7bf3487c9e82", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fbe2b6ea-f657-4977-9e3b-5c337b7116c2", "vfModuleModelCustomizationUUID": "0a5efbc7-9eeb-455b-a2fc-6e99f4717374", "isBase": true, "artifacts": [ "c9a7a7e8-39cf-4874-b6b2-1ced9b8438f8", "412328e5-4b2f-4ca8-962d-6b345cc53461" ], "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": "" } } ] 2022-03-09T03:56:36.773Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC473e39cB422..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fbe2b6ea-f657-4977-9e3b-5c337b7116c2 VfModuleModelInvariantUUID:b2bf4cfa-991a-4895-8715-7bf3487c9e82 VfModuleModelDescription:NULL Artifacts UUID List:{ c9a7a7e8-39cf-4874-b6b2-1ced9b8438f8 , 412328e5-4b2f-4ca8-962d-6b345cc53461 } 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 } 2022-03-09T03:56:36.775Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC473e39cB422..base_vfw..module-0", "vfModuleModelInvariantUUID": "b2bf4cfa-991a-4895-8715-7bf3487c9e82", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fbe2b6ea-f657-4977-9e3b-5c337b7116c2", "vfModuleModelCustomizationUUID": "0a5efbc7-9eeb-455b-a2fc-6e99f4717374", "isBase": true, "artifacts": [ "c9a7a7e8-39cf-4874-b6b2-1ced9b8438f8", "412328e5-4b2f-4ca8-962d-6b345cc53461" ], "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": "" } } ] 2022-03-09T03:56:36.775Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC473e39cB422..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fbe2b6ea-f657-4977-9e3b-5c337b7116c2 VfModuleModelInvariantUUID:b2bf4cfa-991a-4895-8715-7bf3487c9e82 VfModuleModelDescription:NULL Artifacts UUID List:{ c9a7a7e8-39cf-4874-b6b2-1ced9b8438f8 , 412328e5-4b2f-4ca8-962d-6b345cc53461 } 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 } 2022-03-09T03:56:36.775Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9a7a7e8-39cf-4874-b6b2-1ced9b8438f8 from URL: /sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml 2022-03-09T03:56:36.776Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-09T03:56:36.776Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml 2022-03-09T03:56:37.078Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-09T03:56:37.079Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml c9a7a7e8-39cf-4874-b6b2-1ced9b8438f8 20368 2022-03-09T03:56:37.079Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-09T03:56:37.079Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml 2022-03-09T03:56:37.079Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T03:56:37.080Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:56:37.082Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:56:37.082Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798197079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T03:56:37.182Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:56:37.183Z||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. 2022-03-09T03:56:37.183Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:37.196Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:37.197Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:56:38.083Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 412328e5-4b2f-4ca8-962d-6b345cc53461 from URL: /sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env 2022-03-09T03:56:38.083Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-09T03:56:38.084Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env 2022-03-09T03:56:38.397Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-09T03:56:38.398Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env 412328e5-4b2f-4ca8-962d-6b345cc53461 2098 2022-03-09T03:56:38.399Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-09T03:56:38.399Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env 2022-03-09T03:56:38.399Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T03:56:38.399Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:56:38.402Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:56:38.402Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798198399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T03:56:38.502Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:56:38.503Z||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. 2022-03-09T03:56:38.503Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:38.518Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:38.519Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-09T03:56:39.402Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0ce2f1f8-1727-4ffc-bb6d-60c3a31089b2 2022-03-09T03:56:39.403Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c473e39c-b422 0 397c5563-ea8b-4287-8d8a-ddf0fc5203fb 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=? 2022-03-09T03:56:39.420Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78f9daf8, org.onap.sdc.toscaparser.api.parameters.Input@3cd33243, org.onap.sdc.toscaparser.api.parameters.Input@3b68e103, org.onap.sdc.toscaparser.api.parameters.Input@216c7bf0, org.onap.sdc.toscaparser.api.parameters.Input@17744b3f] 2022-03-09T03:56:39.422Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.422Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 03-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:56:39.423Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-09T03:56:39.423Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 60560f39-acd0-4c55-be8a-d084419e2bd0 2022-03-09T03:56:39.423Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 60560f39-acd0-4c55-be8a-d084419e2bd0 matches Tosca VF Customization UUID: 60560f39-acd0-4c55-be8a-d084419e2bd0 2022-03-09T03:56:39.423Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 60560f39-acd0-4c55-be8a-d084419e2bd0 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=? 2022-03-09T03:56:39.425Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.426Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 03-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:56:39.426Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 60560f39-acd0-4c55-be8a-d084419e2bd0: {\"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\"} 2022-03-09T03:56:39.426Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@cfdfcca 2022-03-09T03:56:39.427Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.427Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 03-49-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T03:56:39.427Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0a5efbc7-9eeb-455b-a2fc-6e99f4717374 2022-03-09T03:56:39.427Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0a5efbc7-9eeb-455b-a2fc-6e99f4717374 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=? 2022-03-09T03:56:39.429Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.429Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is matching search criteria 2022-03-09T03:56:39.430Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c473e39c-b422 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T03:56:39.430Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.430Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is matching search criteria 2022-03-09T03:56:39.430Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c473e39c-b422 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T03:56:39.430Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.431Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is not matching search criteria 2022-03-09T03:56:39.431Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T03:56:39.431Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T03:56:39.431Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T03:56:39.431Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T03:56:39.432Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T03:56:39.432Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T03:56:39.432Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T03:56:39.432Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T03:56:39.432Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T03:56:39.433Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T03:56:39.433Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T03:56:39.433Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=72933557-fb36-4664-b1f0-ffde6a158446 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=? 2022-03-09T03:56:39.435Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.435Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is matching search criteria 2022-03-09T03:56:39.435Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c473e39c-b422 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T03:56:39.436Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.436Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is not matching search criteria 2022-03-09T03:56:39.436Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T03:56:39.436Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T03:56:39.436Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T03:56:39.436Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T03:56:39.437Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T03:56:39.437Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T03:56:39.437Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T03:56:39.437Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T03:56:39.437Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T03:56:39.437Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T03:56:39.438Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T03:56:39.438Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T03:56:39.438Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c482f4bd-afe9-4af6-8f98-19af3dfab150 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=? 2022-03-09T03:56:39.440Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.440Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is matching search criteria 2022-03-09T03:56:39.440Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c473e39c-b422 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T03:56:39.443Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.444Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is not matching search criteria 2022-03-09T03:56:39.444Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T03:56:39.444Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T03:56:39.444Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T03:56:39.444Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T03:56:39.444Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T03:56:39.445Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T03:56:39.445Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T03:56:39.445Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T03:56:39.445Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T03:56:39.445Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T03:56:39.445Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T03:56:39.446Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T03:56:39.446Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=957ececc-8061-4735-9663-a04de1e4222b 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=? 2022-03-09T03:56:39.448Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.448Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is matching search criteria 2022-03-09T03:56:39.448Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c473e39c-b422 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T03:56:39.448Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.449Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Node template vFW c473e39c-b422 0 is matching search criteria 2022-03-09T03:56:39.449Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c473e39c-b422 0] matching following query criteria: sdcType=VF, customizationUUID=60560f39-acd0-4c55-be8a-d084419e2bd0 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=? 2022-03-09T03:56:39.450Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.450Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 03-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:56:39.451Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0ce2f1f8-1727-4ffc-bb6d-60c3a31089b2: vFW c473e39c-b422 2022-03-09T03:56:39.451Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.451Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 03-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:56:39.451Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.451Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 03-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:56:39.452Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.452Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 03-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:56:39.452Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.452Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 03-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:56:39.453Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T03:56:39.453Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 03-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T03:56:39.453Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-09 03-49-57 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 (?, ?, ?, ?, ?) 2022-03-09T03:56:39.617Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c473e39c-b422 397c5563-ea8b-4287-8d8a-ddf0fc5203fb 1 ASDC deployResourceStructure 2022-03-09T03:56:39.618Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json ASDC sendASDCNotification 2022-03-09T03:56:39.618Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json 2022-03-09T03:56:39.618Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T03:56:39.619Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:56:39.620Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:56:39.621Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798199618, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json", "status": "DEPLOY_OK" } 2022-03-09T03:56:39.721Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:56:39.722Z||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. 2022-03-09T03:56:39.723Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:39.735Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:39.736Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:56:40.622Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-09T03:56:40.622Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml 2022-03-09T03:56:40.622Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T03:56:40.623Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:56:40.626Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:56:40.626Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798200621, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-09T03:56:40.726Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:56:40.728Z||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. 2022-03-09T03:56:40.728Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:40.739Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:40.740Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:56:41.627Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-09T03:56:41.628Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env 2022-03-09T03:56:41.628Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T03:56:41.629Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:56:41.631Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:56:41.631Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798201627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-09T03:56:41.731Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:56:41.732Z||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. 2022-03-09T03:56:41.732Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:41.744Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:41.744Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:56:42.632Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar ASDC sendASDCNotification 2022-03-09T03:56:42.633Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar 2022-03-09T03:56:42.633Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T03:56:42.633Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:56:42.635Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:56:42.635Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798202632, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T03:56:42.737Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T03:56:42.738Z||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. 2022-03-09T03:56:42.738Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:56:42.751Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:56:42.752Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T03:56:43.636Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e676b04a-8766-4134-8ba1-3a9075ff74a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T03:56:43.647Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e676b04a-8766-4134-8ba1-3a9075ff74a7 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=? 2022-03-09T03:56:43.654Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T03:56:43.655Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T03:56:43.655Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T03:56:43.655Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T03:56:43.656Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T03:56:43.656Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T03:56:43.656Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T03:56:43.656Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T03:56:43.657Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T03:56:43.657Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T03:56:43.657Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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=? 2022-03-09T03:56:43.662Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T03:57:03.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:57:03.934Z||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. 2022-03-09T03:57:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:57:04.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:57:04.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:57:04.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b346ecb-20c4-4d8d-ab29-e7a0cd30458b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798179293, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T03:57:04.566Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:57:04.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:57:04.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798180309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:57:04.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:57:04.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:57:04.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798180309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json", "status": "NOTIFIED" } 2022-03-09T03:57:04.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:57:04.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:57:04.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798180309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T03:57:04.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:57:04.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:57:04.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798180309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T03:57:04.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:57:04.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:57:04.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798180309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T03:57:04.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:57:04.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:57:04.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798180309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T03:57:04.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:57:04.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:57:04.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798180309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "NOTIFIED" } 2022-03-09T03:57:04.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T03:57:04.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:57:04.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798192143, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T03:57:04.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:57:04.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:57:04.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798195764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T03:57:04.571Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:57:04.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:57:04.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798197079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T03:57:04.571Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:57:04.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:57:04.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798198399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T03:57:04.572Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:57:04.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:57:04.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798199618, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/vfwc473e39cb4220_modules.json", "status": "DEPLOY_OK" } 2022-03-09T03:57:04.572Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:57:04.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:57:04.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798200621, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-09T03:57:04.573Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:57:04.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:57:04.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798201627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/resourceInstances/vfwc473e39cb4220/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-09T03:57:04.573Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:57:04.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T03:57:04.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798202632, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309034957/1.0/artifacts/service-Vfw20220309034957-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T03:57:04.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:57:13.663Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e676b04a-8766-4134-8ba1-3a9075ff74a7 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=? 2022-03-09T03:57:13.669Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e676b04a-8766-4134-8ba1-3a9075ff74a7 and serviceModelVersionId: 0ce2f1f8-1727-4ffc-bb6d-60c3a31089b2 2022-03-09T03:57:13.669Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b90a2dd-80de-42f9-a47b-318e214b8d91 2022-03-09T03:57:13.671Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b90a2dd-80de-42f9-a47b-318e214b8d91/model-vers/model-ver/0ce2f1f8-1727-4ffc-bb6d-60c3a31089b2?depth=0 2022-03-09T03:57:13.678Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T03:57:13.734Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b90a2dd-80de-42f9-a47b-318e214b8d91/model-vers/model-ver/0ce2f1f8-1727-4ffc-bb6d-60c3a31089b2?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]} 2022-03-09T03:57:13.736Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b90a2dd-80de-42f9-a47b-318e214b8d91/model-vers/model-ver/0ce2f1f8-1727-4ffc-bb6d-60c3a31089b2?depth=0|INFO|500||Invoke 2022-03-09T03:57:13.765Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b90a2dd-80de-42f9-a47b-318e214b8d91/model-vers/model-ver/0ce2f1f8-1727-4ffc-bb6d-60c3a31089b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T03:57:14.164Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b90a2dd-80de-42f9-a47b-318e214b8d91/model-vers/model-ver/0ce2f1f8-1727-4ffc-bb6d-60c3a31089b2?depth=0|INFO|500||InvokeReturn 2022-03-09T03:57:14.165Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b90a2dd-80de-42f9-a47b-318e214b8d91/model-vers/model-ver/0ce2f1f8-1727-4ffc-bb6d-60c3a31089b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-03:57:14:200-82157], vertex-id=[176328], Content-Length=[0], Date=[Wed, 09 Mar 2022 03:57:14 GMT], Content-Type=[application/json]} 2022-03-09T03:57:14.167Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-03-09T03:57:14.167Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T03:57:14.167Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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=? 2022-03-09T03:57:14.171Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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) 2022-03-09T03:57:14.172Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e676b04a-8766-4134-8ba1-3a9075ff74a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T03:57:14.172Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T03:57:14.172Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T03:57:14.174Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T03:57:14.175Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798234172, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T03:57:14.275Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T03:57:14.277Z||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. 2022-03-09T03:57:14.277Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:57:14.293Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:57:14.294Z||pool-34-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=? 2022-03-09T03:57:15.190Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:57:15.191Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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. 2022-03-09T03:57:15.191Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:57:24.729Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:57:24.730Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:57:24.731Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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. 2022-03-09T03:57:24.731Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:57:34.276Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:57:34.277Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:57:34.277Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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. 2022-03-09T03:57:34.278Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:57:43.816Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:57:43.817Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:57:43.818Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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. 2022-03-09T03:57:43.818Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:57:53.355Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:58:03.931Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:58:03.932Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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. 2022-03-09T03:58:03.932Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:58:03.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:58:03.933Z||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. 2022-03-09T03:58:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:58:04.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:58:04.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T03:58:04.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e676b04a-8766-4134-8ba1-3a9075ff74a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798234172, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T03:58:04.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T03:58:13.475Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:59:03.931Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:59:03.932Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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. 2022-03-09T03:59:03.932Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:59:03.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T03:59:03.934Z||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. 2022-03-09T03:59:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T03:59:13.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T03:59:13.476Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:00:03.931Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:00:03.932Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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. 2022-03-09T04:00:03.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:00:03.932Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:00:03.933Z||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. 2022-03-09T04:00:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:00:13.513Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:00:13.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:01:03.931Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:01:03.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:01:03.933Z||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. 2022-03-09T04:01:03.933Z||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. 2022-03-09T04:01:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:01:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:01:13.517Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:01:13.517Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:02:03.931Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:02:03.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:02:03.933Z||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. 2022-03-09T04:02:03.933Z||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. 2022-03-09T04:02:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:02:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:02:13.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:02:13.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:03:03.931Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:03:03.932Z||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. 2022-03-09T04:03:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:03:03.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:03:03.933Z||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. 2022-03-09T04:03:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:03:13.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:03:13.529Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:04:03.931Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:04:03.932Z||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. 2022-03-09T04:04:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:04:03.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:04:03.933Z||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. 2022-03-09T04:04:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:04:13.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:04:13.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:05:03.931Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:05:03.932Z||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. 2022-03-09T04:05:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:05:03.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:05:03.933Z||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. 2022-03-09T04:05:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:05:04.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:05:04.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:05:04.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "cds", "timestamp": 1646798694587, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:05:04.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:05:04.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:05:04.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "ves-openapi-manager", "timestamp": 1646798699462, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:05:04.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:05:04.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:05:04.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "policy-id", "timestamp": 1646798701491, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:05:04.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:05:04.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:05:04.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "cds", "timestamp": 1646798694587, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:05:04.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:05:04.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:05:04.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "ves-openapi-manager", "timestamp": 1646798699462, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:05:04.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:05:04.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:05:04.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "clamp", "timestamp": 1646798702998, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:05:04.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:05:04.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:05:04.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "policy-id", "timestamp": 1646798701491, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:05:04.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:05:04.576Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:05:04.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T04:05:04.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"03304193-2f78-4ae3-acdc-ac2ca755b469","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"99359880-9d7a-4999-bab9-52fe66c8018e","serviceDescription":"service","serviceInvariantUUID":"dc4729b4-09f8-4ff7-aa03-de1ba5d30492","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d1d09a02-0e44-4688-9fce-a7830efca23e","resourceInvariantUUID":"39d4e032-44ae-454f-abe4-738313100e30","resourceCustomizationUUID":"797cf1d4-4ebd-480b-aeaf-79f33d07e046","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":"OTU0Y2JkNDgyNGQ3MWI4ODI1N2YwZjhiZmI5ZDQ4OTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"434d0fe8-fc07-4e71-bec8-5c1f34ccafd8","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGUyNThkODY4MDY4NTNjYThmMzE2NzY1Y2EwMzVlMTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1bdeb171-2f15-4fa4-b29f-4fa1abdc1459","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T04:05:04.585Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:05:04.586Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:05:04.590Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:05:04.591Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798703931, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:05:04.691Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:05:04.692Z||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. 2022-03-09T04:05:04.692Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:05:04.709Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:05:04.710Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:05:05.591Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:05:05.592Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:05:05.595Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:05:05.595Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798703931, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:05:05.695Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:05:05.697Z||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. 2022-03-09T04:05:05.697Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:05:05.709Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:05:05.710Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:05:06.597Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "99359880-9d7a-4999-bab9-52fe66c8018e", "serviceDescription": "service", "serviceInvariantUUID": "dc4729b4-09f8-4ff7-aa03-de1ba5d30492", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "797cf1d4-4ebd-480b-aeaf-79f33d07e046", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "d1d09a02-0e44-4688-9fce-a7830efca23e", "resourceInvariantUUID": "39d4e032-44ae-454f-abe4-738313100e30", "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": "NGUyNThkODY4MDY4NTNjYThmMzE2NzY1Y2EwMzVlMTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1bdeb171-2f15-4fa4-b29f-4fa1abdc1459" } ], "workloadContext": "Production" } 2022-03-09T04:05:06.597Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T04:05:06.598Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 99359880-9d7a-4999-bab9-52fe66c8018e ASDC 2022-03-09T04:05:06.598Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:03304193-2f78-4ae3-acdc-ac2ca755b469 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:99359880-9d7a-4999-bab9-52fe66c8018e ServiceInvariantUUID:dc4729b4-09f8-4ff7-aa03-de1ba5d30492 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:1bdeb171-2f15-4fa4-b29f-4fa1abdc1459 ArtifactChecksum:NGUyNThkODY4MDY4NTNjYThmMzE2NzY1Y2EwMzVlMTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:797cf1d4-4ebd-480b-aeaf-79f33d07e046 ResourceInvariantUUID:39d4e032-44ae-454f-abe4-738313100e30 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:d1d09a02-0e44-4688-9fce-a7830efca23e ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-09T04:05:06.598Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99359880-9d7a-4999-bab9-52fe66c8018e 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 (?, ?, ?, ?, ?) 2022-03-09T04:05:06.635Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T04:05:06.636Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:05:06.637Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:05:06.637Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1bdeb171-2f15-4fa4-b29f-4fa1abdc1459 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-09T04:05:06.637Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:05:06.638Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-09T04:05:07.158Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:05:07.162Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1bdeb171-2f15-4fa4-b29f-4fa1abdc1459 52484 2022-03-09T04:05:07.162Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-09T04:05:07.163Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-09T04:05:07.163Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:05:07.163Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:05:07.167Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:05:07.167Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798707162, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:05:07.267Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:05:07.268Z||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. 2022-03-09T04:05:07.268Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:05:07.285Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:05:07.286Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:05:08.167Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T04:05:08.169Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:05:08.169Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1bdeb171-2f15-4fa4-b29f-4fa1abdc1459, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T04:05:08.169Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-09T04:05:08.170Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T04:05:08.170Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T04:05:08.300Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18007003080227359550/Definitions/service-BasicNetwork-template.yml 2022-03-09T04:05:08.844Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T04:05:08.845Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-09T04:05:08.845Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T04:05:08.845Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-09T04:05:08.845Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||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 2022-03-09T04:05:08.845Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||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 2022-03-09T04:05:08.846Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||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 2022-03-09T04:05:08.846Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||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 2022-03-09T04:05:08.846Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||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 2022-03-09T04:05:08.846Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||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 2022-03-09T04:05:08.847Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||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 2022-03-09T04:05:08.847Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||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 2022-03-09T04:05:08.847Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-09T04:05:08.847Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:05:08.847Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:05:08.848Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-09T04:05:08.848Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-09T04:05:08.848Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T04:05:08.848Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:05:08.848Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:05:08.849Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-09T04:05:08.849Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-09T04:05:08.849Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T04:05:08.849Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:05:08.849Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:05:08.850Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:05:08.850Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:05:08.850Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:05:08.850Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:05:08.851Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:05:08.851Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:05:08.851Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:05:08.851Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:05:08.851Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:99359880-9d7a-4999-bab9-52fe66c8018e Model Version:NULL Model InvariantUuid:dc4729b4-09f8-4ff7-aa03-de1ba5d30492 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:39d4e032-44ae-454f-abe4-738313100e30 Model UUID:317a0e8e-1daf-46a1-b82e-1e7118d89088 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:797cf1d4-4ebd-480b-aeaf-79f33d07e046 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=? 2022-03-09T04:05:08.860Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: d1d09a02-0e44-4688-9fce-a7830efca23e 2022-03-09T04:05:08.860Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||No resources found for Service: 99359880-9d7a-4999-bab9-52fe66c8018e 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=? 2022-03-09T04:05:08.866Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500|| 2022-03-09T04:05:08.866Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-09T04:05:08.867Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 99359880-9d7a-4999-bab9-52fe66c8018e 2022-03-09T04:05:08.868Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 99359880-9d7a-4999-bab9-52fe66c8018e 2022-03-09T04:05:08.868Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-09T04:05:08.868Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||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=? 2022-03-09T04:05:08.874Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@479f1c93, org.onap.sdc.toscaparser.api.parameters.Input@5ec3857d, org.onap.sdc.toscaparser.api.parameters.Input@1c95eef7, org.onap.sdc.toscaparser.api.parameters.Input@5c27b165, org.onap.sdc.toscaparser.api.parameters.Input@63e345f6] 2022-03-09T04:05:08.876Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:05:08.876Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:05:08.877Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:05:08.877Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:05:08.877Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 99359880-9d7a-4999-bab9-52fe66c8018e: Generic NeutronNet 2022-03-09T04:05:08.878Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:05:08.878Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:05:08.878Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:05:08.879Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||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=? 2022-03-09T04:05:08.912Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:05:08.913Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:05:08.913Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:05:08.914Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:05:08.914Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:05:08.914Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:05:08.914Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||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 (?, ?) 2022-03-09T04:05:08.966Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-09T04:05:08.967Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-09T04:05:08.967Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-09T04:05:08.967Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:05:08.968Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:05:08.970Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:05:08.970Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798708967, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:05:09.070Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:05:09.071Z||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. 2022-03-09T04:05:09.072Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:05:09.085Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:05:09.086Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:05:09.972Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03304193-2f78-4ae3-acdc-ac2ca755b469 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T04:05:09.984Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03304193-2f78-4ae3-acdc-ac2ca755b469 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=? 2022-03-09T04:05:09.986Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T04:05:09.987Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T04:05:09.987Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T04:05:39.987Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03304193-2f78-4ae3-acdc-ac2ca755b469 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T04:05:39.997Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03304193-2f78-4ae3-acdc-ac2ca755b469 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=? 2022-03-09T04:05:39.999Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T04:05:39.999Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T04:05:40.000Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T04:06:03.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:06:03.934Z||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. 2022-03-09T04:06:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:06:03.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:06:03.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:06:03.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "clamp", "timestamp": 1646798702998, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:06:03.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:06:10.000Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03304193-2f78-4ae3-acdc-ac2ca755b469 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T04:06:10.011Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03304193-2f78-4ae3-acdc-ac2ca755b469 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=? 2022-03-09T04:06:10.017Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T04:06:10.017Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T04:06:10.017Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T04:06:40.017Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03304193-2f78-4ae3-acdc-ac2ca755b469 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T04:06:40.028Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03304193-2f78-4ae3-acdc-ac2ca755b469 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=? 2022-03-09T04:06:40.030Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T04:06:40.030Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T04:06:40.031Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T04:07:03.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:07:03.933Z||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. 2022-03-09T04:07:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:07:03.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:07:03.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:07:03.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798703931, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:07:03.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:07:10.031Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03304193-2f78-4ae3-acdc-ac2ca755b469 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T04:07:10.041Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03304193-2f78-4ae3-acdc-ac2ca755b469 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=? 2022-03-09T04:07:10.043Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T04:07:10.044Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T04:07:10.044Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T04:07:40.044Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03304193-2f78-4ae3-acdc-ac2ca755b469 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T04:07:40.055Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03304193-2f78-4ae3-acdc-ac2ca755b469 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=? 2022-03-09T04:07:40.057Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T04:07:40.057Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T04:07:40.057Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T04:08:03.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:08:03.933Z||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. 2022-03-09T04:08:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:08:03.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:08:03.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:03.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "cds", "timestamp": 1646798704721, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:08:03.973Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:08:03.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:03.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "policy-id", "timestamp": 1646798705267, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:08:03.973Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:08:03.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:03.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798703931, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:08:03.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:08:03.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:03.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "cds", "timestamp": 1646798705739, "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=? 2022-03-09T04:08:03.980Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03304193-2f78-4ae3-acdc-ac2ca755b469 2022-03-09T04:08:03.981Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03304193-2f78-4ae3-acdc-ac2ca755b469 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 (?, ?, ?, ?, ?) 2022-03-09T04:08:03.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:03.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "policy-id", "timestamp": 1646798706272, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:08:03.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:08:03.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:03.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "dcae-sch", "timestamp": 1646798705117, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:08:03.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:08:03.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:03.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798707162, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:08:03.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:08:03.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:03.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "policy-id", "timestamp": 1646798707277, "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=? 2022-03-09T04:08:03.997Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03304193-2f78-4ae3-acdc-ac2ca755b469 2022-03-09T04:08:03.997Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03304193-2f78-4ae3-acdc-ac2ca755b469 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 (?, ?, ?, ?, ?) 2022-03-09T04:08:04.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:04.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "dcae-sch", "timestamp": 1646798705117, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:08:04.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:08:04.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:04.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798708967, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:08:04.006Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:08:04.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:04.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "clamp", "timestamp": 1646798709805, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:08:04.006Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:08:04.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:04.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "clamp", "timestamp": 1646798711815, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:08:04.007Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:08:04.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:04.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "multicloud-k8s-id", "timestamp": 1646798711145, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:08:04.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:08:04.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:04.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "clamp", "timestamp": 1646798712818, "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=? 2022-03-09T04:08:04.012Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 03304193-2f78-4ae3-acdc-ac2ca755b469 2022-03-09T04:08:04.012Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03304193-2f78-4ae3-acdc-ac2ca755b469 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 (?, ?, ?, ?, ?) 2022-03-09T04:08:04.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:04.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "multicloud-k8s-id", "timestamp": 1646798711145, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:08:04.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:08:04.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:04.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798714779, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:08:04.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:08:04.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:04.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "aai-ml", "timestamp": 1646798715390, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:08:04.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:08:04.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:04.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798714779, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:08:04.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:08:04.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:04.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "aai-ml", "timestamp": 1646798715390, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:08:04.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:08:04.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:04.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798717963, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:08:04.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:08:04.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:04.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "aai-ml", "timestamp": 1646798718447, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:08:04.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:08:04.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:04.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798719726, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:08:04.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:08:04.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:04.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798720731, "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=? 2022-03-09T04:08:04.034Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03304193-2f78-4ae3-acdc-ac2ca755b469 2022-03-09T04:08:04.034Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03304193-2f78-4ae3-acdc-ac2ca755b469 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 (?, ?, ?, ?, ?) 2022-03-09T04:08:04.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:04.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "aai-ml", "timestamp": 1646798725010, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:08:04.042Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:08:04.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:08:04.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "aai-ml", "timestamp": 1646798726015, "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=? 2022-03-09T04:08:04.047Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 03304193-2f78-4ae3-acdc-ac2ca755b469 2022-03-09T04:08:04.047Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03304193-2f78-4ae3-acdc-ac2ca755b469 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 (?, ?, ?, ?, ?) 2022-03-09T04:08:10.058Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03304193-2f78-4ae3-acdc-ac2ca755b469 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T04:08:10.069Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03304193-2f78-4ae3-acdc-ac2ca755b469 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=? 2022-03-09T04:08:10.073Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T04:08:10.073Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T04:08:10.073Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T04:08:10.073Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T04:08:10.073Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:08:10.073Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:08:10.073Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:08:10.073Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:08:10.073Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:08:10.073Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:08:10.074Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||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=? 2022-03-09T04:08:10.079Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T04:08:40.079Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03304193-2f78-4ae3-acdc-ac2ca755b469 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=? 2022-03-09T04:08:40.084Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03304193-2f78-4ae3-acdc-ac2ca755b469 and serviceModelVersionId: 99359880-9d7a-4999-bab9-52fe66c8018e 2022-03-09T04:08:40.084Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dc4729b4-09f8-4ff7-aa03-de1ba5d30492 2022-03-09T04:08:40.085Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dc4729b4-09f8-4ff7-aa03-de1ba5d30492/model-vers/model-ver/99359880-9d7a-4999-bab9-52fe66c8018e?depth=0 2022-03-09T04:08:40.089Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T04:08:40.150Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc4729b4-09f8-4ff7-aa03-de1ba5d30492/model-vers/model-ver/99359880-9d7a-4999-bab9-52fe66c8018e?depth=0|INFO|500||Invoke 2022-03-09T04:08:40.150Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc4729b4-09f8-4ff7-aa03-de1ba5d30492/model-vers/model-ver/99359880-9d7a-4999-bab9-52fe66c8018e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc4729b4-09f8-4ff7-aa03-de1ba5d30492/model-vers/model-ver/99359880-9d7a-4999-bab9-52fe66c8018e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[03304193-2f78-4ae3-acdc-ac2ca755b469], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ec9380f-d3c1-4eb5-b0aa-48ce76b3b18c], X-ECOMP-RequestID=[03304193-2f78-4ae3-acdc-ac2ca755b469], X-TransactionId=[], X-ONAP-RequestID=[03304193-2f78-4ae3-acdc-ac2ca755b469], Content-Type=[application/merge-patch+json]} 2022-03-09T04:08:40.172Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc4729b4-09f8-4ff7-aa03-de1ba5d30492/model-vers/model-ver/99359880-9d7a-4999-bab9-52fe66c8018e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T04:08:40.947Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc4729b4-09f8-4ff7-aa03-de1ba5d30492/model-vers/model-ver/99359880-9d7a-4999-bab9-52fe66c8018e?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/dc4729b4-09f8-4ff7-aa03-de1ba5d30492/model-vers/model-ver/99359880-9d7a-4999-bab9-52fe66c8018e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-04:08:40:623-3671], vertex-id=[233528], Content-Length=[0], Date=[Wed, 09 Mar 2022 04:08:40 GMT], Content-Type=[application/json]} 2022-03-09T04:08:40.947Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc4729b4-09f8-4ff7-aa03-de1ba5d30492/model-vers/model-ver/99359880-9d7a-4999-bab9-52fe66c8018e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-09T04:08:40.948Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc4729b4-09f8-4ff7-aa03-de1ba5d30492/model-vers/model-ver/99359880-9d7a-4999-bab9-52fe66c8018e?depth=0|INFO|500||InvokeReturn 2022-03-09T04:08:40.949Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T04:08:40.949Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||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=? 2022-03-09T04:08:40.955Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||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) 2022-03-09T04:08:40.955Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03304193-2f78-4ae3-acdc-ac2ca755b469 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T04:08:40.956Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T04:08:40.956Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:08:40.959Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:08:40.959Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798920955, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T04:08:41.059Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:08:41.060Z||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. 2022-03-09T04:08:41.060Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:08:41.077Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:08:41.078Z||pool-39-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=? 2022-03-09T04:08:41.969Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:08:41.970Z|03304193-2f78-4ae3-acdc-ac2ca755b469|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. 2022-03-09T04:08:41.970Z|03304193-2f78-4ae3-acdc-ac2ca755b469|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:08:46.305Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:08:46.308Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T04:08:46.308Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"cab21ac3-c89e-4e00-98f4-838ac2a8de00","serviceName":"Demo_pNF_pbidxwTUFRnlU4tOrp4P","serviceVersion":"1.0","serviceUUID":"11ab0f95-b208-4399-9417-d666ab417535","serviceDescription":"catalog service description","serviceInvariantUUID":"6ce36fc4-7924-42e9-b286-580237a12e4e","resources":[{"resourceInstanceName":"pNF ca7aee0a-a14b 0","resourceName":"pNF ca7aee0a-a14b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e1bae897-08c4-4f89-9e02-3982d94941da","resourceInvariantUUID":"862f9744-b054-4f97-8f0d-e8722a98b05c","resourceCustomizationUUID":"3f728efa-363b-411f-9f42-bd558020b1e1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vf-license-model.xml","artifactChecksum":"MTJlYmU1MjE1MDIwMGI5MTRiM2QzOTA2NmI5ZGU2YTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f55ac3d-65bc-4883-bb95-a64d9476b713","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/pNF.csar","artifactChecksum":"NGMzMThkYTI2ZTRkZGZkNjFmNTE4NDFiZjE2N2U1YTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"939f0fc8-bcc5-4a0b-843c-36ed5538a57f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b01e9e7-1df1-42ce-8b4c-68bd3eeed89d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vendor-license-model.xml","artifactChecksum":"OTA4NmRjYmJjNDQzYmIxODUxMjgzOGY4OGU5N2I1ZWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bdee6c17-bfd8-4fc8-a0ab-b7f90bcaccb3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cf5d525-d636-430e-93bc-539d22f714cd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e7d3c62-ecc2-4fe8-a3db-cdcba3a774e1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPbidxwtufrnlu4torp4p-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-template.yml","artifactChecksum":"OWY3NzcyNzk4YjYxMjFjMzU5NzBjMGUxMjRmNDg1ODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cdbb6b69-d69f-48a0-bbc8-1aed738ae46d","artifactVersion":"1"},{"artifactName":"service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar","artifactChecksum":"YTMyNzI4OTMzYzE4MjY5ODE4ODgxMDVmNDVkYmFlNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57071528-ea19-49f7-ac89-f0a5b362fa0c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T04:08:46.310Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:08:46.310Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:08:46.312Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:08:46.312Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:08:46.413Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:08:46.414Z||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. 2022-03-09T04:08:46.414Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:08:46.429Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:08:46.430Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:08:47.313Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:08:47.314Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:08:47.316Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:08:47.316Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:08:47.433Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms 2022-03-09T04:08:47.434Z||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. 2022-03-09T04:08:47.435Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:08:47.463Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:08:47.463Z||pool-41-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:08:48.331Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:08:48.332Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:08:48.334Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:08:48.334Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:08:48.435Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T04:08:48.436Z||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. 2022-03-09T04:08:48.436Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:08:48.453Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:08:48.453Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:08:49.335Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:08:49.336Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:08:49.338Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:08:49.338Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:08:49.438Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:08:49.440Z||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. 2022-03-09T04:08:49.440Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:08:49.461Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:08:49.462Z||pool-43-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:08:50.338Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:08:50.340Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:08:50.342Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:08:50.342Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:08:50.443Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T04:08:50.444Z||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. 2022-03-09T04:08:50.444Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:08:50.462Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:08:50.463Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:08:51.343Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:08:51.344Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:08:51.347Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:08:51.347Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:08:51.448Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T04:08:51.449Z||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. 2022-03-09T04:08:51.449Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:08:51.471Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:08:51.472Z||pool-45-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:08:52.348Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:08:52.348Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:08:52.350Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:08:52.350Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:08:52.451Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:08:52.452Z||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. 2022-03-09T04:08:52.452Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:08:52.464Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:08:52.464Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:08:53.351Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:08:53.352Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:08:53.355Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:08:53.355Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:08:53.455Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T04:08:53.456Z||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. 2022-03-09T04:08:53.456Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:08:53.471Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:08:53.472Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:08:54.356Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "serviceName": "Demo_pNF_pbidxwTUFRnlU4tOrp4P", "serviceVersion": "1.0", "serviceUUID": "11ab0f95-b208-4399-9417-d666ab417535", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6ce36fc4-7924-42e9-b286-580237a12e4e", "resources": [ { "resourceInstanceName": "pNF ca7aee0a-a14b 0", "resourceCustomizationUUID": "3f728efa-363b-411f-9f42-bd558020b1e1", "resourceName": "pNF ca7aee0a-a14b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e1bae897-08c4-4f89-9e02-3982d94941da", "resourceInvariantUUID": "862f9744-b054-4f97-8f0d-e8722a98b05c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "artifactChecksum": "YTMyNzI4OTMzYzE4MjY5ODE4ODgxMDVmNDVkYmFlNzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "57071528-ea19-49f7-ac89-f0a5b362fa0c" } ], "workloadContext": "Production" } 2022-03-09T04:08:54.357Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T04:08:54.357Z|03304193-2f78-4ae3-acdc-ac2ca755b469|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 11ab0f95-b208-4399-9417-d666ab417535 ASDC 2022-03-09T04:08:54.358Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:cab21ac3-c89e-4e00-98f4-838ac2a8de00 ServiceName:Demo_pNF_pbidxwTUFRnlU4tOrp4P ServiceVersion:1.0 ServiceUUID:11ab0f95-b208-4399-9417-d666ab417535 ServiceInvariantUUID:6ce36fc4-7924-42e9-b286-580237a12e4e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar ArtifactUUID:57071528-ea19-49f7-ac89-f0a5b362fa0c ArtifactChecksum:YTMyNzI4OTMzYzE4MjY5ODE4ODgxMDVmNDVkYmFlNzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF ca7aee0a-a14b 0 ResourceCustomizationUUID:3f728efa-363b-411f-9f42-bd558020b1e1 ResourceInvariantUUID:862f9744-b054-4f97-8f0d-e8722a98b05c ResourceName:pNF ca7aee0a-a14b ResourceType:PNF ResourceUUID:e1bae897-08c4-4f89-9e02-3982d94941da ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-09T04:08:54.358Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 11ab0f95-b208-4399-9417-d666ab417535 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 (?, ?, ?, ?, ?) 2022-03-09T04:08:54.384Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T04:08:54.385Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:08:54.385Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:08:54.385Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 57071528-ea19-49f7-ac89-f0a5b362fa0c from URL: /sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar 2022-03-09T04:08:54.385Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:08:54.386Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar 2022-03-09T04:08:54.480Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:08:54.484Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar 57071528-ea19-49f7-ac89-f0a5b362fa0c 82613 2022-03-09T04:08:54.484Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar ASDC sendASDCNotification 2022-03-09T04:08:54.484Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar 2022-03-09T04:08:54.484Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:08:54.485Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:08:54.487Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:08:54.487Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798934484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:08:54.588Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:08:54.589Z||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. 2022-03-09T04:08:54.589Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:08:54.614Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:08:54.615Z||pool-48-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:08:55.488Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T04:08:55.490Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:08:55.490Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 57071528-ea19-49f7-ac89-f0a5b362fa0c, URL: /sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar to file: /app/ASDC/1/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar 2022-03-09T04:08:55.490Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar 2022-03-09T04:08:55.491Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar 2022-03-09T04:08:55.491Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar 2022-03-09T04:08:55.607Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6268751106009545384/Definitions/service-DemoPnfPbidxwtufrnlu4torp4p-template.yml 2022-03-09T04:08:56.453Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T04:08:56.454Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-09T04:08:56.454Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar 2022-03-09T04:08:56.454Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-09T04:08:56.454Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ca7aee0a-a14b 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-DemoPnfPbidxwtufrnlu4torp4p-csar.csar 2022-03-09T04:08:56.454Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||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-DemoPnfPbidxwtufrnlu4torp4p-csar.csar 2022-03-09T04:08:56.454Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar 2022-03-09T04:08:56.455Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||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-DemoPnfPbidxwtufrnlu4torp4p-csar.csar 2022-03-09T04:08:56.455Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||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-DemoPnfPbidxwtufrnlu4torp4p-csar.csar 2022-03-09T04:08:56.455Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||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-DemoPnfPbidxwtufrnlu4torp4p-csar.csar 2022-03-09T04:08:56.455Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||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-DemoPnfPbidxwtufrnlu4torp4p-csar.csar 2022-03-09T04:08:56.455Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-09T04:08:56.455Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:08:56.456Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pbidxwTUFRnlU4tOrp4P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:08:56.456Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Node template pNF ca7aee0a-a14b 0 is matching search criteria 2022-03-09T04:08:56.456Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-09T04:08:56.456Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF ca7aee0a-a14b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T04:08:56.457Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:08:56.457Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pbidxwTUFRnlU4tOrp4P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:08:56.457Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Node template pNF ca7aee0a-a14b 0 is matching search criteria 2022-03-09T04:08:56.457Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-09T04:08:56.457Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF ca7aee0a-a14b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T04:08:56.458Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:08:56.458Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pbidxwTUFRnlU4tOrp4P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:08:56.458Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:08:56.458Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pbidxwTUFRnlU4tOrp4P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:08:56.458Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:08:56.458Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pbidxwTUFRnlU4tOrp4P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:08:56.459Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:08:56.459Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pbidxwTUFRnlU4tOrp4P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:08:56.459Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:08:56.459Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pbidxwTUFRnlU4tOrp4P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:08:56.459Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_pbidxwTUFRnlU4tOrp4P Description:catalog service description Model UUID:11ab0f95-b208-4399-9417-d666ab417535 Model Version:NULL Model InvariantUuid:6ce36fc4-7924-42e9-b286-580237a12e4e 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=? 2022-03-09T04:08:56.465Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: e1bae897-08c4-4f89-9e02-3982d94941da 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=? 2022-03-09T04:08:56.468Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||pNF ca7aee0a-a14b 0 2022-03-09T04:08:56.468Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e1bae897-08c4-4f89-9e02-3982d94941da 2022-03-09T04:08:56.468Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 11ab0f95-b208-4399-9417-d666ab417535 2022-03-09T04:08:56.468Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 11ab0f95-b208-4399-9417-d666ab417535 2022-03-09T04:08:56.469Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ca7aee0a-a14b 0 e1bae897-08c4-4f89-9e02-3982d94941da 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=? 2022-03-09T04:08:56.473Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b6eb3f7, org.onap.sdc.toscaparser.api.parameters.Input@56dc15dd, org.onap.sdc.toscaparser.api.parameters.Input@6204a512, org.onap.sdc.toscaparser.api.parameters.Input@51ef1203, org.onap.sdc.toscaparser.api.parameters.Input@3f70f2c2] 2022-03-09T04:08:56.473Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:08:56.474Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pbidxwTUFRnlU4tOrp4P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:08:56.474Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 11ab0f95-b208-4399-9417-d666ab417535: pNF ca7aee0a-a14b 2022-03-09T04:08:56.474Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||Processing PNF resource: e1bae897-08c4-4f89-9e02-3982d94941da 2022-03-09T04:08:56.474Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:08:56.475Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pbidxwTUFRnlU4tOrp4P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:08:56.475Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||Resource customization UUID: 3f728efa-363b-411f-9f42-bd558020b1e1 is the same as notified resource customizationUUID: 3f728efa-363b-411f-9f42-bd558020b1e1 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 (?, ?) 2022-03-09T04:08:56.518Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ca7aee0a-a14b e1bae897-08c4-4f89-9e02-3982d94941da 0 ASDC deployResourceStructure 2022-03-09T04:08:56.518Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar ASDC sendASDCNotification 2022-03-09T04:08:56.519Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar 2022-03-09T04:08:56.519Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:08:56.519Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:08:56.522Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:08:56.522Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798936518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:08:56.622Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:08:56.623Z||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. 2022-03-09T04:08:56.624Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:08:56.640Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:08:56.641Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:08:57.523Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cab21ac3-c89e-4e00-98f4-838ac2a8de00 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T04:08:57.532Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cab21ac3-c89e-4e00-98f4-838ac2a8de00 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=? 2022-03-09T04:08:57.534Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T04:08:57.534Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T04:08:57.534Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T04:09:03.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:09:03.934Z||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. 2022-03-09T04:09:03.935Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:09:03.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:09:03.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "cds", "timestamp": 1646798784587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "dcae-sch", "timestamp": 1646798785117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "ves-openapi-manager", "timestamp": 1646798779463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "policy-id", "timestamp": 1646798781491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "cds", "timestamp": 1646798784587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "dcae-sch", "timestamp": 1646798785117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "ves-openapi-manager", "timestamp": 1646798779463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "policy-id", "timestamp": 1646798781491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "cds", "timestamp": 1646798784587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "dcae-sch", "timestamp": 1646798785117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "ves-openapi-manager", "timestamp": 1646798779463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "policy-id", "timestamp": 1646798781491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "multicloud-k8s-id", "timestamp": 1646798791145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "cds", "timestamp": 1646798784587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "dcae-sch", "timestamp": 1646798785117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "ves-openapi-manager", "timestamp": 1646798779463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "policy-id", "timestamp": 1646798781491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "multicloud-k8s-id", "timestamp": 1646798791145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "cds", "timestamp": 1646798784587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "ves-openapi-manager", "timestamp": 1646798779463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "dcae-sch", "timestamp": 1646798785117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "policy-id", "timestamp": 1646798781491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "clamp", "timestamp": 1646798792998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "multicloud-k8s-id", "timestamp": 1646798791145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "cds", "timestamp": 1646798784587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "ves-openapi-manager", "timestamp": 1646798779463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-09T04:09:03.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "dcae-sch", "timestamp": 1646798785117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "policy-id", "timestamp": 1646798781491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "clamp", "timestamp": 1646798792998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "multicloud-k8s-id", "timestamp": 1646798791145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "cds", "timestamp": 1646798784587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "ves-openapi-manager", "timestamp": 1646798779463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "dcae-sch", "timestamp": 1646798785117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "policy-id", "timestamp": 1646798781491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "clamp", "timestamp": 1646798792998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "multicloud-k8s-id", "timestamp": 1646798791145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:03.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:03.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "cds", "timestamp": 1646798784587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:09:03.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:03.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "ves-openapi-manager", "timestamp": 1646798779463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "dcae-sch", "timestamp": 1646798785117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "policy-id", "timestamp": 1646798781491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:09:04.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "clamp", "timestamp": 1646798792998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "multicloud-k8s-id", "timestamp": 1646798791145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "clamp", "timestamp": 1646798792998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "cds", "timestamp": 1646798796826, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:09:04.003Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "ves-openapi-manager", "timestamp": 1646798797962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T04:09:04.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "policy-id", "timestamp": 1646798797382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:09:04.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "multicloud-k8s-id", "timestamp": 1646798791145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "clamp", "timestamp": 1646798792998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "cds", "timestamp": 1646798797834, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-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=? 2022-03-09T04:09:04.012Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cab21ac3-c89e-4e00-98f4-838ac2a8de00 2022-03-09T04:09:04.012Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cab21ac3-c89e-4e00-98f4-838ac2a8de00 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 (?, ?, ?, ?, ?) 2022-03-09T04:09:04.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "policy-id", "timestamp": 1646798798387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:09:04.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "ves-openapi-manager", "timestamp": 1646798799209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-09T04:09:04.024Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "multicloud-k8s-id", "timestamp": 1646798791145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:09:04.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "clamp", "timestamp": 1646798792998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "policy-id", "timestamp": 1646798799390, "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=? 2022-03-09T04:09:04.030Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cab21ac3-c89e-4e00-98f4-838ac2a8de00 2022-03-09T04:09:04.031Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cab21ac3-c89e-4e00-98f4-838ac2a8de00 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 (?, ?, ?, ?, ?) 2022-03-09T04:09:04.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "ves-openapi-manager", "timestamp": 1646798800217, "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=? 2022-03-09T04:09:04.045Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of cab21ac3-c89e-4e00-98f4-838ac2a8de00 2022-03-09T04:09:04.045Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cab21ac3-c89e-4e00-98f4-838ac2a8de00 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 (?, ?, ?, ?, ?) 2022-03-09T04:09:04.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "clamp", "timestamp": 1646798792998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:09:04.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798804779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "aai-ml", "timestamp": 1646798805390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798804779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "aai-ml", "timestamp": 1646798805390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798804779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "aai-ml", "timestamp": 1646798805390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798804779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "aai-ml", "timestamp": 1646798805390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798804779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "aai-ml", "timestamp": 1646798805390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798804779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "aai-ml", "timestamp": 1646798805390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "ves-openapi-manager", "timestamp": 1646798801222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "dcae-sch", "timestamp": 1646798805117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-03-09T04:09:04.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "policy-id", "timestamp": 1646798801491, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798804779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "aai-ml", "timestamp": 1646798805390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "ves-openapi-manager", "timestamp": 1646798801222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "dcae-sch", "timestamp": 1646798805117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "policy-id", "timestamp": 1646798801491, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "multicloud-k8s-id", "timestamp": 1646798811145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798804779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:09:04.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "clamp", "timestamp": 1646798812828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:09:04.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "aai-ml", "timestamp": 1646798805390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:09:04.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "ves-openapi-manager", "timestamp": 1646798801222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "dcae-sch", "timestamp": 1646798805117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "policy-id", "timestamp": 1646798801491, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "multicloud-k8s-id", "timestamp": 1646798811145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798813957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:09:04.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "ves-openapi-manager", "timestamp": 1646798801222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "dcae-sch", "timestamp": 1646798805117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "policy-id", "timestamp": 1646798801491, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T04:09:04.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "aai-ml", "timestamp": 1646798814322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:09:04.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "multicloud-k8s-id", "timestamp": 1646798811145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-09T04:09:04.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "clamp", "timestamp": 1646798814838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:09:04.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "ves-openapi-manager", "timestamp": 1646798801222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "policy-id", "timestamp": 1646798801491, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "dcae-sch", "timestamp": 1646798805117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "multicloud-k8s-id", "timestamp": 1646798811145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T04:09:04.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "clamp", "timestamp": 1646798815844, "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=? 2022-03-09T04:09:04.072Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cab21ac3-c89e-4e00-98f4-838ac2a8de00 2022-03-09T04:09:04.072Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cab21ac3-c89e-4e00-98f4-838ac2a8de00 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 (?, ?, ?, ?, ?) 2022-03-09T04:09:04.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798816161, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:09:04.081Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "ves-openapi-manager", "timestamp": 1646798801222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "dcae-sch", "timestamp": 1646798805117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "policy-id", "timestamp": 1646798801491, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "cds", "timestamp": 1646798814587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "multicloud-k8s-id", "timestamp": 1646798811145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798817172, "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=? 2022-03-09T04:09:04.088Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cab21ac3-c89e-4e00-98f4-838ac2a8de00 2022-03-09T04:09:04.088Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cab21ac3-c89e-4e00-98f4-838ac2a8de00 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 (?, ?, ?, ?, ?) 2022-03-09T04:09:04.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "ves-openapi-manager", "timestamp": 1646798801222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "dcae-sch", "timestamp": 1646798805117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "policy-id", "timestamp": 1646798801491, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "cds", "timestamp": 1646798814587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "multicloud-k8s-id", "timestamp": 1646798811145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T04:09:04.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "dcae-sch", "timestamp": 1646798805117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "ves-openapi-manager", "timestamp": 1646798801222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "policy-id", "timestamp": 1646798801491, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:09:04.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "cds", "timestamp": 1646798814587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "multicloud-k8s-id", "timestamp": 1646798811145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "policy-id", "timestamp": 1646798818737, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:09:04.101Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "cds", "timestamp": 1646798814587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "multicloud-k8s-id", "timestamp": 1646798811145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:09:04.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "dcae-sch", "timestamp": 1646798818752, "artifactURL": "/sdc/v1/catalog/services/10a2dd84-bde4-4a3f-bf41-cb10c894a77f/resourceInstances/basicclamp0/artifacts/d58ff31c-2f92-4aa8-adcb-2a736b65cf5d", "status": "DOWNLOAD_OK" } 2022-03-09T04:09:04.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "policy-id", "timestamp": 1646798819742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:09:04.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "cds", "timestamp": 1646798814587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "multicloud-k8s-id", "timestamp": 1646798819975, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T04:09:04.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "aai-ml", "timestamp": 1646798821340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:09:04.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "policy-id", "timestamp": 1646798820745, "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 (?, ?, ?, ?, ?) 2022-03-09T04:09:04.118Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc2d7c85-1674-43d8-9748-caf4f449944b 2022-03-09T04:09:04.119Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2d7c85-1674-43d8-9748-caf4f449944b 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 (?, ?, ?, ?, ?) 2022-03-09T04:09:04.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "cds", "timestamp": 1646798814587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "dcae-sch", "timestamp": 1646798820262, "artifactURL": "/sdc/v1/catalog/services/10a2dd84-bde4-4a3f-bf41-cb10c894a77f/resourceInstances/basicclamp0/artifacts/d58ff31c-2f92-4aa8-adcb-2a736b65cf5d", "status": "DEPLOY_OK" } 2022-03-09T04:09:04.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "multicloud-k8s-id", "timestamp": 1646798821047, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T04:09:04.128Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "aai-ml", "timestamp": 1646798822345, "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=? 2022-03-09T04:09:04.133Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cab21ac3-c89e-4e00-98f4-838ac2a8de00 2022-03-09T04:09:04.133Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cab21ac3-c89e-4e00-98f4-838ac2a8de00 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 (?, ?, ?, ?, ?) 2022-03-09T04:09:04.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "cds", "timestamp": 1646798814587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "dcae-sch", "timestamp": 1646798821271, "artifactURL": "/sdc/v1/catalog/services/10a2dd84-bde4-4a3f-bf41-cb10c894a77f/resourceInstances/basicclamp0/artifacts/d58ff31c-2f92-4aa8-adcb-2a736b65cf5d", "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=? 2022-03-09T04:09:04.148Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of dc2d7c85-1674-43d8-9748-caf4f449944b 2022-03-09T04:09:04.148Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2d7c85-1674-43d8-9748-caf4f449944b 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 (?, ?, ?, ?, ?) 2022-03-09T04:09:04.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "multicloud-k8s-id", "timestamp": 1646798822122, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T04:09:04.157Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:09:04.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "cds", "timestamp": 1646798814587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:09:04.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "clamp", "timestamp": 1646798822998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:04.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:09:04.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:09:04.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "multicloud-k8s-id", "timestamp": 1646798823143, "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=? 2022-03-09T04:09:04.164Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc2d7c85-1674-43d8-9748-caf4f449944b 2022-03-09T04:09:04.164Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2d7c85-1674-43d8-9748-caf4f449944b 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=? 2022-03-09T04:09:27.535Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cab21ac3-c89e-4e00-98f4-838ac2a8de00 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T04:09:27.555Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cab21ac3-c89e-4e00-98f4-838ac2a8de00 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=? 2022-03-09T04:09:27.559Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T04:09:27.559Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T04:09:27.559Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T04:09:27.559Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T04:09:27.560Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:09:27.560Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:09:27.560Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:09:27.560Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:09:27.560Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:09:27.560Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:09:27.561Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:09:27.561Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||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=? 2022-03-09T04:09:27.567Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T04:09:57.567Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cab21ac3-c89e-4e00-98f4-838ac2a8de00 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=? 2022-03-09T04:09:57.574Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cab21ac3-c89e-4e00-98f4-838ac2a8de00 and serviceModelVersionId: 11ab0f95-b208-4399-9417-d666ab417535 2022-03-09T04:09:57.574Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ce36fc4-7924-42e9-b286-580237a12e4e 2022-03-09T04:09:57.577Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ce36fc4-7924-42e9-b286-580237a12e4e/model-vers/model-ver/11ab0f95-b208-4399-9417-d666ab417535?depth=0 2022-03-09T04:09:57.585Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T04:09:57.651Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ce36fc4-7924-42e9-b286-580237a12e4e/model-vers/model-ver/11ab0f95-b208-4399-9417-d666ab417535?depth=0|INFO|500||Invoke 2022-03-09T04:09:57.651Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ce36fc4-7924-42e9-b286-580237a12e4e/model-vers/model-ver/11ab0f95-b208-4399-9417-d666ab417535?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ce36fc4-7924-42e9-b286-580237a12e4e/model-vers/model-ver/11ab0f95-b208-4399-9417-d666ab417535?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cab21ac3-c89e-4e00-98f4-838ac2a8de00], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ff8ef2e1-6454-477a-8d35-9bad8419bfec], X-ECOMP-RequestID=[cab21ac3-c89e-4e00-98f4-838ac2a8de00], X-TransactionId=[], X-ONAP-RequestID=[cab21ac3-c89e-4e00-98f4-838ac2a8de00], Content-Type=[application/merge-patch+json]} 2022-03-09T04:09:57.685Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ce36fc4-7924-42e9-b286-580237a12e4e/model-vers/model-ver/11ab0f95-b208-4399-9417-d666ab417535?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T04:09:57.962Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ce36fc4-7924-42e9-b286-580237a12e4e/model-vers/model-ver/11ab0f95-b208-4399-9417-d666ab417535?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/6ce36fc4-7924-42e9-b286-580237a12e4e/model-vers/model-ver/11ab0f95-b208-4399-9417-d666ab417535?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-04:09:58:138-73840], vertex-id=[168088], Content-Length=[0], Date=[Wed, 09 Mar 2022 04:09:58 GMT], Content-Type=[application/json]} 2022-03-09T04:09:57.963Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ce36fc4-7924-42e9-b286-580237a12e4e/model-vers/model-ver/11ab0f95-b208-4399-9417-d666ab417535?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-09T04:09:57.964Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ce36fc4-7924-42e9-b286-580237a12e4e/model-vers/model-ver/11ab0f95-b208-4399-9417-d666ab417535?depth=0|INFO|500||InvokeReturn 2022-03-09T04:09:57.964Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T04:09:57.964Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||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=? 2022-03-09T04:09:57.972Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||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) 2022-03-09T04:09:57.973Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cab21ac3-c89e-4e00-98f4-838ac2a8de00 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T04:09:57.973Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T04:09:57.973Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:09:57.976Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:09:57.976Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798997973, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T04:09:58.076Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:09:58.078Z||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. 2022-03-09T04:09:58.078Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:09:58.120Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:09:58.121Z||pool-50-thread-1|||||INFO|500||cambria reply ok (44 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=? 2022-03-09T04:09:58.989Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T04:09:58.989Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc2d7c85-1674-43d8-9748-caf4f449944b","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"10a2dd84-bde4-4a3f-bf41-cb10c894a77f","serviceDescription":"service","serviceInvariantUUID":"e26ddce3-a5b0-46d9-a25b-66c700367569","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06913507-9998-4d7a-bd6d-9dd14927d400","resourceInvariantUUID":"242236be-00c5-468a-ae2a-f1f3ea806749","resourceCustomizationUUID":"0e05f4a8-3fa6-48a1-a12a-335ffb0559ef","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":"d58ff31c-2f92-4aa8-adcb-2a736b65cf5d","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":"OGNjZDVkZDBiZGVmYzQyYWQ3NDRjOTEwMmNkZjcyNzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6da1583c-c990-466d-9bb7-c3fb9ddd736c","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":"Mzc3NTMyZjZiMjNhMTNiZjZkODJlODMzYmQxYjljYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f65014ac-0abf-4188-b3ea-ba8067290f58","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":"6a9b4dee-fe74-4303-8c68-0b0892bf8a99","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":"511864f8-738f-41cb-9b5d-509b9b60c013","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":"5ee88a3b-46b0-451b-941c-17bcf6841e2e","artifactVersion":"2","generatedFromUUID":"6a9b4dee-fe74-4303-8c68-0b0892bf8a99"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YjcwYWRkNTk2Yzg5ZjBhNWM0ZjUyMTIzOTNiNzUxZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db7d400f-2700-4a7d-9151-e282eabe3706","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OGFkYjU0ZWI0ZTZjNWMyODkzNzI5MTgwOGI0NGYyZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d78ff02-e20e-4566-8c4d-f8c1431c0a60","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T04:09:58.990Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:09:58.990Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:09:58.993Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:09:58.993Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:09:59.094Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:09:59.095Z||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. 2022-03-09T04:09:59.095Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:09:59.110Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:09:59.111Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:09:59.994Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:09:59.995Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:09:59.998Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:09:59.998Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:00.098Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:00.100Z||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. 2022-03-09T04:10:00.100Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:00.118Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:00.119Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:00.999Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:10:01.000Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:01.002Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:01.003Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-09T04:10:01.104Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:01.105Z||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. 2022-03-09T04:10:01.105Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:01.133Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:01.134Z||pool-53-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:02.004Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:10:02.005Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:02.008Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:02.008Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T04:10:02.108Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:02.110Z||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. 2022-03-09T04:10:02.110Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:02.123Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:02.124Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:03.009Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:10:03.010Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:03.012Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:03.012Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:03.112Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:03.114Z||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. 2022-03-09T04:10:03.114Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:03.132Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:03.132Z||pool-55-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:10:03.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:10:03.934Z||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. 2022-03-09T04:10:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:03.977Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:04.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "clamp", "timestamp": 1646798822998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "multicloud-k8s-id", "timestamp": 1646798824148, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T04:10:04.006Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "cds", "timestamp": 1646798823662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.007Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "clamp", "timestamp": 1646798822998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-09T04:10:04.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "cds", "timestamp": 1646798824670, "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=? 2022-03-09T04:10:04.013Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:10:04.014Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:04.014Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc2d7c85-1674-43d8-9748-caf4f449944b 2022-03-09T04:10:04.015Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2d7c85-1674-43d8-9748-caf4f449944b 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=? 2022-03-09T04:10:04.017Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:04.017Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T04:10:04.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "clamp", "timestamp": 1646798822998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "clamp", "timestamp": 1646798822998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "clamp", "timestamp": 1646798822998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "clamp", "timestamp": 1646798822998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "clamp", "timestamp": 1646798822998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "cds", "timestamp": 1646798829587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "dcae-sch", "timestamp": 1646798825117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "multicloud-k8s-id", "timestamp": 1646798831145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "dcae-sch", "timestamp": 1646798825117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "multicloud-k8s-id", "timestamp": 1646798831145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-09T04:10:04.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "cds", "timestamp": 1646798829587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "cds", "timestamp": 1646798829587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "multicloud-k8s-id", "timestamp": 1646798831145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-09T04:10:04.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "dcae-sch", "timestamp": 1646798825117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "dcae-sch", "timestamp": 1646798825117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "multicloud-k8s-id", "timestamp": 1646798831145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-09T04:10:04.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "cds", "timestamp": 1646798829587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "clamp", "timestamp": 1646798836835, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.034Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "cds", "timestamp": 1646798829587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "multicloud-k8s-id", "timestamp": 1646798831145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-09T04:10:04.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "dcae-sch", "timestamp": 1646798825117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "clamp", "timestamp": 1646798837840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.040Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "cds", "timestamp": 1646798829587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "dcae-sch", "timestamp": 1646798825117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "multicloud-k8s-id", "timestamp": 1646798831145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "cds", "timestamp": 1646798829587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "multicloud-k8s-id", "timestamp": 1646798831145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-09T04:10:04.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "dcae-sch", "timestamp": 1646798825117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "cds", "timestamp": 1646798829587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "dcae-sch", "timestamp": 1646798825117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "multicloud-k8s-id", "timestamp": 1646798831145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "ves-openapi-manager", "timestamp": 1646798839462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "multicloud-k8s-id", "timestamp": 1646798831145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "dcae-sch", "timestamp": 1646798825117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "cds", "timestamp": 1646798829587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "ves-openapi-manager", "timestamp": 1646798839462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "clamp", "timestamp": 1646798841936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:10:04.057Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "ves-openapi-manager", "timestamp": 1646798839462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "policy-id", "timestamp": 1646798841491, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "multicloud-k8s-id", "timestamp": 1646798842224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "cds", "timestamp": 1646798841720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "clamp", "timestamp": 1646798842941, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T04:10:04.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "ves-openapi-manager", "timestamp": 1646798839462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798843669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "policy-id", "timestamp": 1646798841491, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "cds", "timestamp": 1646798842729, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T04:10:04.079Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f84fdcd-347e-4605-ada5-d80c38c6da42 2022-03-09T04:10:04.080Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f84fdcd-347e-4605-ada5-d80c38c6da42 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 (?, ?, ?, ?, ?) 2022-03-09T04:10:04.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "clamp", "timestamp": 1646798843946, "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=? 2022-03-09T04:10:04.094Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc2d7c85-1674-43d8-9748-caf4f449944b 2022-03-09T04:10:04.094Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2d7c85-1674-43d8-9748-caf4f449944b 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 (?, ?, ?, ?, ?) 2022-03-09T04:10:04.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "multicloud-k8s-id", "timestamp": 1646798843429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "ves-openapi-manager", "timestamp": 1646798839462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "aai-ml", "timestamp": 1646798844327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "policy-id", "timestamp": 1646798841491, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "ves-openapi-manager", "timestamp": 1646798839462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "multicloud-k8s-id", "timestamp": 1646798844629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "policy-id", "timestamp": 1646798841491, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "ves-openapi-manager", "timestamp": 1646798839462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798846223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:10:04.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "cds", "timestamp": 1646798844587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "multicloud-k8s-id", "timestamp": 1646798845925, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "policy-id", "timestamp": 1646798841491, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-09T04:10:04.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "dcae-sch", "timestamp": 1646798845117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "ves-openapi-manager", "timestamp": 1646798839462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.118Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:04.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798847228, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } 2022-03-09T04:10:04.119Z||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. 2022-03-09T04:10:04.119Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T04:10:04.124Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc2d7c85-1674-43d8-9748-caf4f449944b 2022-03-09T04:10:04.124Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2d7c85-1674-43d8-9748-caf4f449944b 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 (?, ?, ?, ?, ?) 2022-03-09T04:10:04.136Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:04.137Z||pool-56-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:04.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "cds", "timestamp": 1646798844587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "multicloud-k8s-id", "timestamp": 1646798846974, "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=? 2022-03-09T04:10:04.143Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f84fdcd-347e-4605-ada5-d80c38c6da42 2022-03-09T04:10:04.143Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f84fdcd-347e-4605-ada5-d80c38c6da42 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 (?, ?, ?, ?, ?) 2022-03-09T04:10:04.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "policy-id", "timestamp": 1646798841491, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "dcae-sch", "timestamp": 1646798845117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "ves-openapi-manager", "timestamp": 1646798839462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "cds", "timestamp": 1646798844587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "multicloud-k8s-id", "timestamp": 1646798847978, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T04:10:04.154Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "policy-id", "timestamp": 1646798841491, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "dcae-sch", "timestamp": 1646798845117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "ves-openapi-manager", "timestamp": 1646798839462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "cds", "timestamp": 1646798844587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "policy-id", "timestamp": 1646798841491, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "dcae-sch", "timestamp": 1646798845117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "ves-openapi-manager", "timestamp": 1646798839462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "cds", "timestamp": 1646798844587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "policy-id", "timestamp": 1646798841491, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "dcae-sch", "timestamp": 1646798845117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "ves-openapi-manager", "timestamp": 1646798839462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "cds", "timestamp": 1646798844587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "policy-id", "timestamp": 1646798851303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.158Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "dcae-sch", "timestamp": 1646798845117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "ves-openapi-manager", "timestamp": 1646798839462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "multicloud-k8s-id", "timestamp": 1646798851145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "cds", "timestamp": 1646798844587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "policy-id", "timestamp": 1646798852307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:10:04.160Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "dcae-sch", "timestamp": 1646798845117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "ves-openapi-manager", "timestamp": 1646798839462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "multicloud-k8s-id", "timestamp": 1646798851145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-09T04:10:04.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "clamp", "timestamp": 1646798852998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "cds", "timestamp": 1646798852584, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.162Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "policy-id", "timestamp": 1646798853310, "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=? 2022-03-09T04:10:04.167Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f84fdcd-347e-4605-ada5-d80c38c6da42 2022-03-09T04:10:04.167Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f84fdcd-347e-4605-ada5-d80c38c6da42 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=? 2022-03-09T04:10:04.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "ves-openapi-manager", "timestamp": 1646798839462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "multicloud-k8s-id", "timestamp": 1646798851145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T04:10:04.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "clamp", "timestamp": 1646798852998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "cds", "timestamp": 1646798853593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T04:10:04.191Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ad12071-a786-49d5-8b2a-775bf6c9ee3f 2022-03-09T04:10:04.191Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ad12071-a786-49d5-8b2a-775bf6c9ee3f 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 (?, ?, ?, ?, ?) 2022-03-09T04:10:04.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "policy-id", "timestamp": 1646798841491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "ves-openapi-manager", "timestamp": 1646798839462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "multicloud-k8s-id", "timestamp": 1646798851145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "clamp", "timestamp": 1646798852998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "policy-id", "timestamp": 1646798841491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "multicloud-k8s-id", "timestamp": 1646798851145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T04:10:04.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "clamp", "timestamp": 1646798852998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-09T04:10:04.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "policy-id", "timestamp": 1646798841491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T04:10:04.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "multicloud-k8s-id", "timestamp": 1646798851145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "aai-ml", "timestamp": 1646798857645, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:10:04.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "clamp", "timestamp": 1646798852998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "policy-id", "timestamp": 1646798841491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798857984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "multicloud-k8s-id", "timestamp": 1646798851145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "aai-ml", "timestamp": 1646798858649, "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=? 2022-03-09T04:10:04.216Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc2d7c85-1674-43d8-9748-caf4f449944b 2022-03-09T04:10:04.216Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2d7c85-1674-43d8-9748-caf4f449944b 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 (?, ?, ?, ?, ?) 2022-03-09T04:10:04.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "clamp", "timestamp": 1646798852998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "policy-id", "timestamp": 1646798841491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "clamp", "timestamp": 1646798852998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "multicloud-k8s-id", "timestamp": 1646798859177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.229Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "policy-id", "timestamp": 1646798841491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "ves-openapi-manager", "timestamp": 1646798859462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798860385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:10:04.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "clamp", "timestamp": 1646798852998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "policy-id", "timestamp": 1646798841491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "ves-openapi-manager", "timestamp": 1646798859462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "cds", "timestamp": 1646798859587, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798861390, "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=? 2022-03-09T04:10:04.240Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f84fdcd-347e-4605-ada5-d80c38c6da42 2022-03-09T04:10:04.240Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f84fdcd-347e-4605-ada5-d80c38c6da42 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 (?, ?, ?, ?, ?) 2022-03-09T04:10:04.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "clamp", "timestamp": 1646798852998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "multicloud-k8s-id", "timestamp": 1646798861162, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.251Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "ves-openapi-manager", "timestamp": 1646798859462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "cds", "timestamp": 1646798859587, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "policy-id", "timestamp": 1646798861778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.252Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "multicloud-k8s-id", "timestamp": 1646798862352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.253Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "ves-openapi-manager", "timestamp": 1646798859462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "cds", "timestamp": 1646798859587, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "policy-id", "timestamp": 1646798862784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:10:04.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "multicloud-k8s-id", "timestamp": 1646798863370, "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=? 2022-03-09T04:10:04.261Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ad12071-a786-49d5-8b2a-775bf6c9ee3f 2022-03-09T04:10:04.261Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ad12071-a786-49d5-8b2a-775bf6c9ee3f 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 (?, ?, ?, ?, ?) 2022-03-09T04:10:04.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "ves-openapi-manager", "timestamp": 1646798859462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "cds", "timestamp": 1646798859587, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "policy-id", "timestamp": 1646798863787, "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=? 2022-03-09T04:10:04.278Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ad12071-a786-49d5-8b2a-775bf6c9ee3f 2022-03-09T04:10:04.278Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ad12071-a786-49d5-8b2a-775bf6c9ee3f 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=? 2022-03-09T04:10:04.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "multicloud-k8s-id", "timestamp": 1646798864375, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T04:10:04.285Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "ves-openapi-manager", "timestamp": 1646798859462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "cds", "timestamp": 1646798859587, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "policy-id", "timestamp": 1646798864791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "ves-openapi-manager", "timestamp": 1646798859462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "cds", "timestamp": 1646798859587, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "dcae-sch", "timestamp": 1646798865117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "policy-id", "timestamp": 1646798864791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "ves-openapi-manager", "timestamp": 1646798859462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "cds", "timestamp": 1646798859587, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "dcae-sch", "timestamp": 1646798865117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "policy-id", "timestamp": 1646798864791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T04:10:04.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "cds", "timestamp": 1646798859587, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798834778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "dcae-sch", "timestamp": 1646798865117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "policy-id", "timestamp": 1646798864791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "aai-ml", "timestamp": 1646798869162, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.294Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798869791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.294Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "clamp", "timestamp": 1646798869841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.294Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "dcae-sch", "timestamp": 1646798865117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "policy-id", "timestamp": 1646798864791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "cds", "timestamp": 1646798869248, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "dcae-sch", "timestamp": 1646798865117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "policy-id", "timestamp": 1646798864791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "clamp", "timestamp": 1646798871849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:10:04.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "dcae-sch", "timestamp": 1646798865117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "policy-id", "timestamp": 1646798864791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798872225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:10:04.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "multicloud-k8s-id", "timestamp": 1646798871145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "clamp", "timestamp": 1646798872853, "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=? 2022-03-09T04:10:04.303Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f84fdcd-347e-4605-ada5-d80c38c6da42 2022-03-09T04:10:04.303Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f84fdcd-347e-4605-ada5-d80c38c6da42 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 (?, ?, ?, ?, ?) 2022-03-09T04:10:04.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "dcae-sch", "timestamp": 1646798865117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "policy-id", "timestamp": 1646798864791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798873229, "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=? 2022-03-09T04:10:04.319Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ad12071-a786-49d5-8b2a-775bf6c9ee3f 2022-03-09T04:10:04.319Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ad12071-a786-49d5-8b2a-775bf6c9ee3f 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 (?, ?, ?, ?, ?) 2022-03-09T04:10:04.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "cds", "timestamp": 1646798872236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T04:10:04.339Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21c2d9dc-8dba-409a-ac5d-61403653b35a 2022-03-09T04:10:04.339Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21c2d9dc-8dba-409a-ac5d-61403653b35a 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 (?, ?, ?, ?, ?) 2022-03-09T04:10:04.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "multicloud-k8s-id", "timestamp": 1646798871145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T04:10:04.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "clamp", "timestamp": 1646798852998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "dcae-sch", "timestamp": 1646798865117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "policy-id", "timestamp": 1646798873613, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "multicloud-k8s-id", "timestamp": 1646798871145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T04:10:04.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798874234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "clamp", "timestamp": 1646798852998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-09T04:10:04.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "policy-id", "timestamp": 1646798874619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:10:04.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "multicloud-k8s-id", "timestamp": 1646798871145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798874234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "clamp", "timestamp": 1646798852998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "policy-id", "timestamp": 1646798875626, "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=? 2022-03-09T04:10:04.358Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21c2d9dc-8dba-409a-ac5d-61403653b35a 2022-03-09T04:10:04.359Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21c2d9dc-8dba-409a-ac5d-61403653b35a 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 (?, ?, ?, ?, ?) 2022-03-09T04:10:04.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "multicloud-k8s-id", "timestamp": 1646798871145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T04:10:04.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798874234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "clamp", "timestamp": 1646798852998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "multicloud-k8s-id", "timestamp": 1646798871145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.369Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798874234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.369Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "clamp", "timestamp": 1646798852998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.370Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "multicloud-k8s-id", "timestamp": 1646798871145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798874234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "clamp", "timestamp": 1646798852998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "aai-ml", "timestamp": 1646798878941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:10:04.372Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "multicloud-k8s-id", "timestamp": 1646798871145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798874234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "clamp", "timestamp": 1646798852998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "aai-ml", "timestamp": 1646798879946, "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=? 2022-03-09T04:10:04.379Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f84fdcd-347e-4605-ada5-d80c38c6da42 2022-03-09T04:10:04.379Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f84fdcd-347e-4605-ada5-d80c38c6da42 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 (?, ?, ?, ?, ?) 2022-03-09T04:10:04.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "multicloud-k8s-id", "timestamp": 1646798879923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.389Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798874234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "multicloud-k8s-id", "timestamp": 1646798880996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.392Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798874234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:04.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "multicloud-k8s-id", "timestamp": 1646798882187, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:04.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798883316, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:04.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:10:04.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "multicloud-k8s-id", "timestamp": 1646798883204, "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=? 2022-03-09T04:10:04.402Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21c2d9dc-8dba-409a-ac5d-61403653b35a 2022-03-09T04:10:04.402Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21c2d9dc-8dba-409a-ac5d-61403653b35a 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=? 2022-03-09T04:10:04.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:10:04.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:04.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:10:05.018Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:10:05.019Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:05.022Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:05.022Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:05.122Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:05.123Z||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. 2022-03-09T04:10:05.124Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:05.136Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:05.137Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:06.023Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:10:06.024Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:06.027Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:06.027Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:06.127Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:06.128Z||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. 2022-03-09T04:10:06.128Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:06.141Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:06.142Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:07.030Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "10a2dd84-bde4-4a3f-bf41-cb10c894a77f", "serviceDescription": "service", "serviceInvariantUUID": "e26ddce3-a5b0-46d9-a25b-66c700367569", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "0e05f4a8-3fa6-48a1-a12a-335ffb0559ef", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "06913507-9998-4d7a-bd6d-9dd14927d400", "resourceInvariantUUID": "242236be-00c5-468a-ae2a-f1f3ea806749", "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": "Mzc3NTMyZjZiMjNhMTNiZjZkODJlODMzYmQxYjljYzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f65014ac-0abf-4188-b3ea-ba8067290f58", "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": "6a9b4dee-fe74-4303-8c68-0b0892bf8a99", "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": "5ee88a3b-46b0-451b-941c-17bcf6841e2e", "generatedFromUUID": "6a9b4dee-fe74-4303-8c68-0b0892bf8a99" }, "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": "5ee88a3b-46b0-451b-941c-17bcf6841e2e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "OGFkYjU0ZWI0ZTZjNWMyODkzNzI5MTgwOGI0NGYyZjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7d78ff02-e20e-4566-8c4d-f8c1431c0a60" } ], "workloadContext": "Production" } 2022-03-09T04:10:07.030Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T04:10:07.031Z|cab21ac3-c89e-4e00-98f4-838ac2a8de00|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 10a2dd84-bde4-4a3f-bf41-cb10c894a77f ASDC 2022-03-09T04:10:07.032Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:dc2d7c85-1674-43d8-9748-caf4f449944b ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:10a2dd84-bde4-4a3f-bf41-cb10c894a77f ServiceInvariantUUID:e26ddce3-a5b0-46d9-a25b-66c700367569 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:7d78ff02-e20e-4566-8c4d-f8c1431c0a60 ArtifactChecksum:OGFkYjU0ZWI0ZTZjNWMyODkzNzI5MTgwOGI0NGYyZjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:0e05f4a8-3fa6-48a1-a12a-335ffb0559ef ResourceInvariantUUID:242236be-00c5-468a-ae2a-f1f3ea806749 ResourceName:basicclamp ResourceType:VF ResourceUUID:06913507-9998-4d7a-bd6d-9dd14927d400 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:f65014ac-0abf-4188-b3ea-ba8067290f58 ArtifactChecksum:Mzc3NTMyZjZiMjNhMTNiZjZkODJlODMzYmQxYjljYzI= 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:6a9b4dee-fe74-4303-8c68-0b0892bf8a99 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:5ee88a3b-46b0-451b-941c-17bcf6841e2e 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:5ee88a3b-46b0-451b-941c-17bcf6841e2e ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T04:10:07.032Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10a2dd84-bde4-4a3f-bf41-cb10c894a77f 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=? 2022-03-09T04:10:07.077Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T04:10:07.078Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:10:07.078Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:10:07.078Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7d78ff02-e20e-4566-8c4d-f8c1431c0a60 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-09T04:10:07.078Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:10:07.079Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-09T04:10:08.181Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:10:08.186Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 7d78ff02-e20e-4566-8c4d-f8c1431c0a60 73641 2022-03-09T04:10:08.186Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-09T04:10:08.186Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-09T04:10:08.186Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:10:08.186Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:08.189Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:08.189Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799008186, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:08.289Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:08.290Z||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. 2022-03-09T04:10:08.290Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:08.304Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:08.305Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:09.189Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T04:10:09.191Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:10:09.191Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7d78ff02-e20e-4566-8c4d-f8c1431c0a60, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T04:10:09.191Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-03-09T04:10:09.192Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T04:10:09.192Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T04:10:09.375Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9367454111219360734/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 2022-03-09T04:10:10.752Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T04:10:10.752Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-09T04:10:10.753Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T04:10:10.753Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-09T04:10:10.753Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||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 2022-03-09T04:10:10.753Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||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 2022-03-09T04:10:10.753Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||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 2022-03-09T04:10:10.753Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||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 2022-03-09T04:10:10.753Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||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 2022-03-09T04:10:10.754Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||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 2022-03-09T04:10:10.754Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||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 2022-03-09T04:10:10.754Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||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 2022-03-09T04:10:10.754Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||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 2022-03-09T04:10:10.754Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-09T04:10:10.754Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:10.755Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:10:10.755Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T04:10:10.755Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-09T04:10:10.755Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T04:10:10.756Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:10.756Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:10:10.756Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T04:10:10.756Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-09T04:10:10.756Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T04:10:10.757Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:10.757Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:10:10.757Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:10.757Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-09T04:10:10.757Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-09T04:10:10.757Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-09T04:10:10.758Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-09T04:10:10.758Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T04:10:10.758Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T04:10:10.758Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:10.758Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T04:10:10.758Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:10.758Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T04:10:10.759Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:10:10.759Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:10.759Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T04:10:10.759Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:10:10.759Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:10.759Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T04:10:10.759Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:10:10.760Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:10.760Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-09T04:10:10.760Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-09T04:10:10.760Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T04:10:10.760Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a5aedcf7-2f01-4771-a776-9de35ee17196 2022-03-09T04:10:10.761Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:10.761Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:10:10.761Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:10.761Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:10:10.761Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:10.761Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:10:10.762Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:10.762Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:10:10.762Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:10a2dd84-bde4-4a3f-bf41-cb10c894a77f Model Version:NULL Model InvariantUuid:e26ddce3-a5b0-46d9-a25b-66c700367569 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:9c338e23-1873-45e8-afeb-5a49ef270fa9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:242236be-00c5-468a-ae2a-f1f3ea806749 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0e05f4a8-3fa6-48a1-a12a-335ffb0559ef NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:25e95537-db97-4ded-a589-12cdbccd442e ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:53f026d9-318d-434e-9623-c8fbb3eee601 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a5aedcf7-2f01-4771-a776-9de35ee17196 ModelInvariantUuid:dbf59f63-21c8-445a-a424-acd47aaa557d ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:caf1c6e1-aa4f-473e-b130-a8a783725557 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:6b68b22d-4b2c-40df-80bc-de6489d890ba ModelInvariantUuid:beb23aee-aa5b-452a-ac3a-99645514c0e1 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:06d07e90-083e-4fb7-89a0-ed271dee572c 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=? 2022-03-09T04:10:10.767Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 06913507-9998-4d7a-bd6d-9dd14927d400 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=? 2022-03-09T04:10:10.769Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||basicclamp 0 2022-03-09T04:10:10.769Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06913507-9998-4d7a-bd6d-9dd14927d400 2022-03-09T04:10:10.769Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f65014ac-0abf-4188-b3ea-ba8067290f58 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-09T04:10:10.770Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:10:10.770Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-09T04:10:11.043Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:10:11.044Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json f65014ac-0abf-4188-b3ea-ba8067290f58 790 2022-03-09T04:10:11.044Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-09T04:10:11.044Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-09T04:10:11.044Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:10:11.044Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:11.046Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:11.046Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799011044, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:11.147Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:11.148Z||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. 2022-03-09T04:10:11.148Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:11.176Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:11.177Z||pool-60-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:12.047Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "25e95537-db97-4ded-a589-12cdbccd442e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "53f026d9-318d-434e-9623-c8fbb3eee601", "vfModuleModelCustomizationUUID": "f9e402fb-45b6-406e-b086-8bd5a2cb7c4f", "isBase": true, "artifacts": [ "6a9b4dee-fe74-4303-8c68-0b0892bf8a99", "5ee88a3b-46b0-451b-941c-17bcf6841e2e" ], "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": "" } } ] 2022-03-09T04:10:12.052Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:53f026d9-318d-434e-9623-c8fbb3eee601 VfModuleModelInvariantUUID:25e95537-db97-4ded-a589-12cdbccd442e VfModuleModelDescription:NULL Artifacts UUID List:{ 6a9b4dee-fe74-4303-8c68-0b0892bf8a99 , 5ee88a3b-46b0-451b-941c-17bcf6841e2e } 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 } 2022-03-09T04:10:12.055Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "25e95537-db97-4ded-a589-12cdbccd442e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "53f026d9-318d-434e-9623-c8fbb3eee601", "vfModuleModelCustomizationUUID": "f9e402fb-45b6-406e-b086-8bd5a2cb7c4f", "isBase": true, "artifacts": [ "6a9b4dee-fe74-4303-8c68-0b0892bf8a99", "5ee88a3b-46b0-451b-941c-17bcf6841e2e" ], "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": "" } } ] 2022-03-09T04:10:12.055Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:53f026d9-318d-434e-9623-c8fbb3eee601 VfModuleModelInvariantUUID:25e95537-db97-4ded-a589-12cdbccd442e VfModuleModelDescription:NULL Artifacts UUID List:{ 6a9b4dee-fe74-4303-8c68-0b0892bf8a99 , 5ee88a3b-46b0-451b-941c-17bcf6841e2e } 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 } 2022-03-09T04:10:12.055Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6a9b4dee-fe74-4303-8c68-0b0892bf8a99 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-09T04:10:12.055Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:10:12.056Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-09T04:10:12.543Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:10:12.543Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 6a9b4dee-fe74-4303-8c68-0b0892bf8a99 5033 2022-03-09T04:10:12.543Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-09T04:10:12.543Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-09T04:10:12.544Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:10:12.544Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:12.546Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:12.546Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799012543, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:12.646Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:12.647Z||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. 2022-03-09T04:10:12.647Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:12.658Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:12.658Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:13.547Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ee88a3b-46b0-451b-941c-17bcf6841e2e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-09T04:10:13.547Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:10:13.548Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-09T04:10:14.043Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:10:14.044Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 5ee88a3b-46b0-451b-941c-17bcf6841e2e 909 2022-03-09T04:10:14.044Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-09T04:10:14.044Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-09T04:10:14.044Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:10:14.045Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:14.048Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:14.048Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799014044, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T04:10:14.148Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T04:10:14.149Z||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. 2022-03-09T04:10:14.149Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:14.162Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:14.163Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:15.048Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 10a2dd84-bde4-4a3f-bf41-cb10c894a77f 2022-03-09T04:10:15.049Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 06913507-9998-4d7a-bd6d-9dd14927d400 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T04:10:15.065Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@713bf26b, org.onap.sdc.toscaparser.api.parameters.Input@5a621a73, org.onap.sdc.toscaparser.api.parameters.Input@738fdb11, org.onap.sdc.toscaparser.api.parameters.Input@7b3fbe6a, org.onap.sdc.toscaparser.api.parameters.Input@55b9a3cc] 2022-03-09T04:10:15.069Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:15.069Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:10:15.070Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-03-09T04:10:15.070Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 0e05f4a8-3fa6-48a1-a12a-335ffb0559ef 2022-03-09T04:10:15.070Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0e05f4a8-3fa6-48a1-a12a-335ffb0559ef matches Tosca VF Customization UUID: 0e05f4a8-3fa6-48a1-a12a-335ffb0559ef 2022-03-09T04:10:15.070Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 0e05f4a8-3fa6-48a1-a12a-335ffb0559ef 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=? 2022-03-09T04:10:15.073Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:15.073Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:10:15.074Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 0e05f4a8-3fa6-48a1-a12a-335ffb0559ef: {\"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\"} 2022-03-09T04:10:15.074Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14d2bdf7 2022-03-09T04:10:15.074Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:15.075Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T04:10:15.075Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f9e402fb-45b6-406e-b086-8bd5a2cb7c4f 2022-03-09T04:10:15.076Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f9e402fb-45b6-406e-b086-8bd5a2cb7c4f 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=? 2022-03-09T04:10:15.078Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:15.078Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T04:10:15.078Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:10:15.079Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:15.079Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T04:10:15.079Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:10:15.079Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:15.079Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-09T04:10:15.079Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-09T04:10:15.080Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T04:10:15.080Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a5aedcf7-2f01-4771-a776-9de35ee17196 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=? 2022-03-09T04:10:15.086Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:15.086Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T04:10:15.086Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:10:15.087Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:15.087Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T04:10:15.087Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=0e05f4a8-3fa6-48a1-a12a-335ffb0559ef 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=? 2022-03-09T04:10:15.089Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:15.089Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:10:15.089Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 10a2dd84-bde4-4a3f-bf41-cb10c894a77f: basicclamp 2022-03-09T04:10:15.089Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:15.089Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:10:15.090Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:15.090Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:10:15.090Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:15.090Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:10:15.090Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:15.090Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:10:15.091Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:10:15.091Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:10:15.091Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||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 (?, ?, ?, ?, ?) 2022-03-09T04:10:15.168Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 06913507-9998-4d7a-bd6d-9dd14927d400 1 ASDC deployResourceStructure 2022-03-09T04:10:15.169Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-09T04:10:15.169Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-09T04:10:15.169Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:10:15.170Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:15.172Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:15.172Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799015169, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T04:10:15.272Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:15.273Z||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. 2022-03-09T04:10:15.273Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:15.286Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:15.287Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:16.173Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-09T04:10:16.174Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-09T04:10:16.174Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:10:16.174Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:16.176Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:16.177Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799016173, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-09T04:10:16.277Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:16.278Z||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. 2022-03-09T04:10:16.278Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:16.300Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:16.301Z||pool-64-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:17.178Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-09T04:10:17.178Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-09T04:10:17.178Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:10:17.179Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:17.181Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:17.181Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799017178, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-09T04:10:17.282Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:17.283Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:10:17.283Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:17.329Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:17.330Z||pool-65-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:18.183Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-09T04:10:18.183Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-09T04:10:18.184Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:10:18.184Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:18.186Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:18.186Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799018183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:10:18.287Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T04:10:18.288Z||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. 2022-03-09T04:10:18.288Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:18.319Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:18.320Z||pool-66-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:19.188Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc2d7c85-1674-43d8-9748-caf4f449944b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T04:10:19.200Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc2d7c85-1674-43d8-9748-caf4f449944b 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=? 2022-03-09T04:10:19.204Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T04:10:19.204Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T04:10:19.205Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T04:10:19.205Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T04:10:19.205Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:10:19.205Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:10:19.206Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:10:19.206Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:10:19.206Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:10:19.206Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:10:19.206Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:10:19.207Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||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=? 2022-03-09T04:10:19.213Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T04:10:49.213Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc2d7c85-1674-43d8-9748-caf4f449944b 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=? 2022-03-09T04:10:49.220Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc2d7c85-1674-43d8-9748-caf4f449944b and serviceModelVersionId: 10a2dd84-bde4-4a3f-bf41-cb10c894a77f 2022-03-09T04:10:49.220Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e26ddce3-a5b0-46d9-a25b-66c700367569 2022-03-09T04:10:49.221Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e26ddce3-a5b0-46d9-a25b-66c700367569/model-vers/model-ver/10a2dd84-bde4-4a3f-bf41-cb10c894a77f?depth=0 2022-03-09T04:10:49.225Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T04:10:49.275Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e26ddce3-a5b0-46d9-a25b-66c700367569/model-vers/model-ver/10a2dd84-bde4-4a3f-bf41-cb10c894a77f?depth=0|INFO|500||Invoke 2022-03-09T04:10:49.276Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e26ddce3-a5b0-46d9-a25b-66c700367569/model-vers/model-ver/10a2dd84-bde4-4a3f-bf41-cb10c894a77f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e26ddce3-a5b0-46d9-a25b-66c700367569/model-vers/model-ver/10a2dd84-bde4-4a3f-bf41-cb10c894a77f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc2d7c85-1674-43d8-9748-caf4f449944b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c15b7b9-6dbb-4192-b059-a5514c693a18], X-ECOMP-RequestID=[dc2d7c85-1674-43d8-9748-caf4f449944b], X-TransactionId=[], X-ONAP-RequestID=[dc2d7c85-1674-43d8-9748-caf4f449944b], Content-Type=[application/merge-patch+json]} 2022-03-09T04:10:49.298Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e26ddce3-a5b0-46d9-a25b-66c700367569/model-vers/model-ver/10a2dd84-bde4-4a3f-bf41-cb10c894a77f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T04:10:49.728Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e26ddce3-a5b0-46d9-a25b-66c700367569/model-vers/model-ver/10a2dd84-bde4-4a3f-bf41-cb10c894a77f?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/e26ddce3-a5b0-46d9-a25b-66c700367569/model-vers/model-ver/10a2dd84-bde4-4a3f-bf41-cb10c894a77f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-04:10:49:751-77465], vertex-id=[168024], Content-Length=[0], Date=[Wed, 09 Mar 2022 04:10:49 GMT], Content-Type=[application/json]} 2022-03-09T04:10:49.729Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e26ddce3-a5b0-46d9-a25b-66c700367569/model-vers/model-ver/10a2dd84-bde4-4a3f-bf41-cb10c894a77f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-09T04:10:49.730Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e26ddce3-a5b0-46d9-a25b-66c700367569/model-vers/model-ver/10a2dd84-bde4-4a3f-bf41-cb10c894a77f?depth=0|INFO|500||InvokeReturn 2022-03-09T04:10:49.730Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T04:10:49.731Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||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=? 2022-03-09T04:10:49.740Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||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) 2022-03-09T04:10:49.741Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc2d7c85-1674-43d8-9748-caf4f449944b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T04:10:49.741Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T04:10:49.742Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:49.744Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:49.744Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799049741, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T04:10:49.844Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:49.845Z||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. 2022-03-09T04:10:49.846Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:49.861Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:49.862Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-09T04:10:50.762Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T04:10:50.762Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f84fdcd-347e-4605-ada5-d80c38c6da42","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ce0ae5d1-37a8-4d04-b241-3b46d9da4a0e","serviceDescription":"service","serviceInvariantUUID":"1df4178c-91f1-4c42-a2e8-59dfad671698","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7a991517-0d15-4abf-a250-d7094d1f7772","resourceInvariantUUID":"61b0bfc8-bddf-4d35-b427-fbc4a28e8daf","resourceCustomizationUUID":"743786f3-bf93-4629-9ae8-1bddf07204a0","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":"NzJkNDkzNTgwNTAzNzI4ZTg4MGRiZmYzNTE5ZDFmYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"afe731d9-4bfe-4955-a0d5-c98d2647d11f","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":"07faad8f-5673-45c4-9591-fb67fd60dd90","artifactVersion":"2","generatedFromUUID":"aba05e40-eff8-4c0b-9fe1-a610c52d3575"},{"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":"aba05e40-eff8-4c0b-9fe1-a610c52d3575","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":"OWY3M2QxMzY3NTA5YjQ5NzRmZjNiMWQ0NWM2ZDUxNDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0dccb376-0d8d-47e8-aa41-b504985a11fa","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":"e04918b6-803e-4670-9b63-91837d4e930e","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":"b2754dd6-136e-49e6-9b7c-f911a07b4089","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":"9826b27b-c448-448e-86d6-eacc1332e2ea","artifactVersion":"2","generatedFromUUID":"e04918b6-803e-4670-9b63-91837d4e930e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjVjYWY1YTIyNGU4ZjA0N2IwM2E3ZjhjOWE0ZjI0OTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f454326-a5e5-4647-8128-76427c29d772","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjYxYTNiMzhmMjA2NzdlMjAwNGU5YmM4MjgwMmM5Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"42bb0cf2-2ca6-46db-b287-c1d69168f8fe","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T04:10:50.762Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:10:50.763Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:50.765Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:50.765Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:50.865Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:50.866Z||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. 2022-03-09T04:10:50.866Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:50.883Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:50.884Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:51.765Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:10:51.767Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:51.769Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:51.770Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-09T04:10:51.870Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:51.871Z||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. 2022-03-09T04:10:51.871Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:51.898Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:51.898Z||pool-69-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:52.770Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:10:52.771Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:52.774Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:52.774Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-09T04:10:52.874Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:52.875Z||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. 2022-03-09T04:10:52.875Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:52.887Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:52.887Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:10:53.774Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:10:53.775Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:53.778Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:53.778Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-09T04:10:53.878Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:53.879Z||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. 2022-03-09T04:10:53.879Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:53.891Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:53.892Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:54.778Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:10:54.779Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:54.781Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:54.781Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-09T04:10:54.882Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T04:10:54.883Z||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. 2022-03-09T04:10:54.883Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:54.895Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:54.896Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:55.782Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:10:55.783Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:55.785Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:55.785Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:55.885Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:55.887Z||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. 2022-03-09T04:10:55.887Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:55.899Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:55.900Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:56.786Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:10:56.787Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:56.790Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:56.790Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-09T04:10:56.890Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:56.891Z||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. 2022-03-09T04:10:56.891Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:56.909Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:56.910Z||pool-74-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:57.792Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:10:57.793Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:57.794Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:57.795Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:10:57.895Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:57.896Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:10:57.896Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:57.933Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:57.934Z||pool-75-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:58.795Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:10:58.796Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:10:58.799Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:10:58.799Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:10:58.899Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:10:58.900Z||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. 2022-03-09T04:10:58.900Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:10:58.913Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:10:58.913Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:10:59.800Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "ce0ae5d1-37a8-4d04-b241-3b46d9da4a0e", "serviceDescription": "service", "serviceInvariantUUID": "1df4178c-91f1-4c42-a2e8-59dfad671698", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "743786f3-bf93-4629-9ae8-1bddf07204a0", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7a991517-0d15-4abf-a250-d7094d1f7772", "resourceInvariantUUID": "61b0bfc8-bddf-4d35-b427-fbc4a28e8daf", "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": "07faad8f-5673-45c4-9591-fb67fd60dd90", "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": "aba05e40-eff8-4c0b-9fe1-a610c52d3575", "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": "OWY3M2QxMzY3NTA5YjQ5NzRmZjNiMWQ0NWM2ZDUxNDM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0dccb376-0d8d-47e8-aa41-b504985a11fa", "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": "e04918b6-803e-4670-9b63-91837d4e930e", "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": "9826b27b-c448-448e-86d6-eacc1332e2ea", "generatedFromUUID": "e04918b6-803e-4670-9b63-91837d4e930e" }, "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": "9826b27b-c448-448e-86d6-eacc1332e2ea", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MjYxYTNiMzhmMjA2NzdlMjAwNGU5YmM4MjgwMmM5Mzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "42bb0cf2-2ca6-46db-b287-c1d69168f8fe" } ], "workloadContext": "Production" } 2022-03-09T04:10:59.801Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T04:10:59.801Z|dc2d7c85-1674-43d8-9748-caf4f449944b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ce0ae5d1-37a8-4d04-b241-3b46d9da4a0e ASDC 2022-03-09T04:10:59.801Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:4f84fdcd-347e-4605-ada5-d80c38c6da42 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:ce0ae5d1-37a8-4d04-b241-3b46d9da4a0e ServiceInvariantUUID:1df4178c-91f1-4c42-a2e8-59dfad671698 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:42bb0cf2-2ca6-46db-b287-c1d69168f8fe ArtifactChecksum:MjYxYTNiMzhmMjA2NzdlMjAwNGU5YmM4MjgwMmM5Mzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:743786f3-bf93-4629-9ae8-1bddf07204a0 ResourceInvariantUUID:61b0bfc8-bddf-4d35-b427-fbc4a28e8daf ResourceName:basic_cnf ResourceType:VF ResourceUUID:7a991517-0d15-4abf-a250-d7094d1f7772 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:07faad8f-5673-45c4-9591-fb67fd60dd90 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:aba05e40-eff8-4c0b-9fe1-a610c52d3575 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:0dccb376-0d8d-47e8-aa41-b504985a11fa ArtifactChecksum:OWY3M2QxMzY3NTA5YjQ5NzRmZjNiMWQ0NWM2ZDUxNDM= 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:e04918b6-803e-4670-9b63-91837d4e930e 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:9826b27b-c448-448e-86d6-eacc1332e2ea 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:9826b27b-c448-448e-86d6-eacc1332e2ea ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T04:10:59.801Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce0ae5d1-37a8-4d04-b241-3b46d9da4a0e 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=? 2022-03-09T04:10:59.835Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T04:10:59.835Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:10:59.835Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:10:59.835Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 42bb0cf2-2ca6-46db-b287-c1d69168f8fe from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-09T04:10:59.836Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:10:59.836Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-09T04:11:00.009Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:11:00.013Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 42bb0cf2-2ca6-46db-b287-c1d69168f8fe 68928 2022-03-09T04:11:00.013Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-09T04:11:00.013Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-09T04:11:00.014Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:11:00.014Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:00.015Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:00.016Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799060013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:00.116Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:00.117Z||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. 2022-03-09T04:11:00.117Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:00.150Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:00.151Z||pool-77-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:01.016Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T04:11:01.017Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:11:01.018Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 42bb0cf2-2ca6-46db-b287-c1d69168f8fe, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T04:11:01.037Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-09T04:11:01.037Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T04:11:01.038Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T04:11:01.145Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10928661833214612756/Definitions/service-BasicCnf-template.yml 2022-03-09T04:11:02.382Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T04:11:02.383Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-09T04:11:02.383Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T04:11:02.383Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-09T04:11:02.383Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:02.383Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:02.383Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:02.383Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:02.383Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-09T04:11:02.383Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:02.383Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:02.384Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T04:11:02.384Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-09T04:11:02.384Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T04:11:02.384Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:02.384Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:02.384Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T04:11:02.385Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-09T04:11:02.385Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T04:11:02.385Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:02.385Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:02.385Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:02.385Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-09T04:11:02.385Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-09T04:11:02.386Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-09T04:11:02.386Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T04:11:02.386Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:02.386Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T04:11:02.386Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:02.386Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T04:11:02.386Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:11:02.387Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:02.387Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T04:11:02.387Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:11:02.387Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:02.387Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T04:11:02.387Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:11:02.387Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:02.388Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-09T04:11:02.388Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-09T04:11:02.388Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e94d27b0-6271-418d-9d03-1a1e6e6bccd6 2022-03-09T04:11:02.388Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:02.388Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:02.388Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:02.388Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:02.388Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:02.389Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:02.389Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:02.389Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:02.389Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:ce0ae5d1-37a8-4d04-b241-3b46d9da4a0e Model Version:NULL Model InvariantUuid:1df4178c-91f1-4c42-a2e8-59dfad671698 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:969eb190-a6cc-4c58-b7c3-47d230d7b149 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:61b0bfc8-bddf-4d35-b427-fbc4a28e8daf Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:743786f3-bf93-4629-9ae8-1bddf07204a0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c89788c8-f165-4432-b17b-78d8d84724f2 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:fd42cffd-2441-4360-a3ca-def48d4289bf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e94d27b0-6271-418d-9d03-1a1e6e6bccd6 ModelInvariantUuid:6abd28c7-7d5b-41e3-958d-b7bf4229880d ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:940a4215-7fed-461b-9d11-26ce6b194c44 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:035f36b0-cb3a-475b-9b41-87852ce7d179 ModelInvariantUuid:4009b207-94e3-4b3b-9940-6fc2df72c5fc ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:f518ca54-faac-4ae4-8c37-adea866bba3b 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=? 2022-03-09T04:11:02.396Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7a991517-0d15-4abf-a250-d7094d1f7772 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=? 2022-03-09T04:11:02.399Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||basic_cnf 0 2022-03-09T04:11:02.399Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7a991517-0d15-4abf-a250-d7094d1f7772 2022-03-09T04:11:02.399Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 07faad8f-5673-45c4-9591-fb67fd60dd90 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-09T04:11:02.400Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:11:02.400Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:02.576Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:11:02.576Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 07faad8f-5673-45c4-9591-fb67fd60dd90 12 2022-03-09T04:11:02.577Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:02.577Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:02.577Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:11:02.577Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:02.580Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:02.580Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799062577, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:02.680Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:02.681Z||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. 2022-03-09T04:11:02.681Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:02.693Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:02.693Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:03.580Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aba05e40-eff8-4c0b-9fe1-a610c52d3575 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-09T04:11:03.581Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:11:03.582Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:03.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:11:03.934Z||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. 2022-03-09T04:11:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:03.942Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:11:03.943Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz aba05e40-eff8-4c0b-9fe1-a610c52d3575 2688 2022-03-09T04:11:03.943Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:03.943Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:03.943Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:11:03.944Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:03.945Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:03.945Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799063943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:03.993Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:04.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "multicloud-k8s-id", "timestamp": 1646798884208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T04:11:04.006Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798885712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:11:04.007Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798886716, "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=? 2022-03-09T04:11:04.013Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21c2d9dc-8dba-409a-ac5d-61403653b35a 2022-03-09T04:11:04.013Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21c2d9dc-8dba-409a-ac5d-61403653b35a 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 (?, ?, ?, ?, ?) 2022-03-09T04:11:04.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "aai-ml", "timestamp": 1646798835390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:11:04.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "aai-ml", "timestamp": 1646798888355, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:04.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "cds", "timestamp": 1646798889587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "dcae-sch", "timestamp": 1646798885118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "clamp", "timestamp": 1646798891846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:04.024Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "policy-id", "timestamp": 1646798881491, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "multicloud-k8s-id", "timestamp": 1646798891145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "dcae-sch", "timestamp": 1646798885118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "cds", "timestamp": 1646798889587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "policy-id", "timestamp": 1646798881491, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "clamp", "timestamp": 1646798892869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:11:04.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "multicloud-k8s-id", "timestamp": 1646798891145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "cds", "timestamp": 1646798889587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "dcae-sch", "timestamp": 1646798885118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "policy-id", "timestamp": 1646798881491, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "clamp", "timestamp": 1646798893873, "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=? 2022-03-09T04:11:04.031Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ad12071-a786-49d5-8b2a-775bf6c9ee3f 2022-03-09T04:11:04.031Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ad12071-a786-49d5-8b2a-775bf6c9ee3f 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 (?, ?, ?, ?, ?) 2022-03-09T04:11:04.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "multicloud-k8s-id", "timestamp": 1646798891145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "dcae-sch", "timestamp": 1646798885118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "cds", "timestamp": 1646798889587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "policy-id", "timestamp": 1646798881491, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798894778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "multicloud-k8s-id", "timestamp": 1646798891145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "clamp", "timestamp": 1646798894877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "dcae-sch", "timestamp": 1646798885118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "cds", "timestamp": 1646798889587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "policy-id", "timestamp": 1646798881491, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798894778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "multicloud-k8s-id", "timestamp": 1646798891145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "clamp", "timestamp": 1646798894877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T04:11:04.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "dcae-sch", "timestamp": 1646798885118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "cds", "timestamp": 1646798889587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "policy-id", "timestamp": 1646798881491, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798894778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "multicloud-k8s-id", "timestamp": 1646798891145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "clamp", "timestamp": 1646798894877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "dcae-sch", "timestamp": 1646798885118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "cds", "timestamp": 1646798889587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "policy-id", "timestamp": 1646798881491, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798894778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "multicloud-k8s-id", "timestamp": 1646798891145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.046Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:04.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "clamp", "timestamp": 1646798894877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "dcae-sch", "timestamp": 1646798885118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "cds", "timestamp": 1646798889587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "policy-id", "timestamp": 1646798881491, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "multicloud-k8s-id", "timestamp": 1646798891145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798894778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "clamp", "timestamp": 1646798894877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "dcae-sch", "timestamp": 1646798885118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "cds", "timestamp": 1646798889587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:11:04.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "policy-id", "timestamp": 1646798881491, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:11:04.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "ves-openapi-manager", "timestamp": 1646798899462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "multicloud-k8s-id", "timestamp": 1646798891145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:11:04.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798894778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "clamp", "timestamp": 1646798894877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.049Z||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. 2022-03-09T04:11:04.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.050Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:04.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "ves-openapi-manager", "timestamp": 1646798899462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "cds", "timestamp": 1646798900010, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:04.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "policy-id", "timestamp": 1646798900613, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:04.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "aai-ml", "timestamp": 1646798901318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:11:04.051Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798894778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "clamp", "timestamp": 1646798894877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "ves-openapi-manager", "timestamp": 1646798899462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "policy-id", "timestamp": 1646798901618, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:11:04.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "aai-ml", "timestamp": 1646798902322, "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=? 2022-03-09T04:11:04.057Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ad12071-a786-49d5-8b2a-775bf6c9ee3f 2022-03-09T04:11:04.057Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ad12071-a786-49d5-8b2a-775bf6c9ee3f 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 (?, ?, ?, ?, ?) 2022-03-09T04:11:04.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798894778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "cds", "timestamp": 1646798901352, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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 (?, ?, ?, ?, ?) 2022-03-09T04:11:04.077Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c 2022-03-09T04:11:04.077Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c 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 (?, ?, ?, ?, ?) 2022-03-09T04:11:04.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "clamp", "timestamp": 1646798894877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:11:04.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "ves-openapi-manager", "timestamp": 1646798899462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "policy-id", "timestamp": 1646798902622, "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=? 2022-03-09T04:11:04.088Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c 2022-03-09T04:11:04.088Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c 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 (?, ?, ?, ?, ?) 2022-03-09T04:11:04.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798894778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:11:04.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "aai-ml", "timestamp": 1646798903330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "ves-openapi-manager", "timestamp": 1646798899462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798904550, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:04.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "aai-ml", "timestamp": 1646798903330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "ves-openapi-manager", "timestamp": 1646798899462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "aai-ml", "timestamp": 1646798903330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "ves-openapi-manager", "timestamp": 1646798899462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-09T04:11:04.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798906466, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:11:04.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "aai-ml", "timestamp": 1646798903330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "ves-openapi-manager", "timestamp": 1646798899462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646798907471, "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=? 2022-03-09T04:11:04.104Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c 2022-03-09T04:11:04.104Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c 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 (?, ?, ?, ?, ?) 2022-03-09T04:11:04.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "aai-ml", "timestamp": 1646798903330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "ves-openapi-manager", "timestamp": 1646798899462, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "aai-ml", "timestamp": 1646798903330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "ves-openapi-manager", "timestamp": 1646798909236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:04.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "aai-ml", "timestamp": 1646798903330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "ves-openapi-manager", "timestamp": 1646798910271, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-09T04:11:04.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "aai-ml", "timestamp": 1646798903330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:11:04.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "ves-openapi-manager", "timestamp": 1646798911275, "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=? 2022-03-09T04:11:04.118Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c 2022-03-09T04:11:04.118Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c 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 (?, ?, ?, ?, ?) 2022-03-09T04:11:04.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "clamp", "timestamp": 1646798911850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:04.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "aai-ml", "timestamp": 1646798912113, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:04.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "clamp", "timestamp": 1646798915855, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:11:04.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "clamp", "timestamp": 1646798916858, "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=? 2022-03-09T04:11:04.128Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:04.129Z||pool-79-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:11:04.131Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 21c2d9dc-8dba-409a-ac5d-61403653b35a 2022-03-09T04:11:04.132Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21c2d9dc-8dba-409a-ac5d-61403653b35a 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 (?, ?, ?, ?, ?) 2022-03-09T04:11:04.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "clamp", "timestamp": 1646798894877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "clamp", "timestamp": 1646798894877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "clamp", "timestamp": 1646798894877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "clamp", "timestamp": 1646798894877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "03304193-2f78-4ae3-acdc-ac2ca755b469", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798920955, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T04:11:04.141Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "clamp", "timestamp": 1646798894877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "clamp", "timestamp": 1646798894877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "clamp", "timestamp": 1646798894877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "clamp", "timestamp": 1646798894877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "clamp", "timestamp": 1646798894877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:11:04.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "aai-ml", "timestamp": 1646798927166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:11:04.145Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "aai-ml", "timestamp": 1646798928170, "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=? 2022-03-09T04:11:04.150Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21c2d9dc-8dba-409a-ac5d-61403653b35a 2022-03-09T04:11:04.150Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21c2d9dc-8dba-409a-ac5d-61403653b35a 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 (?, ?, ?, ?, ?) 2022-03-09T04:11:04.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "aai-ml", "timestamp": 1646798903330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "aai-ml", "timestamp": 1646798903330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "aai-ml", "timestamp": 1646798903330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/resourceInstances/pnfca7aee0aa14b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "aai-ml", "timestamp": 1646798903330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "aai-ml", "timestamp": 1646798903330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:11:04.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "aai-ml", "timestamp": 1646798903330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "clamp", "timestamp": 1646798934855, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:04.162Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798934484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:04.163Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "aai-ml", "timestamp": 1646798903330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "aai-ml", "timestamp": 1646798903330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:04.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "clamp", "timestamp": 1646798936863, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:11:04.164Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798936518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbidxwtufrnlu4torp4p/1.0/artifacts/service-DemoPnfPbidxwtufrnlu4torp4p-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:11:04.165Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "aai-ml", "timestamp": 1646798903330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:11:04.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:11:04.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "clamp", "timestamp": 1646798937866, "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=? 2022-03-09T04:11:04.170Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c 2022-03-09T04:11:04.170Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c 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 (?, ?, ?, ?, ?) 2022-03-09T04:11:04.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:11:04.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "aai-ml", "timestamp": 1646798938355, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:04.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:11:04.948Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0dccb376-0d8d-47e8-aa41-b504985a11fa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-09T04:11:04.948Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:11:04.948Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:05.138Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:11:05.138Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 0dccb376-0d8d-47e8-aa41-b504985a11fa 828 2022-03-09T04:11:05.139Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:05.139Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:05.139Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:11:05.139Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:05.141Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:05.141Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799065138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:05.241Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:05.242Z||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. 2022-03-09T04:11:05.242Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:05.266Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:05.267Z||pool-80-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:11:06.141Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "c89788c8-f165-4432-b17b-78d8d84724f2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fd42cffd-2441-4360-a3ca-def48d4289bf", "vfModuleModelCustomizationUUID": "0b30a5eb-fa6d-46fd-84a3-29993205aff4", "isBase": true, "artifacts": [ "e04918b6-803e-4670-9b63-91837d4e930e", "aba05e40-eff8-4c0b-9fe1-a610c52d3575", "9826b27b-c448-448e-86d6-eacc1332e2ea" ], "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": "" } } ] 2022-03-09T04:11:06.145Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fd42cffd-2441-4360-a3ca-def48d4289bf VfModuleModelInvariantUUID:c89788c8-f165-4432-b17b-78d8d84724f2 VfModuleModelDescription:NULL Artifacts UUID List:{ e04918b6-803e-4670-9b63-91837d4e930e , aba05e40-eff8-4c0b-9fe1-a610c52d3575 , 9826b27b-c448-448e-86d6-eacc1332e2ea } 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 } 2022-03-09T04:11:06.147Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "c89788c8-f165-4432-b17b-78d8d84724f2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fd42cffd-2441-4360-a3ca-def48d4289bf", "vfModuleModelCustomizationUUID": "0b30a5eb-fa6d-46fd-84a3-29993205aff4", "isBase": true, "artifacts": [ "e04918b6-803e-4670-9b63-91837d4e930e", "aba05e40-eff8-4c0b-9fe1-a610c52d3575", "9826b27b-c448-448e-86d6-eacc1332e2ea" ], "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": "" } } ] 2022-03-09T04:11:06.147Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fd42cffd-2441-4360-a3ca-def48d4289bf VfModuleModelInvariantUUID:c89788c8-f165-4432-b17b-78d8d84724f2 VfModuleModelDescription:NULL Artifacts UUID List:{ e04918b6-803e-4670-9b63-91837d4e930e , aba05e40-eff8-4c0b-9fe1-a610c52d3575 , 9826b27b-c448-448e-86d6-eacc1332e2ea } 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 } 2022-03-09T04:11:06.147Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e04918b6-803e-4670-9b63-91837d4e930e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-09T04:11:06.147Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:11:06.148Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-09T04:11:06.470Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:11:06.471Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e04918b6-803e-4670-9b63-91837d4e930e 1164 2022-03-09T04:11:06.471Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:06.471Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:06.472Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:11:06.472Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:06.473Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:06.473Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799066471, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:06.574Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:06.575Z||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. 2022-03-09T04:11:06.575Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:06.587Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:06.588Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:07.474Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9826b27b-c448-448e-86d6-eacc1332e2ea from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-09T04:11:07.475Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:11:07.475Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-09T04:11:07.836Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:11:07.836Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9826b27b-c448-448e-86d6-eacc1332e2ea 200 2022-03-09T04:11:07.837Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:07.837Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:07.837Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:11:07.837Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:07.839Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:07.839Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799067837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:07.940Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:07.941Z||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. 2022-03-09T04:11:07.941Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:07.963Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:07.964Z||pool-82-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:08.840Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ce0ae5d1-37a8-4d04-b241-3b46d9da4a0e 2022-03-09T04:11:08.841Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7a991517-0d15-4abf-a250-d7094d1f7772 ASDC 2022-03-09T04:11:08.851Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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=? 2022-03-09T04:11:08.860Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@510477c0, org.onap.sdc.toscaparser.api.parameters.Input@21d328b7, org.onap.sdc.toscaparser.api.parameters.Input@3066184, org.onap.sdc.toscaparser.api.parameters.Input@33e9df9f, org.onap.sdc.toscaparser.api.parameters.Input@41211455] 2022-03-09T04:11:08.861Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:08.861Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:08.861Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-03-09T04:11:08.861Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 743786f3-bf93-4629-9ae8-1bddf07204a0 2022-03-09T04:11:08.861Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 743786f3-bf93-4629-9ae8-1bddf07204a0 matches Tosca VF Customization UUID: 743786f3-bf93-4629-9ae8-1bddf07204a0 2022-03-09T04:11:08.862Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 743786f3-bf93-4629-9ae8-1bddf07204a0 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=? 2022-03-09T04:11:08.863Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:08.863Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:08.864Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 743786f3-bf93-4629-9ae8-1bddf07204a0: {\"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\"} 2022-03-09T04:11:08.864Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@345d753c 2022-03-09T04:11:08.864Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:08.864Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T04:11:08.865Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0b30a5eb-fa6d-46fd-84a3-29993205aff4 2022-03-09T04:11:08.865Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0b30a5eb-fa6d-46fd-84a3-29993205aff4 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=? 2022-03-09T04:11:08.867Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:08.867Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T04:11:08.867Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:11:08.867Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:08.867Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T04:11:08.868Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:11:08.868Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:08.868Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-09T04:11:08.868Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-09T04:11:08.868Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e94d27b0-6271-418d-9d03-1a1e6e6bccd6 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=? 2022-03-09T04:11:08.870Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:08.871Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T04:11:08.871Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:11:08.871Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:08.871Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T04:11:08.871Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=743786f3-bf93-4629-9ae8-1bddf07204a0 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=? 2022-03-09T04:11:08.873Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:08.874Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:08.874Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ce0ae5d1-37a8-4d04-b241-3b46d9da4a0e: basic_cnf 2022-03-09T04:11:08.874Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:08.874Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:08.874Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:08.874Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:08.875Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:08.875Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:08.875Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:08.875Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:08.875Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:08.875Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:08.875Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 (?, ?, ?, ?, ?) 2022-03-09T04:11:08.933Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7a991517-0d15-4abf-a250-d7094d1f7772 1 ASDC deployResourceStructure 2022-03-09T04:11:08.934Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:08.934Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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) 2022-03-09T04:11:08.935Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-09T04:11:08.935Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:08.937Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:08.937Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799068934, "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" } 2022-03-09T04:11:09.037Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:09.038Z||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. 2022-03-09T04:11:09.038Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:09.057Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:09.058Z||pool-83-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:09.938Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:09.939Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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) 2022-03-09T04:11:09.939Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-09T04:11:09.939Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:09.942Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:09.942Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799069938, "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" } 2022-03-09T04:11:10.042Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:10.045Z||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. 2022-03-09T04:11:10.046Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:10.058Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:10.058Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:11:10.943Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:10.943Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:10.943Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:11:10.944Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:10.946Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:10.946Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799070943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T04:11:11.046Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:11.047Z||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. 2022-03-09T04:11:11.047Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:11.065Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:11.065Z||pool-85-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:11.946Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:11.948Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:11.948Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:11:11.949Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:11.951Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:11.951Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799071946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-09T04:11:12.052Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T04:11:12.053Z||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. 2022-03-09T04:11:12.053Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:12.065Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:12.065Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:11:12.953Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:12.953Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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 2022-03-09T04:11:12.953Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:11:12.954Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:12.956Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:12.956Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799072953, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-09T04:11:13.056Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:13.057Z||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. 2022-03-09T04:11:13.058Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:13.070Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:13.070Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:13.957Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-09T04:11:13.958Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-09T04:11:13.958Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:11:13.958Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:13.960Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:13.960Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799073957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:11:14.060Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:14.061Z||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. 2022-03-09T04:11:14.062Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:14.074Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:14.075Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:14.961Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f84fdcd-347e-4605-ada5-d80c38c6da42 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T04:11:14.972Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f84fdcd-347e-4605-ada5-d80c38c6da42 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=? 2022-03-09T04:11:14.975Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T04:11:14.975Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T04:11:14.975Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T04:11:14.976Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T04:11:14.976Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:11:14.976Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:11:14.976Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:11:14.976Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:11:14.976Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:11:14.976Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:11:14.976Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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=? 2022-03-09T04:11:14.981Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T04:11:44.981Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f84fdcd-347e-4605-ada5-d80c38c6da42 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=? 2022-03-09T04:11:44.989Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f84fdcd-347e-4605-ada5-d80c38c6da42 and serviceModelVersionId: ce0ae5d1-37a8-4d04-b241-3b46d9da4a0e 2022-03-09T04:11:44.989Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1df4178c-91f1-4c42-a2e8-59dfad671698 2022-03-09T04:11:44.990Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1df4178c-91f1-4c42-a2e8-59dfad671698/model-vers/model-ver/ce0ae5d1-37a8-4d04-b241-3b46d9da4a0e?depth=0 2022-03-09T04:11:44.994Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T04:11:45.064Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1df4178c-91f1-4c42-a2e8-59dfad671698/model-vers/model-ver/ce0ae5d1-37a8-4d04-b241-3b46d9da4a0e?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]} 2022-03-09T04:11:45.065Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1df4178c-91f1-4c42-a2e8-59dfad671698/model-vers/model-ver/ce0ae5d1-37a8-4d04-b241-3b46d9da4a0e?depth=0|INFO|500||Invoke 2022-03-09T04:11:45.084Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1df4178c-91f1-4c42-a2e8-59dfad671698/model-vers/model-ver/ce0ae5d1-37a8-4d04-b241-3b46d9da4a0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T04:11:45.605Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1df4178c-91f1-4c42-a2e8-59dfad671698/model-vers/model-ver/ce0ae5d1-37a8-4d04-b241-3b46d9da4a0e?depth=0|INFO|500||InvokeReturn 2022-03-09T04:11:45.606Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1df4178c-91f1-4c42-a2e8-59dfad671698/model-vers/model-ver/ce0ae5d1-37a8-4d04-b241-3b46d9da4a0e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-04:11:45:540-88892], vertex-id=[196848], Content-Length=[0], Date=[Wed, 09 Mar 2022 04:11:45 GMT], Content-Type=[application/json]} 2022-03-09T04:11:45.606Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-03-09T04:11:45.606Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T04:11:45.607Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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=? 2022-03-09T04:11:45.611Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||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) 2022-03-09T04:11:45.611Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f84fdcd-347e-4605-ada5-d80c38c6da42 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T04:11:45.612Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T04:11:45.612Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:45.614Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:45.614Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799105611, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T04:11:45.714Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:45.715Z||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. 2022-03-09T04:11:45.715Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:45.743Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:45.744Z||pool-89-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":3,"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=? 2022-03-09T04:11:46.633Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T04:11:46.633Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ad12071-a786-49d5-8b2a-775bf6c9ee3f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"fc577750-cbff-4a90-a3fa-38dbbd0f702d","serviceDescription":"service","serviceInvariantUUID":"e44f1fcb-a2c5-4655-a13c-424d419a01ba","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d9e3237a-21c9-4edf-9a9f-687504f5d54f","resourceInvariantUUID":"d87b3aa3-91fa-4bca-9284-3cddfe2a8162","resourceCustomizationUUID":"32f0ed0d-a531-408b-b7e1-ad19db2c9a3d","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":"ZjBjMjVjNmQ5YzgzOGU5MzcyMTRlYmU4YjZkNTgxMjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83dda77e-cdec-4075-9888-62721167b18c","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":"NWEzZDZlZTc0ZDA1MzNiNGI5M2JjYTJkOTQyYzZlYTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"beb85728-7d9e-4cd7-899a-9f0ae708540c","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":"43daf1b2-3109-4d71-8c09-2545e40a4cee","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":"477a1423-6805-4c50-b227-1366c0622a69","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":"9cf96e04-1db7-4bdc-a9a8-64d1b7e9fa79","artifactVersion":"2","generatedFromUUID":"43daf1b2-3109-4d71-8c09-2545e40a4cee"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjQ3M2U3ZGIwODk5MDMwMTM0NzFhNmJkNjk1YzcyMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0aea4e45-afb6-4a6d-bb21-54cf45ed6225","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWIzYTVhMTRhNzIxYmM1YzllMGQwYmM3YzUyMGJkYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec0b3d0e-766a-4ec2-9a75-d6a1da32da74","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T04:11:46.633Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:11:46.633Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:46.636Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:46.636Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:46.736Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:46.737Z||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. 2022-03-09T04:11:46.738Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:46.755Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:46.756Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:47.637Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:11:47.638Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:47.640Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:47.640Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-09T04:11:47.740Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:47.742Z||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. 2022-03-09T04:11:47.742Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:47.753Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:47.754Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:48.641Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:11:48.643Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:48.647Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:48.647Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T04:11:48.747Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T04:11:48.749Z||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. 2022-03-09T04:11:48.749Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:48.762Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:48.762Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:49.649Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:11:49.650Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:49.654Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:49.654Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:49.754Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:49.755Z||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. 2022-03-09T04:11:49.755Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:49.771Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:49.771Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:50.655Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:11:50.656Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:50.658Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:50.658Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T04:11:50.759Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:50.759Z||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. 2022-03-09T04:11:50.760Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:50.771Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:50.771Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:11:51.659Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:11:51.660Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:51.662Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:51.662Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:11:51.762Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:51.764Z||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. 2022-03-09T04:11:51.765Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:51.778Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:51.779Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:52.663Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:11:52.664Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:52.666Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:52.667Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:11:52.767Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:52.768Z||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. 2022-03-09T04:11:52.768Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:52.779Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:52.780Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:53.668Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "fc577750-cbff-4a90-a3fa-38dbbd0f702d", "serviceDescription": "service", "serviceInvariantUUID": "e44f1fcb-a2c5-4655-a13c-424d419a01ba", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "32f0ed0d-a531-408b-b7e1-ad19db2c9a3d", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d9e3237a-21c9-4edf-9a9f-687504f5d54f", "resourceInvariantUUID": "d87b3aa3-91fa-4bca-9284-3cddfe2a8162", "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": "NWEzZDZlZTc0ZDA1MzNiNGI5M2JjYTJkOTQyYzZlYTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "beb85728-7d9e-4cd7-899a-9f0ae708540c", "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": "43daf1b2-3109-4d71-8c09-2545e40a4cee", "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": "9cf96e04-1db7-4bdc-a9a8-64d1b7e9fa79", "generatedFromUUID": "43daf1b2-3109-4d71-8c09-2545e40a4cee" }, "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": "9cf96e04-1db7-4bdc-a9a8-64d1b7e9fa79", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MWIzYTVhMTRhNzIxYmM1YzllMGQwYmM3YzUyMGJkYzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ec0b3d0e-766a-4ec2-9a75-d6a1da32da74" } ], "workloadContext": "Production" } 2022-03-09T04:11:53.669Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T04:11:53.669Z|4f84fdcd-347e-4605-ada5-d80c38c6da42|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fc577750-cbff-4a90-a3fa-38dbbd0f702d ASDC 2022-03-09T04:11:53.669Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:6ad12071-a786-49d5-8b2a-775bf6c9ee3f ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:fc577750-cbff-4a90-a3fa-38dbbd0f702d ServiceInvariantUUID:e44f1fcb-a2c5-4655-a13c-424d419a01ba 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:ec0b3d0e-766a-4ec2-9a75-d6a1da32da74 ArtifactChecksum:MWIzYTVhMTRhNzIxYmM1YzllMGQwYmM3YzUyMGJkYzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:32f0ed0d-a531-408b-b7e1-ad19db2c9a3d ResourceInvariantUUID:d87b3aa3-91fa-4bca-9284-3cddfe2a8162 ResourceName:basic_vm ResourceType:VF ResourceUUID:d9e3237a-21c9-4edf-9a9f-687504f5d54f 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:beb85728-7d9e-4cd7-899a-9f0ae708540c ArtifactChecksum:NWEzZDZlZTc0ZDA1MzNiNGI5M2JjYTJkOTQyYzZlYTE= 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:43daf1b2-3109-4d71-8c09-2545e40a4cee 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:9cf96e04-1db7-4bdc-a9a8-64d1b7e9fa79 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:9cf96e04-1db7-4bdc-a9a8-64d1b7e9fa79 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T04:11:53.669Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc577750-cbff-4a90-a3fa-38dbbd0f702d 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=? 2022-03-09T04:11:53.703Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T04:11:53.704Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:11:53.704Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:11:53.704Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ec0b3d0e-766a-4ec2-9a75-d6a1da32da74 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-09T04:11:53.704Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:11:53.704Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-09T04:11:53.845Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:11:53.848Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ec0b3d0e-766a-4ec2-9a75-d6a1da32da74 71042 2022-03-09T04:11:53.848Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-09T04:11:53.849Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-09T04:11:53.849Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:11:53.849Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:53.851Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:53.851Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799113848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:53.951Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:53.952Z||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. 2022-03-09T04:11:53.952Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:53.963Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:53.964Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:54.851Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T04:11:54.853Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:11:54.853Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ec0b3d0e-766a-4ec2-9a75-d6a1da32da74, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-09T04:11:54.853Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-09T04:11:54.854Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-09T04:11:54.854Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-09T04:11:54.977Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17897488762494041444/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 2022-03-09T04:11:56.293Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T04:11:56.294Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-09T04:11:56.294Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-09T04:11:56.294Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-09T04:11:56.294Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:11:56.294Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:11:56.294Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:11:56.295Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:11:56.295Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:11:56.295Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:11:56.295Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:11:56.295Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:11:56.295Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:11:56.295Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-09T04:11:56.295Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:56.296Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:56.296Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T04:11:56.296Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-09T04:11:56.296Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T04:11:56.296Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:56.297Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:56.297Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T04:11:56.297Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-09T04:11:56.297Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T04:11:56.298Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:56.298Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:56.298Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:56.298Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-09T04:11:56.298Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-09T04:11:56.299Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-09T04:11:56.299Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-09T04:11:56.299Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T04:11:56.299Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T04:11:56.299Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:56.299Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T04:11:56.299Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:56.300Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T04:11:56.300Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:11:56.300Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:56.300Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T04:11:56.301Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:11:56.301Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:56.301Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T04:11:56.301Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:11:56.301Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:56.301Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-09T04:11:56.301Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-09T04:11:56.302Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T04:11:56.302Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=745fbd4b-610a-4fdf-a33b-a1041c1d5eda 2022-03-09T04:11:56.302Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:56.302Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:56.302Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:56.302Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:56.303Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:56.303Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:56.303Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:11:56.303Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:11:56.303Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:fc577750-cbff-4a90-a3fa-38dbbd0f702d Model Version:NULL Model InvariantUuid:e44f1fcb-a2c5-4655-a13c-424d419a01ba Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:b21df1c6-6b2b-486d-91aa-0b3083fd7011 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d87b3aa3-91fa-4bca-9284-3cddfe2a8162 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:32f0ed0d-a531-408b-b7e1-ad19db2c9a3d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cddded76-c0fa-40c5-9c20-0252da4fa076 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:8178de8f-7a76-4cc9-a669-25f99b99c61b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:745fbd4b-610a-4fdf-a33b-a1041c1d5eda ModelInvariantUuid:8e780d5d-3e92-4986-887f-781d776f6b75 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:4c953b83-ab8e-45d0-af2d-5e7dac9abdaf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:57415300-4b55-4d9d-ae98-eb0df891c6a4 ModelInvariantUuid:6f4f61b0-0983-45c9-925a-a7e32f263ebb ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:1634dc9b-4bc0-4bcc-a1e9-c83c90a1173f 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=? 2022-03-09T04:11:56.310Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d9e3237a-21c9-4edf-9a9f-687504f5d54f 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=? 2022-03-09T04:11:56.313Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||basic_vm 0 2022-03-09T04:11:56.313Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d9e3237a-21c9-4edf-9a9f-687504f5d54f 2022-03-09T04:11:56.313Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: beb85728-7d9e-4cd7-899a-9f0ae708540c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-09T04:11:56.313Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:11:56.314Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:11:56.373Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:11:56.374Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json beb85728-7d9e-4cd7-899a-9f0ae708540c 787 2022-03-09T04:11:56.374Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:11:56.375Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:11:56.375Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:11:56.375Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:56.377Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:56.377Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799116374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:56.477Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:56.478Z||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. 2022-03-09T04:11:56.478Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:56.494Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:56.494Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:57.378Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "cddded76-c0fa-40c5-9c20-0252da4fa076", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8178de8f-7a76-4cc9-a669-25f99b99c61b", "vfModuleModelCustomizationUUID": "8fd27d37-32c7-4843-82b4-0ba4547180c1", "isBase": true, "artifacts": [ "43daf1b2-3109-4d71-8c09-2545e40a4cee", "9cf96e04-1db7-4bdc-a9a8-64d1b7e9fa79" ], "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": "" } } ] 2022-03-09T04:11:57.383Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8178de8f-7a76-4cc9-a669-25f99b99c61b VfModuleModelInvariantUUID:cddded76-c0fa-40c5-9c20-0252da4fa076 VfModuleModelDescription:NULL Artifacts UUID List:{ 43daf1b2-3109-4d71-8c09-2545e40a4cee , 9cf96e04-1db7-4bdc-a9a8-64d1b7e9fa79 } 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 } 2022-03-09T04:11:57.385Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "cddded76-c0fa-40c5-9c20-0252da4fa076", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8178de8f-7a76-4cc9-a669-25f99b99c61b", "vfModuleModelCustomizationUUID": "8fd27d37-32c7-4843-82b4-0ba4547180c1", "isBase": true, "artifacts": [ "43daf1b2-3109-4d71-8c09-2545e40a4cee", "9cf96e04-1db7-4bdc-a9a8-64d1b7e9fa79" ], "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": "" } } ] 2022-03-09T04:11:57.385Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8178de8f-7a76-4cc9-a669-25f99b99c61b VfModuleModelInvariantUUID:cddded76-c0fa-40c5-9c20-0252da4fa076 VfModuleModelDescription:NULL Artifacts UUID List:{ 43daf1b2-3109-4d71-8c09-2545e40a4cee , 9cf96e04-1db7-4bdc-a9a8-64d1b7e9fa79 } 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 } 2022-03-09T04:11:57.385Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 43daf1b2-3109-4d71-8c09-2545e40a4cee from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-09T04:11:57.385Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:11:57.385Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-09T04:11:57.465Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:11:57.466Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 43daf1b2-3109-4d71-8c09-2545e40a4cee 5033 2022-03-09T04:11:57.467Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:11:57.467Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:11:57.467Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:11:57.468Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:57.470Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:57.470Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799117467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:57.570Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:57.571Z||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. 2022-03-09T04:11:57.571Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:57.593Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:57.593Z||pool-99-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:58.470Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9cf96e04-1db7-4bdc-a9a8-64d1b7e9fa79 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-09T04:11:58.471Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:11:58.472Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-09T04:11:58.525Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:11:58.526Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 9cf96e04-1db7-4bdc-a9a8-64d1b7e9fa79 903 2022-03-09T04:11:58.526Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:11:58.526Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:11:58.526Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:11:58.526Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:11:58.528Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:11:58.528Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799118526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T04:11:58.629Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:11:58.630Z||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. 2022-03-09T04:11:58.630Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:11:58.646Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:11:58.647Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:11:59.529Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: fc577750-cbff-4a90-a3fa-38dbbd0f702d 2022-03-09T04:11:59.530Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d9e3237a-21c9-4edf-9a9f-687504f5d54f ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T04:12:00.541Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@634b8893, org.onap.sdc.toscaparser.api.parameters.Input@21ed2675, org.onap.sdc.toscaparser.api.parameters.Input@78894ef3, org.onap.sdc.toscaparser.api.parameters.Input@839f630, org.onap.sdc.toscaparser.api.parameters.Input@3709e8b4] 2022-03-09T04:12:00.543Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:00.543Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:00.544Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-03-09T04:12:00.544Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 32f0ed0d-a531-408b-b7e1-ad19db2c9a3d 2022-03-09T04:12:00.544Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 32f0ed0d-a531-408b-b7e1-ad19db2c9a3d matches Tosca VF Customization UUID: 32f0ed0d-a531-408b-b7e1-ad19db2c9a3d 2022-03-09T04:12:00.544Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 32f0ed0d-a531-408b-b7e1-ad19db2c9a3d 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=? 2022-03-09T04:12:00.547Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:00.548Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:00.549Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 32f0ed0d-a531-408b-b7e1-ad19db2c9a3d: {\"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\"} 2022-03-09T04:12:00.549Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a1c6e94 2022-03-09T04:12:00.550Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:00.550Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T04:12:00.550Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8fd27d37-32c7-4843-82b4-0ba4547180c1 2022-03-09T04:12:00.551Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8fd27d37-32c7-4843-82b4-0ba4547180c1 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=? 2022-03-09T04:12:00.553Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:00.554Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T04:12:00.554Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:12:00.554Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:00.555Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T04:12:00.555Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:12:00.555Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:00.556Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-09T04:12:00.556Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-09T04:12:00.556Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T04:12:00.557Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=745fbd4b-610a-4fdf-a33b-a1041c1d5eda 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=? 2022-03-09T04:12:00.560Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:00.560Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T04:12:00.561Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:12:00.561Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:00.561Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T04:12:00.562Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=32f0ed0d-a531-408b-b7e1-ad19db2c9a3d 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=? 2022-03-09T04:12:00.565Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:00.565Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:00.565Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid fc577750-cbff-4a90-a3fa-38dbbd0f702d: basic_vm 2022-03-09T04:12:00.565Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:00.566Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:00.566Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:00.566Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:00.567Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:00.567Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:00.567Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:00.568Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:00.568Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:00.568Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:00.568Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 (?, ?, ?, ?, ?) 2022-03-09T04:12:00.649Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d9e3237a-21c9-4edf-9a9f-687504f5d54f 1 ASDC deployResourceStructure 2022-03-09T04:12:00.649Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:12:00.649Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:12:00.649Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:12:00.650Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:00.651Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:00.652Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799120649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T04:12:00.752Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:00.754Z||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. 2022-03-09T04:12:00.754Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:00.770Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:00.770Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:12:01.653Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:12:01.653Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:12:01.654Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:12:01.654Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:01.656Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:01.656Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799121652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-09T04:12:01.756Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:01.757Z||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. 2022-03-09T04:12:01.758Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:01.772Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:01.773Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:12:02.658Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:12:02.658Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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 2022-03-09T04:12:02.658Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:12:02.658Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:02.660Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:02.661Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799122657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-09T04:12:02.761Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:02.762Z||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. 2022-03-09T04:12:02.762Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:02.775Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:02.777Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:12:03.662Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-09T04:12:03.663Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-09T04:12:03.663Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:12:03.663Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:03.667Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:03.667Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799123662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:12:03.767Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:03.768Z||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. 2022-03-09T04:12:03.769Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:03.783Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:03.784Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:12:03.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:12:03.934Z||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. 2022-03-09T04:12:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:03.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:03.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:12:03.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "aai-ml", "timestamp": 1646798947093, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:12:03.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:12:03.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:12:03.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "aai-ml", "timestamp": 1646798948098, "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=? 2022-03-09T04:12:03.970Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c 2022-03-09T04:12:03.970Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c 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 (?, ?, ?, ?, ?) 2022-03-09T04:12:03.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:12:03.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cab21ac3-c89e-4e00-98f4-838ac2a8de00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798997973, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T04:12:03.980Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:12:03.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:12:03.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:12:03.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:12:03.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:12:03.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:12:03.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:12:03.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:12:03.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-09T04:12:03.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:12:03.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:12:03.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T04:12:03.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:12:03.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:12:03.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:12:03.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:12:04.669Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ad12071-a786-49d5-8b2a-775bf6c9ee3f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T04:12:04.682Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ad12071-a786-49d5-8b2a-775bf6c9ee3f 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=? 2022-03-09T04:12:04.685Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T04:12:04.686Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T04:12:04.686Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T04:12:04.686Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T04:12:04.686Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:12:04.686Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:12:04.686Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:12:04.686Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:12:04.686Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:12:04.686Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:12:04.686Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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=? 2022-03-09T04:12:04.692Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T04:12:34.692Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ad12071-a786-49d5-8b2a-775bf6c9ee3f 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=? 2022-03-09T04:12:34.699Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ad12071-a786-49d5-8b2a-775bf6c9ee3f and serviceModelVersionId: fc577750-cbff-4a90-a3fa-38dbbd0f702d 2022-03-09T04:12:34.699Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e44f1fcb-a2c5-4655-a13c-424d419a01ba 2022-03-09T04:12:34.699Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e44f1fcb-a2c5-4655-a13c-424d419a01ba/model-vers/model-ver/fc577750-cbff-4a90-a3fa-38dbbd0f702d?depth=0 2022-03-09T04:12:34.703Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T04:12:34.745Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e44f1fcb-a2c5-4655-a13c-424d419a01ba/model-vers/model-ver/fc577750-cbff-4a90-a3fa-38dbbd0f702d?depth=0|INFO|500||Invoke 2022-03-09T04:12:34.745Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e44f1fcb-a2c5-4655-a13c-424d419a01ba/model-vers/model-ver/fc577750-cbff-4a90-a3fa-38dbbd0f702d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e44f1fcb-a2c5-4655-a13c-424d419a01ba/model-vers/model-ver/fc577750-cbff-4a90-a3fa-38dbbd0f702d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ad12071-a786-49d5-8b2a-775bf6c9ee3f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59a0da08-1621-4f4c-af75-3df925da187f], X-ECOMP-RequestID=[6ad12071-a786-49d5-8b2a-775bf6c9ee3f], X-TransactionId=[], X-ONAP-RequestID=[6ad12071-a786-49d5-8b2a-775bf6c9ee3f], Content-Type=[application/merge-patch+json]} 2022-03-09T04:12:34.767Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e44f1fcb-a2c5-4655-a13c-424d419a01ba/model-vers/model-ver/fc577750-cbff-4a90-a3fa-38dbbd0f702d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T04:12:35.271Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e44f1fcb-a2c5-4655-a13c-424d419a01ba/model-vers/model-ver/fc577750-cbff-4a90-a3fa-38dbbd0f702d?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/e44f1fcb-a2c5-4655-a13c-424d419a01ba/model-vers/model-ver/fc577750-cbff-4a90-a3fa-38dbbd0f702d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-04:12:35:224-58389], vertex-id=[266296], Content-Length=[0], Date=[Wed, 09 Mar 2022 04:12:35 GMT], Content-Type=[application/json]} 2022-03-09T04:12:35.271Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e44f1fcb-a2c5-4655-a13c-424d419a01ba/model-vers/model-ver/fc577750-cbff-4a90-a3fa-38dbbd0f702d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-09T04:12:35.272Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e44f1fcb-a2c5-4655-a13c-424d419a01ba/model-vers/model-ver/fc577750-cbff-4a90-a3fa-38dbbd0f702d?depth=0|INFO|500||InvokeReturn 2022-03-09T04:12:35.273Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T04:12:35.273Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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=? 2022-03-09T04:12:35.278Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||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) 2022-03-09T04:12:35.279Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ad12071-a786-49d5-8b2a-775bf6c9ee3f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T04:12:35.279Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T04:12:35.279Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:35.282Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:35.282Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799155279, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T04:12:35.382Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:35.383Z||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. 2022-03-09T04:12:35.384Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:35.401Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:35.402Z||pool-105-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=? 2022-03-09T04:12:36.293Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T04:12:36.293Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"21c2d9dc-8dba-409a-ac5d-61403653b35a","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"805a8c6a-f8ab-4d8e-b280-4941f624076a","serviceDescription":"service","serviceInvariantUUID":"ccbdcf6f-b495-4716-90bb-df2c8ffd3022","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"be1abf7f-a223-4842-be47-bea60915a913","resourceInvariantUUID":"e9d5b909-f2c9-4799-9640-022da7319e2c","resourceCustomizationUUID":"f305d195-5624-4b57-8f21-f89d49adc3e3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YmUwZjgxOGU4NmY1MjlmZTVhODYxNjJlYzNhMWZjN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8818d6e-f7e6-45a3-ab3b-184f14d69de8","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZmMwZjJmZThmMmI1N2M4MjRiY2NhNDExMTI3NWVkZTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"011dd675-6d7d-4b94-a2fa-7173cbc728d0","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1bee5cbc-2dd8-46ea-b8ce-ca6751ea2755","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4a4bd8ad-3e43-436a-99b6-788ed22b6aa5","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4d946184-4034-4089-abe6-66fddd2d3f4a","artifactVersion":"2","generatedFromUUID":"1bee5cbc-2dd8-46ea-b8ce-ca6751ea2755"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"N2Q3N2YwZWZmZjA3ZWQyZjIzMDZiNmM3MGNiNDM2YTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"301e0357-761a-4168-8e3f-9f02997c0cc1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NjNhYWQzM2YyOWY5YjMxOWY3ZTY3ZjliNmJkOTUxZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba6da0ca-924c-4bf4-89bb-d27168671ed7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OGM2OGQzNDE3NWU5NDExNzI5YjE4YTU2OGRhNzJiMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9aa39415-bccd-4d21-9b37-a43b9fa742db","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T04:12:36.293Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:12:36.294Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:36.296Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:36.296Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:12:36.397Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:36.398Z||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. 2022-03-09T04:12:36.398Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:36.417Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:36.417Z||pool-106-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:12:37.297Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:12:37.297Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:37.300Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:37.301Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T04:12:37.401Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:37.402Z||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. 2022-03-09T04:12:37.402Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:37.415Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:37.416Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:12:38.301Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:12:38.302Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:38.305Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:38.305Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T04:12:38.405Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:38.407Z||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. 2022-03-09T04:12:38.407Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:38.420Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:38.420Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:12:39.306Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:12:39.307Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:39.309Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:39.309Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:12:39.409Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:39.412Z||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. 2022-03-09T04:12:39.413Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:39.426Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:39.427Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:12:40.310Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:12:40.311Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:40.313Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:40.313Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T04:12:40.413Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:40.414Z||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. 2022-03-09T04:12:40.414Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:40.428Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:40.428Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:12:41.314Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:12:41.315Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:41.317Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:41.317Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:12:41.417Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:41.418Z||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. 2022-03-09T04:12:41.419Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:41.432Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:41.433Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:12:42.317Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:12:42.319Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:42.321Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:42.321Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:12:42.421Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:42.422Z||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. 2022-03-09T04:12:42.422Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:42.433Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:42.434Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:12:43.322Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:12:43.323Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:43.325Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:43.325Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:12:43.425Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:43.426Z||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. 2022-03-09T04:12:43.426Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:43.451Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:43.451Z||pool-113-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:12:44.326Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "805a8c6a-f8ab-4d8e-b280-4941f624076a", "serviceDescription": "service", "serviceInvariantUUID": "ccbdcf6f-b495-4716-90bb-df2c8ffd3022", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f305d195-5624-4b57-8f21-f89d49adc3e3", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "be1abf7f-a223-4842-be47-bea60915a913", "resourceInvariantUUID": "e9d5b909-f2c9-4799-9640-022da7319e2c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "ZmMwZjJmZThmMmI1N2M4MjRiY2NhNDExMTI3NWVkZTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "011dd675-6d7d-4b94-a2fa-7173cbc728d0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1bee5cbc-2dd8-46ea-b8ce-ca6751ea2755", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4d946184-4034-4089-abe6-66fddd2d3f4a", "generatedFromUUID": "1bee5cbc-2dd8-46ea-b8ce-ca6751ea2755" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4d946184-4034-4089-abe6-66fddd2d3f4a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OGM2OGQzNDE3NWU5NDExNzI5YjE4YTU2OGRhNzJiMzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9aa39415-bccd-4d21-9b37-a43b9fa742db" } ], "workloadContext": "Production" } 2022-03-09T04:12:44.327Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T04:12:44.327Z|6ad12071-a786-49d5-8b2a-775bf6c9ee3f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 805a8c6a-f8ab-4d8e-b280-4941f624076a ASDC 2022-03-09T04:12:44.328Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:21c2d9dc-8dba-409a-ac5d-61403653b35a ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:805a8c6a-f8ab-4d8e-b280-4941f624076a ServiceInvariantUUID:ccbdcf6f-b495-4716-90bb-df2c8ffd3022 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:9aa39415-bccd-4d21-9b37-a43b9fa742db ArtifactChecksum:OGM2OGQzNDE3NWU5NDExNzI5YjE4YTU2OGRhNzJiMzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f305d195-5624-4b57-8f21-f89d49adc3e3 ResourceInvariantUUID:e9d5b909-f2c9-4799-9640-022da7319e2c ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:be1abf7f-a223-4842-be47-bea60915a913 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:011dd675-6d7d-4b94-a2fa-7173cbc728d0 ArtifactChecksum:ZmMwZjJmZThmMmI1N2M4MjRiY2NhNDExMTI3NWVkZTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:1bee5cbc-2dd8-46ea-b8ce-ca6751ea2755 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:4d946184-4034-4089-abe6-66fddd2d3f4a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:4d946184-4034-4089-abe6-66fddd2d3f4a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T04:12:44.328Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 805a8c6a-f8ab-4d8e-b280-4941f624076a 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=? 2022-03-09T04:12:44.367Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T04:12:44.368Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:12:44.368Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:12:44.368Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9aa39415-bccd-4d21-9b37-a43b9fa742db from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-09T04:12:44.369Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:12:44.369Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-09T04:12:45.834Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:12:45.837Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9aa39415-bccd-4d21-9b37-a43b9fa742db 78777 2022-03-09T04:12:45.838Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-09T04:12:45.838Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-09T04:12:45.838Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:12:45.838Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:45.840Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:45.841Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799165838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:12:45.941Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:45.942Z||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. 2022-03-09T04:12:45.942Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:45.963Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:45.964Z||pool-114-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:12:46.841Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T04:12:46.843Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:12:46.843Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9aa39415-bccd-4d21-9b37-a43b9fa742db, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T04:12:46.843Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-09T04:12:46.844Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T04:12:46.844Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T04:12:47.031Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18337781167595515722/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_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 2022-03-09T04:12:48.298Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T04:12:48.299Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-09T04:12:48.299Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T04:12:48.299Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-09T04:12:48.299Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T04:12:48.299Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||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-BasicVmMacro-csar.csar 2022-03-09T04:12:48.299Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T04:12:48.299Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T04:12:48.300Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T04:12:48.300Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T04:12:48.300Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T04:12:48.300Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T04:12:48.300Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T04:12:48.300Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-09T04:12:48.300Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:48.300Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:48.301Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T04:12:48.301Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-09T04:12:48.301Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T04:12:48.301Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:48.301Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:48.301Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T04:12:48.301Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-09T04:12:48.302Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T04:12:48.302Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:48.302Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:48.302Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:48.303Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-09T04:12:48.303Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-09T04:12:48.303Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-09T04:12:48.303Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-09T04:12:48.303Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T04:12:48.303Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T04:12:48.303Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:48.303Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T04:12:48.304Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:48.304Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T04:12:48.304Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:12:48.304Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:48.304Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T04:12:48.304Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:12:48.305Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:48.305Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T04:12:48.305Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:12:48.305Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:48.305Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-09T04:12:48.305Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-09T04:12:48.305Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T04:12:48.306Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=94067461-10cd-44fa-9f3c-1a9797b8dd53 2022-03-09T04:12:48.306Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:48.306Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:48.306Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:48.306Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:48.306Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:48.306Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:48.306Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:48.307Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:48.307Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:805a8c6a-f8ab-4d8e-b280-4941f624076a Model Version:NULL Model InvariantUuid:ccbdcf6f-b495-4716-90bb-df2c8ffd3022 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:67fecf7d-f5a6-41af-a781-13e50f6a0ab7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e9d5b909-f2c9-4799-9640-022da7319e2c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f305d195-5624-4b57-8f21-f89d49adc3e3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f74b7260-6a07-4bc4-bc3f-4655c48162cc ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:8ba4f567-97e9-4c26-80ef-ca67ab636edb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:94067461-10cd-44fa-9f3c-1a9797b8dd53 ModelInvariantUuid:9dfee7ea-6972-4536-9866-7704202230b8 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:00722b53-d7bc-406e-8e38-184bc08cc9a0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:cbb330e7-67a4-4e87-8ac9-ffa6abc846d7 ModelInvariantUuid:a04af47a-cce3-40c2-9c7c-7f0e51df5908 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:c3615ffb-8906-470d-b922-c13d8b56d3ab 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=? 2022-03-09T04:12:48.312Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: be1abf7f-a223-4842-be47-bea60915a913 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=? 2022-03-09T04:12:48.315Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2022-03-09T04:12:48.315Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: be1abf7f-a223-4842-be47-bea60915a913 2022-03-09T04:12:48.316Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 011dd675-6d7d-4b94-a2fa-7173cbc728d0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-09T04:12:48.316Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:12:48.316Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-09T04:12:48.805Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:12:48.806Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 011dd675-6d7d-4b94-a2fa-7173cbc728d0 792 2022-03-09T04:12:48.806Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-09T04:12:48.806Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-09T04:12:48.806Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:12:48.806Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:48.808Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:48.808Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799168806, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T04:12:48.909Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T04:12:48.910Z||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. 2022-03-09T04:12:48.910Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:48.934Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:48.935Z||pool-115-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:12:49.816Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f74b7260-6a07-4bc4-bc3f-4655c48162cc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8ba4f567-97e9-4c26-80ef-ca67ab636edb", "vfModuleModelCustomizationUUID": "e91f862c-3235-4936-8f2a-c2867072f64c", "isBase": true, "artifacts": [ "1bee5cbc-2dd8-46ea-b8ce-ca6751ea2755", "4d946184-4034-4089-abe6-66fddd2d3f4a" ], "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": "" } } ] 2022-03-09T04:12:49.819Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8ba4f567-97e9-4c26-80ef-ca67ab636edb VfModuleModelInvariantUUID:f74b7260-6a07-4bc4-bc3f-4655c48162cc VfModuleModelDescription:NULL Artifacts UUID List:{ 1bee5cbc-2dd8-46ea-b8ce-ca6751ea2755 , 4d946184-4034-4089-abe6-66fddd2d3f4a } 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 } 2022-03-09T04:12:49.821Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f74b7260-6a07-4bc4-bc3f-4655c48162cc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8ba4f567-97e9-4c26-80ef-ca67ab636edb", "vfModuleModelCustomizationUUID": "e91f862c-3235-4936-8f2a-c2867072f64c", "isBase": true, "artifacts": [ "1bee5cbc-2dd8-46ea-b8ce-ca6751ea2755", "4d946184-4034-4089-abe6-66fddd2d3f4a" ], "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": "" } } ] 2022-03-09T04:12:49.821Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8ba4f567-97e9-4c26-80ef-ca67ab636edb VfModuleModelInvariantUUID:f74b7260-6a07-4bc4-bc3f-4655c48162cc VfModuleModelDescription:NULL Artifacts UUID List:{ 1bee5cbc-2dd8-46ea-b8ce-ca6751ea2755 , 4d946184-4034-4089-abe6-66fddd2d3f4a } 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 } 2022-03-09T04:12:49.822Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1bee5cbc-2dd8-46ea-b8ce-ca6751ea2755 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-09T04:12:49.822Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:12:49.822Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-09T04:12:50.008Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:12:50.009Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1bee5cbc-2dd8-46ea-b8ce-ca6751ea2755 5033 2022-03-09T04:12:50.009Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-09T04:12:50.009Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-09T04:12:50.010Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:12:50.010Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:50.012Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:50.013Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799170009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T04:12:50.113Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:50.114Z||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. 2022-03-09T04:12:50.114Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:50.127Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:50.127Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:12:51.014Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4d946184-4034-4089-abe6-66fddd2d3f4a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-09T04:12:51.014Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:12:51.015Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-09T04:12:51.299Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:12:51.300Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 4d946184-4034-4089-abe6-66fddd2d3f4a 903 2022-03-09T04:12:51.300Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-09T04:12:51.300Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-09T04:12:51.301Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:12:51.301Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:51.303Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:51.303Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799171300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T04:12:51.403Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:51.404Z||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. 2022-03-09T04:12:51.405Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:51.419Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:51.420Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:12:52.304Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 805a8c6a-f8ab-4d8e-b280-4941f624076a 2022-03-09T04:12:52.305Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 be1abf7f-a223-4842-be47-bea60915a913 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T04:12:52.317Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1bd833fc, org.onap.sdc.toscaparser.api.parameters.Input@7a6da2a0, org.onap.sdc.toscaparser.api.parameters.Input@6bd7c488, org.onap.sdc.toscaparser.api.parameters.Input@34c1cc45, org.onap.sdc.toscaparser.api.parameters.Input@6edc5ef2] 2022-03-09T04:12:52.318Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:52.318Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:52.319Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-03-09T04:12:52.319Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= f305d195-5624-4b57-8f21-f89d49adc3e3 2022-03-09T04:12:52.319Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f305d195-5624-4b57-8f21-f89d49adc3e3 matches Tosca VF Customization UUID: f305d195-5624-4b57-8f21-f89d49adc3e3 2022-03-09T04:12:52.319Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: f305d195-5624-4b57-8f21-f89d49adc3e3 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=? 2022-03-09T04:12:52.321Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:52.321Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:52.322Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id f305d195-5624-4b57-8f21-f89d49adc3e3: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"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\",\"sdnc_artifact_name\":\"vnf\",\"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\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-03-09T04:12:52.322Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@168ca322 2022-03-09T04:12:52.323Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:52.323Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T04:12:52.323Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e91f862c-3235-4936-8f2a-c2867072f64c 2022-03-09T04:12:52.323Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e91f862c-3235-4936-8f2a-c2867072f64c 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=? 2022-03-09T04:12:52.325Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:52.326Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T04:12:52.326Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:12:52.326Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:52.326Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T04:12:52.327Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:12:52.327Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:52.327Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-09T04:12:52.328Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-09T04:12:52.328Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T04:12:52.328Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=94067461-10cd-44fa-9f3c-1a9797b8dd53 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=? 2022-03-09T04:12:52.330Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:52.331Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T04:12:52.331Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T04:12:52.331Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:52.331Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T04:12:52.331Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f305d195-5624-4b57-8f21-f89d49adc3e3 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=? 2022-03-09T04:12:52.333Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:52.334Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:52.334Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 805a8c6a-f8ab-4d8e-b280-4941f624076a: basic_vm_macro 2022-03-09T04:12:52.334Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:52.334Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:52.335Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:52.335Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:52.336Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:52.336Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:52.337Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:52.337Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:52.337Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:12:52.337Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:12:52.337Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T04:12:52.416Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro be1abf7f-a223-4842-be47-bea60915a913 1 ASDC deployResourceStructure 2022-03-09T04:12:52.417Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-09T04:12:52.417Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-09T04:12:52.417Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:12:52.417Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:52.419Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:52.419Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799172417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T04:12:52.520Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:52.521Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:12:52.521Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:52.536Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:52.536Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:12:53.421Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-09T04:12:53.422Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-09T04:12:53.422Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:12:53.423Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:53.425Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:53.425Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799173421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-09T04:12:53.525Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T04:12:53.526Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:12:53.527Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:53.538Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:53.539Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:12:54.427Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-09T04:12:54.427Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-09T04:12:54.427Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:12:54.428Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:54.430Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:54.430Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799174426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-09T04:12:54.530Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:54.531Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:12:54.532Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:54.547Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:54.548Z||pool-120-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:12:55.431Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-09T04:12:55.432Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-09T04:12:55.432Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:12:55.432Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:12:55.435Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:12:55.435Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799175431, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:12:55.535Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:12:55.536Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:12:55.537Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:12:55.547Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:12:55.547Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:12:56.436Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21c2d9dc-8dba-409a-ac5d-61403653b35a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T04:12:56.447Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21c2d9dc-8dba-409a-ac5d-61403653b35a 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=? 2022-03-09T04:12:56.451Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T04:12:56.451Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T04:12:56.452Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T04:12:56.452Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T04:12:56.452Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:12:56.452Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:12:56.453Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:12:56.453Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:12:56.453Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:12:56.453Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:12:56.453Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||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=? 2022-03-09T04:12:56.459Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T04:13:03.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:13:03.934Z||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. 2022-03-09T04:13:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:13:03.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:13:03.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T04:13:03.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:13:03.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:13:03.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:13:03.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:13:03.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:13:03.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799008186, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:13:03.965Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:13:03.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799011044, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T04:13:03.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:13:03.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799012543, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T04:13:03.967Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:13:03.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799014044, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T04:13:03.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:13:03.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799015169, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T04:13:03.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:13:03.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799016173, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-09T04:13:03.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:13:03.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799017178, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-09T04:13:03.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:13:03.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799018183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:13:03.970Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:13:03.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2d7c85-1674-43d8-9748-caf4f449944b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799049741, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T04:13:03.971Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:13:03.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:13:03.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:13:03.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-09T04:13:03.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:13:03.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-09T04:13:03.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:13:03.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-09T04:13:03.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:13:03.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-09T04:13:03.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:13:03.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:13:03.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:13:03.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-09T04:13:03.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:13:03.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:13:03.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:13:03.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:13:03.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T04:13:03.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799060013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:13:03.977Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:13:03.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T04:13:03.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799062577, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-09T04:13:03.978Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:13:26.459Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21c2d9dc-8dba-409a-ac5d-61403653b35a 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=? 2022-03-09T04:13:26.466Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21c2d9dc-8dba-409a-ac5d-61403653b35a and serviceModelVersionId: 805a8c6a-f8ab-4d8e-b280-4941f624076a 2022-03-09T04:13:26.466Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccbdcf6f-b495-4716-90bb-df2c8ffd3022 2022-03-09T04:13:26.467Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccbdcf6f-b495-4716-90bb-df2c8ffd3022/model-vers/model-ver/805a8c6a-f8ab-4d8e-b280-4941f624076a?depth=0 2022-03-09T04:13:26.471Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T04:13:26.512Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccbdcf6f-b495-4716-90bb-df2c8ffd3022/model-vers/model-ver/805a8c6a-f8ab-4d8e-b280-4941f624076a?depth=0|INFO|500||Invoke 2022-03-09T04:13:26.512Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccbdcf6f-b495-4716-90bb-df2c8ffd3022/model-vers/model-ver/805a8c6a-f8ab-4d8e-b280-4941f624076a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccbdcf6f-b495-4716-90bb-df2c8ffd3022/model-vers/model-ver/805a8c6a-f8ab-4d8e-b280-4941f624076a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[21c2d9dc-8dba-409a-ac5d-61403653b35a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[35804100-28a2-4402-bd34-0e21a0201334], X-ECOMP-RequestID=[21c2d9dc-8dba-409a-ac5d-61403653b35a], X-TransactionId=[], X-ONAP-RequestID=[21c2d9dc-8dba-409a-ac5d-61403653b35a], Content-Type=[application/merge-patch+json]} 2022-03-09T04:13:26.535Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccbdcf6f-b495-4716-90bb-df2c8ffd3022/model-vers/model-ver/805a8c6a-f8ab-4d8e-b280-4941f624076a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T04:13:26.729Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccbdcf6f-b495-4716-90bb-df2c8ffd3022/model-vers/model-ver/805a8c6a-f8ab-4d8e-b280-4941f624076a?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/ccbdcf6f-b495-4716-90bb-df2c8ffd3022/model-vers/model-ver/805a8c6a-f8ab-4d8e-b280-4941f624076a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-04:13:26:994-70268], vertex-id=[454832], Content-Length=[0], Date=[Wed, 09 Mar 2022 04:13:26 GMT], Content-Type=[application/json]} 2022-03-09T04:13:26.729Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccbdcf6f-b495-4716-90bb-df2c8ffd3022/model-vers/model-ver/805a8c6a-f8ab-4d8e-b280-4941f624076a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-09T04:13:26.731Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccbdcf6f-b495-4716-90bb-df2c8ffd3022/model-vers/model-ver/805a8c6a-f8ab-4d8e-b280-4941f624076a?depth=0|INFO|500||InvokeReturn 2022-03-09T04:13:26.732Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T04:13:26.732Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||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=? 2022-03-09T04:13:26.738Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||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) 2022-03-09T04:13:26.739Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21c2d9dc-8dba-409a-ac5d-61403653b35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T04:13:26.739Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T04:13:26.739Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:13:26.742Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:13:26.742Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799206739, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T04:13:26.842Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:13:26.843Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:13:26.843Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:13:26.858Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:13:26.858Z||pool-122-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=? 2022-03-09T04:13:27.758Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T04:13:27.758Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"73bb258d-60b2-42b2-aed5-2082d6233ad6","serviceDescription":"service","serviceInvariantUUID":"1d675f80-51bb-4dea-aafb-86e079a782f4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"be0a1597-640a-4ccb-b5cd-4c1748a68284","resourceInvariantUUID":"8b9eba99-eed4-4cbd-b2ea-d393e59a9c53","resourceCustomizationUUID":"8a51590a-0161-4696-a721-c8a68b67a950","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":"MDZhMzJmOWMzNGE4Zjg5OTkzOGVhZjIyMTJiNTdiMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f29f12ab-e6c0-4b5f-aeab-aec79d5b4118","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":"5012547e-e467-426f-9014-9f5e3b007ee0","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":"af74de9a-dcd0-4d72-933a-e2dd4e8d2a84","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":"Yjk0Mjk5MTQyY2QwMzc2ZDZlMzY4YzRjYzViMDU0NWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6d392ce4-ab84-4af8-9667-4f89e2f089d6","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":"66972fc8-ca1f-42bb-a40d-44547c28d558","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":"f6d2d2ef-e403-4b6b-ae2f-fb08bbf416d9","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":"c5a09103-624c-4d9d-9e66-799457dc079d","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":"YjEwZWJmYzAxNWVlZmVjY2IwNmVmMGNmMmUxMjBkY2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0be48870-edc8-4ec8-a4c9-e46ff5a9f4cc","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjRjYTc0YzY2N2EwM2U5NDMxMjFlMTNkMDc2MDRiMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b1b2dbc4-e463-4b96-945c-31d001ec723b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T04:13:27.759Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:13:27.759Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:13:27.762Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:13:27.762Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:13:27.863Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:13:27.863Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:13:27.864Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:13:27.876Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:13:27.876Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:13:28.763Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:13:28.764Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:13:28.766Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:13:28.767Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:13:28.867Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:13:28.868Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:13:28.868Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:13:28.880Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:13:28.881Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:13:29.768Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:13:29.769Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:13:29.771Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:13:29.772Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:13:29.872Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:13:29.872Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:13:29.873Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:13:29.884Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:13:29.886Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:13:30.772Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:13:30.773Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:13:30.775Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:13:30.776Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:13:30.876Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:13:30.877Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:13:30.877Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:13:30.895Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:13:30.896Z||pool-126-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:13:31.776Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:13:31.777Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:13:31.780Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:13:31.780Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:13:31.880Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:13:31.881Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:13:31.881Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:13:31.902Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:13:31.903Z||pool-127-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:13:32.781Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:13:32.782Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:13:32.784Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:13:32.784Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:13:32.884Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:13:32.885Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:13:32.885Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:13:32.903Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:13:32.903Z||pool-128-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:13:33.785Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:13:33.786Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:13:33.804Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:13:33.804Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:13:33.904Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:13:33.905Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:13:33.905Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:13:33.920Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:13:33.920Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:13:34.805Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:13:34.806Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:13:34.809Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:13:34.809Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:13:34.909Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:13:34.910Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:13:34.910Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:13:34.922Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:13:34.923Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:13:35.809Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T04:13:35.811Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:13:35.813Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:13:35.813Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:13:35.913Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:13:35.914Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:13:35.914Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:13:35.928Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:13:35.929Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:13:36.814Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "73bb258d-60b2-42b2-aed5-2082d6233ad6", "serviceDescription": "service", "serviceInvariantUUID": "1d675f80-51bb-4dea-aafb-86e079a782f4", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8a51590a-0161-4696-a721-c8a68b67a950", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "be0a1597-640a-4ccb-b5cd-4c1748a68284", "resourceInvariantUUID": "8b9eba99-eed4-4cbd-b2ea-d393e59a9c53", "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": "MjRjYTc0YzY2N2EwM2U5NDMxMjFlMTNkMDc2MDRiMzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b1b2dbc4-e463-4b96-945c-31d001ec723b" } ], "workloadContext": "Production" } 2022-03-09T04:13:36.815Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T04:13:36.815Z|21c2d9dc-8dba-409a-ac5d-61403653b35a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73bb258d-60b2-42b2-aed5-2082d6233ad6 ASDC 2022-03-09T04:13:36.815Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:73bb258d-60b2-42b2-aed5-2082d6233ad6 ServiceInvariantUUID:1d675f80-51bb-4dea-aafb-86e079a782f4 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:b1b2dbc4-e463-4b96-945c-31d001ec723b ArtifactChecksum:MjRjYTc0YzY2N2EwM2U5NDMxMjFlMTNkMDc2MDRiMzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8a51590a-0161-4696-a721-c8a68b67a950 ResourceInvariantUUID:8b9eba99-eed4-4cbd-b2ea-d393e59a9c53 ResourceName:test-pnf ResourceType:PNF ResourceUUID:be0a1597-640a-4ccb-b5cd-4c1748a68284 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-09T04:13:36.816Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73bb258d-60b2-42b2-aed5-2082d6233ad6 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=? 2022-03-09T04:13:36.844Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T04:13:36.845Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:13:36.845Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:13:36.845Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b1b2dbc4-e463-4b96-945c-31d001ec723b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-09T04:13:36.845Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-09T04:13:36.845Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-09T04:13:38.073Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-09T04:13:38.078Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b1b2dbc4-e463-4b96-945c-31d001ec723b 105644 2022-03-09T04:13:38.078Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-09T04:13:38.078Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-09T04:13:38.078Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T04:13:38.079Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:13:38.081Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:13:38.081Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799218078, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:13:38.181Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:13:38.182Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:13:38.182Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:13:38.195Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:13:38.196Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-09T04:13:39.081Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T04:13:39.083Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-09T04:13:39.083Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b1b2dbc4-e463-4b96-945c-31d001ec723b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T04:13:39.083Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-09T04:13:39.084Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T04:13:39.084Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T04:13:39.188Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12230578207018437598/Definitions/service-TestPnfMacro-template.yml 2022-03-09T04:13:39.996Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T04:13:39.996Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-09T04:13:39.996Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T04:13:39.997Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-09T04:13:39.997Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||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 2022-03-09T04:13:39.997Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||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 2022-03-09T04:13:39.997Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||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 2022-03-09T04:13:39.997Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||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 2022-03-09T04:13:39.997Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||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 2022-03-09T04:13:39.997Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||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 2022-03-09T04:13:39.997Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||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 2022-03-09T04:13:39.998Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-09T04:13:39.998Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:13:39.998Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:13:39.998Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-09T04:13:39.998Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-09T04:13:39.998Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T04:13:39.999Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:13:39.999Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:13:39.999Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-09T04:13:39.999Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-09T04:13:39.999Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T04:13:39.999Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:13:40.000Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:13:40.000Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:13:40.000Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:13:40.000Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:13:40.000Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:13:40.000Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:13:40.000Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:13:40.001Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:13:40.001Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:13:40.001Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:73bb258d-60b2-42b2-aed5-2082d6233ad6 Model Version:NULL Model InvariantUuid:1d675f80-51bb-4dea-aafb-86e079a782f4 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=? 2022-03-09T04:13:40.008Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: be0a1597-640a-4ccb-b5cd-4c1748a68284 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=? 2022-03-09T04:13:40.010Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||test-pnf 0 2022-03-09T04:13:40.010Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: be0a1597-640a-4ccb-b5cd-4c1748a68284 2022-03-09T04:13:40.010Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 73bb258d-60b2-42b2-aed5-2082d6233ad6 2022-03-09T04:13:40.010Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 73bb258d-60b2-42b2-aed5-2082d6233ad6 2022-03-09T04:13:40.010Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 be0a1597-640a-4ccb-b5cd-4c1748a68284 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=? 2022-03-09T04:13:40.014Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bd0873d, org.onap.sdc.toscaparser.api.parameters.Input@5c147c7c, org.onap.sdc.toscaparser.api.parameters.Input@1ad96e69, org.onap.sdc.toscaparser.api.parameters.Input@13b2243f, org.onap.sdc.toscaparser.api.parameters.Input@6ca4a01b] 2022-03-09T04:13:40.014Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:13:40.014Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:13:40.014Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 73bb258d-60b2-42b2-aed5-2082d6233ad6: test-pnf 2022-03-09T04:13:40.014Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||Processing PNF resource: be0a1597-640a-4ccb-b5cd-4c1748a68284 2022-03-09T04:13:40.014Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T04:13:40.015Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T04:13:40.015Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||Resource customization UUID: 8a51590a-0161-4696-a721-c8a68b67a950 is the same as notified resource customizationUUID: 8a51590a-0161-4696-a721-c8a68b67a950 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 (?, ?) 2022-03-09T04:13:40.043Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf be0a1597-640a-4ccb-b5cd-4c1748a68284 0 ASDC deployResourceStructure 2022-03-09T04:13:40.044Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-09T04:13:40.044Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-09T04:13:40.044Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T04:13:40.044Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:13:40.046Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:13:40.046Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799220044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:13:40.146Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:13:40.147Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:13:40.147Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:13:40.173Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:13:40.173Z||pool-133-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-03-09T04:13:41.052Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-09T04:13:41.062Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c 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=? 2022-03-09T04:13:41.065Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T04:13:41.065Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T04:13:41.065Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T04:13:41.065Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T04:13:41.065Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:13:41.065Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:13:41.066Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:13:41.066Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:13:41.066Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:13:41.066Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:13:41.066Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T04:13:41.066Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||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=? 2022-03-09T04:13:41.071Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T04:14:03.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:14:03.934Z||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. 2022-03-09T04:14:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:14:03.982Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:14:03.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799063943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-09T04:14:03.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799065138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T04:14:03.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799066471, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T04:14:03.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799067837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-09T04:14:03.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799068934, "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" } 2022-03-09T04:14:03.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799069938, "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" } 2022-03-09T04:14:03.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799070943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T04:14:03.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799071946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-09T04:14:03.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799072953, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-09T04:14:03.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799073957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:14:03.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f84fdcd-347e-4605-ada5-d80c38c6da42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799105611, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T04:14:03.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:14:03.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T04:14:03.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-09T04:14:03.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T04:14:03.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T04:14:03.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T04:14:03.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:14:03.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T04:14:03.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T04:14:03.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T04:14:03.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:14:03.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T04:14:03.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:14:03.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T04:14:03.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799113848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:14:03.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799116374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T04:14:03.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799117467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T04:14:03.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799118526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T04:14:03.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799120649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T04:14:03.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799121652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-09T04:14:03.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799122657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-09T04:14:03.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:03.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T04:14:03.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799123662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:14:03.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:14:11.072Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c 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=? 2022-03-09T04:14:11.077Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c and serviceModelVersionId: 73bb258d-60b2-42b2-aed5-2082d6233ad6 2022-03-09T04:14:11.077Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1d675f80-51bb-4dea-aafb-86e079a782f4 2022-03-09T04:14:11.078Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1d675f80-51bb-4dea-aafb-86e079a782f4/model-vers/model-ver/73bb258d-60b2-42b2-aed5-2082d6233ad6?depth=0 2022-03-09T04:14:11.085Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T04:14:11.130Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d675f80-51bb-4dea-aafb-86e079a782f4/model-vers/model-ver/73bb258d-60b2-42b2-aed5-2082d6233ad6?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]} 2022-03-09T04:14:11.133Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d675f80-51bb-4dea-aafb-86e079a782f4/model-vers/model-ver/73bb258d-60b2-42b2-aed5-2082d6233ad6?depth=0|INFO|500||Invoke 2022-03-09T04:14:11.155Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d675f80-51bb-4dea-aafb-86e079a782f4/model-vers/model-ver/73bb258d-60b2-42b2-aed5-2082d6233ad6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T04:14:11.485Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d675f80-51bb-4dea-aafb-86e079a782f4/model-vers/model-ver/73bb258d-60b2-42b2-aed5-2082d6233ad6?depth=0|INFO|500||InvokeReturn 2022-03-09T04:14:11.486Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d675f80-51bb-4dea-aafb-86e079a782f4/model-vers/model-ver/73bb258d-60b2-42b2-aed5-2082d6233ad6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-04:14:11:615-44838], vertex-id=[192600], Content-Length=[0], Date=[Wed, 09 Mar 2022 04:14:11 GMT], Content-Type=[application/json]} 2022-03-09T04:14:11.487Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-03-09T04:14:11.488Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T04:14:11.488Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||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=? 2022-03-09T04:14:11.492Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||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) 2022-03-09T04:14:11.493Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T04:14:11.493Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T04:14:11.494Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-09T04:14:11.496Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T04:14:11.496Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799251493, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T04:14:11.596Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T04:14:11.597Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T04:14:11.597Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:14:11.611Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:14:11.612Z||pool-134-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=? 2022-03-09T04:14:12.507Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:14:12.508Z||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. 2022-03-09T04:14:12.508Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:14:22.734Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:14:22.735Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:14:22.736Z||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. 2022-03-09T04:14:22.736Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:14:32.282Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:14:32.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:14:32.283Z||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. 2022-03-09T04:14:32.283Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:14:41.825Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:14:41.825Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:14:41.826Z||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. 2022-03-09T04:14:41.826Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:14:51.392Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:14:51.392Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:14:51.393Z||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. 2022-03-09T04:14:51.393Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:15:00.945Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:15:00.946Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:15:00.946Z||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. 2022-03-09T04:15:00.946Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:15:03.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:15:03.934Z||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. 2022-03-09T04:15:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:15:03.978Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:15:03.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T04:15:03.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ad12071-a786-49d5-8b2a-775bf6c9ee3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799155279, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T04:15:03.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:15:03.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T04:15:03.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:15:03.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T04:15:03.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T04:15:03.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T04:15:03.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T04:15:03.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T04:15:03.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T04:15:03.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T04:15:03.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T04:15:03.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:15:03.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T04:15:03.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T04:15:03.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T04:15:03.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T04:15:03.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T04:15:03.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:15:03.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T04:15:03.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T04:15:03.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:15:03.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T04:15:03.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T04:15:03.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:15:03.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T04:15:03.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T04:15:03.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799165838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:15:03.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:15:03.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T04:15:03.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799168806, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T04:15:03.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:15:03.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T04:15:03.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799170009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T04:15:03.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:15:03.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T04:15:03.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799171300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T04:15:03.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:15:03.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T04:15:03.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799172417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T04:15:03.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:15:03.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T04:15:03.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799173421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-09T04:15:03.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:15:03.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T04:15:03.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799174426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-09T04:15:03.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:15:03.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T04:15:03.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799175431, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:15:03.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:15:10.507Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:15:10.508Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:15:10.508Z||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. 2022-03-09T04:15:10.509Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:15:20.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:15:20.050Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:15:20.050Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T04:15:20.050Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:15:29.589Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:15:29.590Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:15:29.591Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:15:29.591Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:15:39.132Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:16:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:16:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:16:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:16:03.932Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:16:03.933Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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. 2022-03-09T04:16:03.933Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:16:03.968Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:16:03.969Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T04:16:03.969Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c2d9dc-8dba-409a-ac5d-61403653b35a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799206739, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T04:16:03.970Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:16:03.970Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T04:16:03.970Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:16:03.970Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-09T04:16:03.970Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T04:16:03.970Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T04:16:03.971Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-09T04:16:03.971Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T04:16:03.971Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T04:16:03.971Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-09T04:16:03.972Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T04:16:03.972Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T04:16:03.972Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-09T04:16:03.972Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T04:16:03.972Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T04:16:03.972Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-09T04:16:03.972Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T04:16:03.973Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:16:03.973Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-09T04:16:03.973Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T04:16:03.973Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T04:16:03.973Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-09T04:16:03.973Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T04:16:03.973Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T04:16:03.974Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-09T04:16:03.974Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T04:16:03.974Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646798921969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T04:16:03.974Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-09T04:16:03.974Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T04:16:03.974Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799218078, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T04:16:03.975Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:16:03.975Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T04:16:03.975Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799220044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T04:16:03.975Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:16:13.481Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:17:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:17:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:17:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:17:03.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:17:03.933Z||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. 2022-03-09T04:17:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:17:04.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:17:04.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T04:17:04.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646799251493, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T04:17:04.488Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T04:17:13.513Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:18:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:18:03.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:18:03.933Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:18:03.933Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:18:03.933Z||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. 2022-03-09T04:18:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:18:13.517Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:18:13.517Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:19:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:19:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:19:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:19:03.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:19:03.933Z||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. 2022-03-09T04:19:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:19:13.487Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:19:13.516Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:20:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:20:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:20:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:20:03.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:20:03.933Z||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. 2022-03-09T04:20:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:20:13.510Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:20:13.510Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:21:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:21:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:21:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:21:03.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:21:03.933Z||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. 2022-03-09T04:21:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:21:13.524Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:21:13.524Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:22:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:22:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:22:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:22:03.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:22:03.933Z||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. 2022-03-09T04:22:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:22:13.517Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:22:13.521Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:23:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:23:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:23:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:23:03.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:23:03.933Z||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. 2022-03-09T04:23:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:23:13.517Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:23:13.517Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:24:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:24:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:24:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:24:03.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:24:03.933Z||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. 2022-03-09T04:24:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:24:13.486Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:24:13.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:25:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:25:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:25:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:25:03.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:25:03.933Z||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. 2022-03-09T04:25:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:25:13.481Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:25:13.518Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:26:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:26:03.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:26:03.934Z||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. 2022-03-09T04:26:03.934Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:26:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:26:03.934Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:26:13.498Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:26:13.509Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:27:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:27:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:27:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:27:03.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:27:03.933Z||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. 2022-03-09T04:27:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:27:13.484Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:27:13.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:28:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:28:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:28:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:28:03.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:28:03.933Z||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. 2022-03-09T04:28:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:28:13.522Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:28:13.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:29:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:29:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:29:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:29:03.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:29:03.933Z||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. 2022-03-09T04:29:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:29:13.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:29:13.484Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:30:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:30:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:30:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:30:03.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:30:03.933Z||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. 2022-03-09T04:30:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:30:13.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:30:13.484Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:31:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:31:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:31:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:31:03.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:31:03.933Z||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. 2022-03-09T04:31:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:31:13.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:31:13.480Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:32:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:32:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:32:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:32:03.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:32:03.933Z||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. 2022-03-09T04:32:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:32:13.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:32:13.516Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:33:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:33:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:33:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:33:03.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:33:03.933Z||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. 2022-03-09T04:33:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:33:13.521Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:33:13.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:34:03.931Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:34:03.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:34:03.933Z||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. 2022-03-09T04:34:03.933Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:34:03.933Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:34:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:34:13.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:34:13.491Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:35:03.931Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:35:03.932Z||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. 2022-03-09T04:35:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:35:03.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:35:03.933Z||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. 2022-03-09T04:35:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:35:13.511Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:35:13.513Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:36:03.931Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:36:03.932Z||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. 2022-03-09T04:36:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:36:03.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:36:03.934Z||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. 2022-03-09T04:36:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:36:13.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:36:13.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:37:03.931Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:37:03.932Z||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. 2022-03-09T04:37:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:37:03.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:37:03.933Z||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. 2022-03-09T04:37:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:37:13.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:37:13.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:38:03.931Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:38:03.931Z||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. 2022-03-09T04:38:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:38:03.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:38:03.933Z||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. 2022-03-09T04:38:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:38:13.474Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:38:13.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:39:03.931Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:39:03.932Z||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. 2022-03-09T04:39:03.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:39:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:39:03.933Z||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. 2022-03-09T04:39:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:39:13.496Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:39:13.497Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:40:03.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:40:03.932Z||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. 2022-03-09T04:40:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:40:03.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:40:03.933Z||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. 2022-03-09T04:40:03.934Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:40:13.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:40:13.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:41:03.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:41:03.931Z||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. 2022-03-09T04:41:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:41:03.932Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:41:03.933Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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. 2022-03-09T04:41:03.933Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:41:13.476Z|6a63db4c-fec4-4ae0-b6ee-07f7ad356f0c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:41:13.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:42:03.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:42:03.931Z||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. 2022-03-09T04:42:03.932Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:42:03.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:42:03.933Z||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. 2022-03-09T04:42:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:42:13.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:42:13.494Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:43:03.931Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:43:03.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:43:03.935Z||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. 2022-03-09T04:43:03.935Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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. 2022-03-09T04:43:03.935Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:43:03.935Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:43:13.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:43:13.496Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:44:03.931Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:44:03.932Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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. 2022-03-09T04:44:03.932Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:44:03.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:44:03.933Z||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. 2022-03-09T04:44:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:44:13.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:44:13.482Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:44:32.406Z||http-nio-8085-exec-9|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T04:45:03.931Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:45:03.932Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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. 2022-03-09T04:45:03.932Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:45:03.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T04:45:03.933Z||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. 2022-03-09T04:45:03.933Z||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 hjAvI5Je6JBJuTHZ) ... 2022-03-09T04:45:13.481Z|e676b04a-8766-4134-8ba1-3a9075ff74a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T04:45:13.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK