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-30T10:25:41.539Z||main|||||INFO|500||The following profiles are active: basic 2022-03-30T10:25:53.774Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-30T10:25:53.775Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-30T10:25:53.905Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-30T10:25:58.230Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-30T10:25:58.655Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-30T10:25:59.124Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-30T10:25:59.133Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-30T10:25:59.248Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-30T10:25:59.461Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-30T10:26:00.036Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-30T10:26:01.783Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-30T10:26:04.038Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-30T10:26:04.093Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-30T10:26:04.639Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-30T10:26:04.804Z||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-30T10:26:06.102Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-30T10:26:07.224Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-30T10:26:07.239Z||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$$b3d2088f.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-30T10:26:07.240Z||main|||||WARN|500||The sdc end point is not alive 2022-03-30T10:26:10.971Z||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-30T10:26:14.126Z||main|||||WARN|500||--- 2022-03-30T10:26:14.127Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-30T10:26:14.128Z||main|||||WARN|500||--- 2022-03-30T10:26:14.572Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-30T10:26:18.991Z||main|||||INFO|500||Started Application in 40.817 seconds (JVM running for 42.933) 2022-03-30T10:26:19.005Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-30T10:26:19.007Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-30T10:26:19.017Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-30T10:26:19.047Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-30T10:26:19.090Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 96651de9-7d30-44dc-99d9-cd2aefd17117 url= /sdc/v1/artifactTypes 2022-03-30T10:26:19.090Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-30T10:26:19.346Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-30T10:26:19.376Z||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-30T10:26:19.401Z||scheduling-1|||||DEBUG|500||create keys 2022-03-30T10:26:19.409Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-30T10:26:19.452Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:26:19.471Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c5b8d084-8ffd-437a-a483-a3fa23599384 url= /sdc/v1/registerForDistribution 2022-03-30T10:26:19.723Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c5b8d084-8ffd-437a-a483-a3fa23599384 url= /sdc/v1/registerForDistribution 2022-03-30T10:26:19.724Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-30T10:26:19.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:26:19.739Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:26:19.741Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-30T10:26:19.748Z||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-30T10:26:19.748Z||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-30T10:26:19.749Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:26:19.748Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:26:30.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:26:30.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:27:19.732Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:27:19.736Z||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-30T10:27:19.736Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:27:19.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:27:19.739Z||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-30T10:27:19.739Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:27:29.347Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:27:29.349Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:28:19.732Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:28:19.734Z||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-30T10:28:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:28:19.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:28:19.735Z||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-30T10:28:19.736Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:28:29.304Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:28:29.358Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:29:19.732Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:29:19.733Z||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-30T10:29:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:29:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:29:19.736Z||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-30T10:29:19.736Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:29:29.293Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:29:29.295Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:30:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:30:19.733Z||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-30T10:30:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:30:19.734Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:30:19.735Z||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-30T10:30:19.736Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:30:29.312Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:30:29.314Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:31:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:31:19.733Z||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-30T10:31:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:31:19.734Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:31:19.736Z||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-30T10:31:19.736Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:31:29.299Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:31:29.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:32:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:32:19.733Z||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-30T10:32:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:32:19.734Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:32:19.735Z||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-30T10:32:19.789Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:32:29.346Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:32:29.348Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:33:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:33:19.733Z||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-30T10:33:19.734Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:33:19.734Z||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-30T10:33:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:33:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:33:29.289Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:33:29.291Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:34:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:34:19.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:34:19.735Z||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-30T10:34:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:34:19.735Z||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-30T10:34:19.736Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:34:29.295Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:34:29.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:35:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:35:19.733Z||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-30T10:35:19.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:35:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:35:19.734Z||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-30T10:35:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:35:29.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:35:29.324Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:35:39.531Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-30T10:36:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:36:19.733Z||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-30T10:36:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:36:19.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:36:19.735Z||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-30T10:36:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:36:29.296Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:36:29.298Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:37:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:37:19.734Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:37:19.735Z||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-30T10:37:19.735Z||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-30T10:37:19.736Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:37:19.736Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:37:29.295Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:37:29.303Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:38:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:38:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:38:19.734Z||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-30T10:38:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:38:19.734Z||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-30T10:38:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:38:29.299Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:38:29.300Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:39:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:39:19.733Z||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-30T10:39:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:39:19.734Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:39:19.735Z||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-30T10:39:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:39:29.294Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:39:29.295Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:40:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:40:19.734Z||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-30T10:40:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:40:19.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:40:19.735Z||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-30T10:40:19.736Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:40:29.308Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:40:29.308Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:41:19.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:41:19.733Z||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-30T10:41:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:41:19.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:41:19.734Z||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-30T10:41:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:41:29.296Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:41:29.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:42:19.732Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:42:19.733Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-30T10:42:19.733Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WbCfsoNG61B7iikd) ... 2022-03-30T10:42:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:42:19.734Z||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-30T10:42:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:42:29.292Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:42:29.307Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:43:19.732Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:43:19.733Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-30T10:43:19.733Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WbCfsoNG61B7iikd) ... 2022-03-30T10:43:19.734Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:43:19.734Z||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-30T10:43:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:43:29.299Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:43:29.300Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:44:19.732Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:44:19.733Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-30T10:44:19.733Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WbCfsoNG61B7iikd) ... 2022-03-30T10:44:19.734Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:44:19.735Z||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-30T10:44:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:44:29.293Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:44:29.293Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:45:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:45:19.733Z||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-30T10:45:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:45:19.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:45:19.735Z||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-30T10:45:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:45:29.293Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:45:29.294Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:46:19.733Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:46:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:46:19.735Z||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-30T10:46:19.735Z||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-30T10:46:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:46:19.736Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:46:29.313Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:46:29.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:47:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:47:19.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:47:19.734Z||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-30T10:47:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:47:19.734Z||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-30T10:47:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:47:29.308Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:47:29.308Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:48:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:48:19.733Z||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-30T10:48:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:48:19.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:48:19.734Z||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-30T10:48:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:48:29.302Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:48:29.357Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:49:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:49:19.733Z||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-30T10:49:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:49:19.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:49:19.734Z||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-30T10:49:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:49:29.287Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:49:29.289Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:50:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:50:19.733Z||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-30T10:50:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:50:19.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:50:19.734Z||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-30T10:50:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:50:29.289Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:50:29.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:51:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:51:19.732Z||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-30T10:51:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:51:19.735Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:51:19.735Z||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-30T10:51:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:51:29.295Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:51:29.297Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:52:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:52:19.733Z||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-30T10:52:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:52:19.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:52:19.735Z||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-30T10:52:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:52:29.305Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:52:29.308Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:53:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:53:19.733Z||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-30T10:53:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:53:19.735Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:53:19.735Z||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-30T10:53:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:53:29.293Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:53:29.304Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:54:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:54:19.733Z||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-30T10:54:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:54:19.734Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:54:19.734Z||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-30T10:54:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:54:29.312Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:54:29.312Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:55:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:55:19.733Z||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-30T10:55:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:55:19.734Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:55:19.734Z||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-30T10:55:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:55:29.339Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:55:29.340Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:19.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:56:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:56:19.734Z||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-30T10:56:19.734Z||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-30T10:56:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:56:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:56:20.219Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:20.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:56:20.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "multicloud-k8s-id", "timestamp": 1648637776390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:56:20.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:56:20.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:56:20.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "cds", "timestamp": 1648637775106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:56:20.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:56:20.385Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:20.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T10:56:20.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"924a1584-ff85-4c05-8621-1f64e0fab5f4","serviceName":"vFW 2022-03-30 10-53-42","serviceVersion":"1.0","serviceUUID":"d41f0fdb-c36a-4bbc-aa49-f351cc866477","serviceDescription":"catalog service description","serviceInvariantUUID":"2be36b11-46a0-4fd9-bfaf-de6d6331b21a","resources":[{"resourceInstanceName":"vFW 34634663-195f 0","resourceName":"vFW 34634663-195f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1d0428f-ce6f-4dc3-9289-83e9959f49c2","resourceInvariantUUID":"37795a28-6ee2-421d-a1c2-1edd48c3a065","resourceCustomizationUUID":"355340d9-69c2-451a-932d-aa09ed26dce8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml","artifactChecksum":"MTU1NjZmODQzOTc1YTQ1MDRmZDgzZjBjYzQ2NmQ3NGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4af2d4fa-4e27-4e1c-90df-11939bcfa9d1","artifactVersion":"1"},{"artifactName":"vfw34634663195f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json","artifactChecksum":"NTc1YzgzMzM1OGRjNjUzYmRhNTE1ZTYwNDQ4MzNmYzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3bc8bb55-d170-4aa2-ba1b-066f2eca0c7e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ddc575df-4706-4c6b-9dff-769650166fe0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml","artifactChecksum":"YzExMmJmMjBjZTNhMTI2ZjU5NjM2NDE2MTZhZmIzMmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a31d9405-7ed9-4e9a-87ed-e01a5691f8d4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"25735f04-1ae1-4492-a46e-268e97bc4a80","artifactVersion":"2","generatedFromUUID":"ddc575df-4706-4c6b-9dff-769650166fe0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220330105342-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml","artifactChecksum":"NDczZDE1ZGQ3MTQ3M2MzMWJlZTVjMTM0NzE3NTg5YTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c65b65d-93f3-43ba-80fb-923d317d54ce","artifactVersion":"1"},{"artifactName":"service-Vfw20220330105342-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar","artifactChecksum":"NGM3MDZmNTE5ZWEzYTFlMmNiNWZiOWM2ZmQyZjc3ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e702af5-b861-4567-85fc-a557a6d3d4ca","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-30T10:56:20.395Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T10:56:20.402Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T10:56:20.413Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T10:56:20.413Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637779732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:56:20.513Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-30T10:56:20.519Z||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-30T10:56:20.519Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T10:56:20.540Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:20.540Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-30T10:56:21.420Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T10:56:21.421Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T10:56:21.423Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T10:56:21.424Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637779732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json", "status": "NOTIFIED" } 2022-03-30T10:56:21.524Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T10:56:21.525Z||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-30T10:56:21.525Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T10:56:21.542Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:21.543Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-30T10:56:22.425Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T10:56:22.426Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T10:56:22.429Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T10:56:22.429Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637779732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-30T10:56:22.530Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T10:56:22.531Z||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-30T10:56:22.531Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T10:56:22.548Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:22.549Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-30T10:56:23.430Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T10:56:23.431Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T10:56:23.433Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T10:56:23.434Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637779732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:56:23.534Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T10:56:23.536Z||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-30T10:56:23.536Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T10:56:23.553Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:23.554Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-30T10:56:24.434Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T10:56:24.436Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T10:56:24.440Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T10:56:24.440Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637779732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-30T10:56:24.540Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T10:56:24.541Z||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-30T10:56:24.542Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T10:56:24.558Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:24.559Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-30T10:56:25.441Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T10:56:25.442Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T10:56:25.445Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T10:56:25.445Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637779732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T10:56:25.545Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T10:56:25.546Z||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-30T10:56:25.547Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T10:56:25.574Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:25.575Z||pool-8-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-03-30T10:56:26.445Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T10:56:26.447Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T10:56:26.451Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T10:56:26.451Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637779732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "NOTIFIED" } 2022-03-30T10:56:26.551Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T10:56:26.554Z||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-30T10:56:26.554Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T10:56:26.576Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:26.577Z||pool-9-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-03-30T10:56:27.453Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "serviceName": "vFW 2022-03-30 10-53-42", "serviceVersion": "1.0", "serviceUUID": "d41f0fdb-c36a-4bbc-aa49-f351cc866477", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2be36b11-46a0-4fd9-bfaf-de6d6331b21a", "resources": [ { "resourceInstanceName": "vFW 34634663-195f 0", "resourceCustomizationUUID": "355340d9-69c2-451a-932d-aa09ed26dce8", "resourceName": "vFW 34634663-195f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a1d0428f-ce6f-4dc3-9289-83e9959f49c2", "resourceInvariantUUID": "37795a28-6ee2-421d-a1c2-1edd48c3a065", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw34634663195f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json", "artifactChecksum": "NTc1YzgzMzM1OGRjNjUzYmRhNTE1ZTYwNDQ4MzNmYzk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3bc8bb55-d170-4aa2-ba1b-066f2eca0c7e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ddc575df-4706-4c6b-9dff-769650166fe0", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "25735f04-1ae1-4492-a46e-268e97bc4a80", "generatedFromUUID": "ddc575df-4706-4c6b-9dff-769650166fe0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "25735f04-1ae1-4492-a46e-268e97bc4a80", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220330105342-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "artifactChecksum": "NGM3MDZmNTE5ZWEzYTFlMmNiNWZiOWM2ZmQyZjc3ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0e702af5-b861-4567-85fc-a557a6d3d4ca" } ], "workloadContext": "Production" } 2022-03-30T10:56:27.457Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-30T10:56:27.458Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d41f0fdb-c36a-4bbc-aa49-f351cc866477 ASDC 2022-03-30T10:56:27.592Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:924a1584-ff85-4c05-8621-1f64e0fab5f4 ServiceName:vFW 2022-03-30 10-53-42 ServiceVersion:1.0 ServiceUUID:d41f0fdb-c36a-4bbc-aa49-f351cc866477 ServiceInvariantUUID:2be36b11-46a0-4fd9-bfaf-de6d6331b21a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220330105342-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar ArtifactUUID:0e702af5-b861-4567-85fc-a557a6d3d4ca ArtifactChecksum:NGM3MDZmNTE5ZWEzYTFlMmNiNWZiOWM2ZmQyZjc3ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 34634663-195f 0 ResourceCustomizationUUID:355340d9-69c2-451a-932d-aa09ed26dce8 ResourceInvariantUUID:37795a28-6ee2-421d-a1c2-1edd48c3a065 ResourceName:vFW 34634663-195f ResourceType:VF ResourceUUID:a1d0428f-ce6f-4dc3-9289-83e9959f49c2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw34634663195f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json ArtifactUUID:3bc8bb55-d170-4aa2-ba1b-066f2eca0c7e ArtifactChecksum:NTc1YzgzMzM1OGRjNjUzYmRhNTE1ZTYwNDQ4MzNmYzk= 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/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml ArtifactUUID:ddc575df-4706-4c6b-9dff-769650166fe0 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/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env ArtifactUUID:25735f04-1ae1-4492-a46e-268e97bc4a80 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/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env ArtifactUUID:25735f04-1ae1-4492-a46e-268e97bc4a80 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-30T10:56:27.593Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d41f0fdb-c36a-4bbc-aa49-f351cc866477 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-30T10:56:27.848Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-30T10:56:27.849Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T10:56:27.850Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T10:56:27.851Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0e702af5-b861-4567-85fc-a557a6d3d4ca from URL: /sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:27.851Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T10:56:27.852Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:28.076Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T10:56:28.096Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar 0e702af5-b861-4567-85fc-a557a6d3d4ca 98954 2022-03-30T10:56:28.098Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar ASDC sendASDCNotification 2022-03-30T10:56:28.098Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:28.099Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T10:56:28.100Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T10:56:28.102Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T10:56:28.102Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637788096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T10:56:28.203Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T10:56:28.204Z||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-30T10:56:28.205Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T10:56:28.223Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:28.224Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-30T10:56:29.103Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-30T10:56:29.104Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T10:56:29.105Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0e702af5-b861-4567-85fc-a557a6d3d4ca, URL: /sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar to file: /app/ASDC/1/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:29.106Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220330105342-csar.csar 2022-03-30T10:56:29.183Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:29.184Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:29.987Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10619205372718146970/Definitions/service-Vfw20220330105342-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_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_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-03-30T10:56:32.599Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-30T10:56:32.605Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-30T10:56:32.605Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:32.605Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-30T10:56:32.605Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 34634663-195f 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-Vfw20220330105342-csar.csar 2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:32.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:32.607Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:32.607Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:32.607Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:32.607Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-30T10:56:32.613Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:32.614Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T10:56:32.618Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria 2022-03-30T10:56:32.619Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-30T10:56:32.620Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-30T10:56:32.622Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:32.622Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T10:56:32.623Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria 2022-03-30T10:56:32.623Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-30T10:56:32.623Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-30T10:56:32.623Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:32.623Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T10:56:32.627Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:32.628Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is not matching search criteria 2022-03-30T10:56:32.628Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-30T10:56:32.628Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-30T10:56:32.628Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-30T10:56:32.629Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-30T10:56:32.629Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-30T10:56:32.629Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T10:56:32.629Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-30T10:56:32.629Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-30T10:56:32.629Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-30T10:56:32.630Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-30T10:56:32.630Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-30T10:56:32.630Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-30T10:56:32.630Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-30T10:56:32.630Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-30T10:56:32.631Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T10:56:32.631Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-30T10:56:32.631Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:32.631Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-30T10:56:32.633Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:32.633Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria 2022-03-30T10:56:32.633Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T10:56:32.633Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:32.634Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria 2022-03-30T10:56:32.634Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T10:56:32.634Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:32.634Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria 2022-03-30T10:56:32.634Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T10:56:32.635Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:32.635Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is not matching search criteria 2022-03-30T10:56:32.635Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-30T10:56:32.635Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-30T10:56:32.636Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-30T10:56:32.636Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-30T10:56:32.636Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-30T10:56:32.636Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-30T10:56:32.636Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-30T10:56:32.636Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-30T10:56:32.637Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-30T10:56:32.637Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-30T10:56:32.637Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T10:56:32.637Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f77a3612-6ec6-4cb7-bacb-e3dd5537dffb 2022-03-30T10:56:32.637Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:32.638Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is not matching search criteria 2022-03-30T10:56:32.638Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-30T10:56:32.638Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-30T10:56:32.638Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-30T10:56:32.638Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-30T10:56:32.639Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-30T10:56:32.639Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T10:56:32.639Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-30T10:56:32.639Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-30T10:56:32.639Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-30T10:56:32.639Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-30T10:56:32.640Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-30T10:56:32.640Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T10:56:32.640Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dc8502ed-0754-493d-90c9-c0aa01c53afe 2022-03-30T10:56:32.640Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:32.641Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is not matching search criteria 2022-03-30T10:56:32.641Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-30T10:56:32.641Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-30T10:56:32.641Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-30T10:56:32.642Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-30T10:56:32.642Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-30T10:56:32.642Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T10:56:32.642Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-30T10:56:32.642Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-30T10:56:32.643Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-30T10:56:32.643Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-30T10:56:32.643Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-30T10:56:32.643Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-30T10:56:32.644Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=26c1a8ea-6771-4dac-a0a1-9291458916aa 2022-03-30T10:56:32.644Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:32.644Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T10:56:32.644Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:32.644Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T10:56:32.644Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:32.645Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T10:56:32.645Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:32.645Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T10:56:32.645Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-30 10-53-42 Description:catalog service description Model UUID:d41f0fdb-c36a-4bbc-aa49-f351cc866477 Model Version:NULL Model InvariantUuid:2be36b11-46a0-4fd9-bfaf-de6d6331b21a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 34634663-195f Model UUID:edfbdf5c-28bc-404b-8dca-ce50fe9813f2 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:37795a28-6ee2-421d-a1c2-1edd48c3a065 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:355340d9-69c2-451a-932d-aa09ed26dce8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5041be83-9782-4add-9f80-c701205c5dac ModelName:Vfw34634663195f..base_vfw..module-0 ModelUuid:b6da1688-f1bb-486c-bdef-23b7270e9a74 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f77a3612-6ec6-4cb7-bacb-e3dd5537dffb ModelInvariantUuid:043eb294-0395-4f06-b659-42d655750cc0 ModelName:vFW 34634663-195f-nodes.vfwCvfc ModelUuid:be7637ba-ab0b-43d2-8491-df4276433b51 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e26a2c9b-2aac-4234-b154-8f36b10e5b21 ModelInvariantUuid:d83ee4ca-617e-4a7c-860a-f34b0c4d9862 ModelName:Vfw34634663195f.compute.nodes.heat.vfw ModelUuid:4a7fdfaa-8e43-4f18-a9ef-11992bee9193 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:dc8502ed-0754-493d-90c9-c0aa01c53afe ModelInvariantUuid:96b57596-ee3d-4846-a607-772fa5da2a45 ModelName:vFW 34634663-195f-nodes.vsnCvfc ModelUuid:51618fa3-f958-44f9-a1bf-c3113b8ab8a0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:7395d027-51e2-4435-b4d7-86df0e603f13 ModelInvariantUuid:78650fc5-e106-4a3d-843a-434deaf3179f ModelName:Vfw34634663195f.compute.nodes.heat.vsn ModelUuid:e9f429ed-1c41-40c1-beba-ca96ab978af0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:26c1a8ea-6771-4dac-a0a1-9291458916aa ModelInvariantUuid:088e16cc-f4f2-489f-8c8c-ec6e27eb203d ModelName:vFW 34634663-195f-nodes.vpgCvfc ModelUuid:465eb76e-4b43-45d9-9781-39ef74d65015 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:06019d09-9223-4bb7-bf95-0093b27ae3b4 ModelInvariantUuid:b2c25f6b-974c-4d12-96f2-e3515367b164 ModelName:Vfw34634663195f.compute.nodes.heat.vpg ModelUuid:2456ddf8-312d-45e2-bf24-54f5369c04e6 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-30T10:56:32.676Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a1d0428f-ce6f-4dc3-9289-83e9959f49c2 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-30T10:56:32.768Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||vFW 34634663-195f 0 2022-03-30T10:56:32.775Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a1d0428f-ce6f-4dc3-9289-83e9959f49c2 2022-03-30T10:56:32.775Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3bc8bb55-d170-4aa2-ba1b-066f2eca0c7e from URL: /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json 2022-03-30T10:56:32.775Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T10:56:32.775Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json 2022-03-30T10:56:33.102Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T10:56:33.103Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json 3bc8bb55-d170-4aa2-ba1b-066f2eca0c7e 785 2022-03-30T10:56:33.104Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json ASDC sendASDCNotification 2022-03-30T10:56:33.104Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json 2022-03-30T10:56:33.104Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T10:56:33.105Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T10:56:33.109Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T10:56:33.109Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637793104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T10:56:33.209Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T10:56:33.210Z||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-30T10:56:33.210Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T10:56:33.226Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:33.227Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-30T10:56:34.110Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw34634663195f..base_vfw..module-0", "vfModuleModelInvariantUUID": "5041be83-9782-4add-9f80-c701205c5dac", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b6da1688-f1bb-486c-bdef-23b7270e9a74", "vfModuleModelCustomizationUUID": "be857469-e8b1-46de-a607-eecd3ff8425c", "isBase": true, "artifacts": [ "ddc575df-4706-4c6b-9dff-769650166fe0", "25735f04-1ae1-4492-a46e-268e97bc4a80" ], "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-30T10:56:34.128Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw34634663195f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b6da1688-f1bb-486c-bdef-23b7270e9a74 VfModuleModelInvariantUUID:5041be83-9782-4add-9f80-c701205c5dac VfModuleModelDescription:NULL Artifacts UUID List:{ ddc575df-4706-4c6b-9dff-769650166fe0 , 25735f04-1ae1-4492-a46e-268e97bc4a80 } 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-30T10:56:34.132Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw34634663195f..base_vfw..module-0", "vfModuleModelInvariantUUID": "5041be83-9782-4add-9f80-c701205c5dac", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b6da1688-f1bb-486c-bdef-23b7270e9a74", "vfModuleModelCustomizationUUID": "be857469-e8b1-46de-a607-eecd3ff8425c", "isBase": true, "artifacts": [ "ddc575df-4706-4c6b-9dff-769650166fe0", "25735f04-1ae1-4492-a46e-268e97bc4a80" ], "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-30T10:56:34.132Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw34634663195f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b6da1688-f1bb-486c-bdef-23b7270e9a74 VfModuleModelInvariantUUID:5041be83-9782-4add-9f80-c701205c5dac VfModuleModelDescription:NULL Artifacts UUID List:{ ddc575df-4706-4c6b-9dff-769650166fe0 , 25735f04-1ae1-4492-a46e-268e97bc4a80 } 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-30T10:56:34.132Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ddc575df-4706-4c6b-9dff-769650166fe0 from URL: /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml 2022-03-30T10:56:34.132Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T10:56:34.132Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml 2022-03-30T10:56:34.327Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T10:56:34.328Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml ddc575df-4706-4c6b-9dff-769650166fe0 20368 2022-03-30T10:56:34.328Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-30T10:56:34.329Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml 2022-03-30T10:56:34.329Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T10:56:34.329Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T10:56:34.334Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T10:56:34.334Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637794328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T10:56:34.434Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T10:56:34.435Z||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-30T10:56:34.435Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T10:56:34.449Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:34.450Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-30T10:56:35.335Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 25735f04-1ae1-4492-a46e-268e97bc4a80 from URL: /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env 2022-03-30T10:56:35.335Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T10:56:35.336Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env 2022-03-30T10:56:36.121Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T10:56:36.122Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env 25735f04-1ae1-4492-a46e-268e97bc4a80 2098 2022-03-30T10:56:36.122Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-30T10:56:36.122Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env 2022-03-30T10:56:36.122Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T10:56:36.123Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T10:56:36.126Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T10:56:36.126Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637796122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-30T10:56:36.226Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T10:56:36.227Z||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-30T10:56:36.228Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T10:56:36.242Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:36.243Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-30T10:56:37.127Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d41f0fdb-c36a-4bbc-aa49-f351cc866477 2022-03-30T10:56:37.127Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 34634663-195f 0 a1d0428f-ce6f-4dc3-9289-83e9959f49c2 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-30T10:56:37.166Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ea54a87, org.onap.sdc.toscaparser.api.parameters.Input@6f2bc3cf, org.onap.sdc.toscaparser.api.parameters.Input@64593bd8, org.onap.sdc.toscaparser.api.parameters.Input@5114764d, org.onap.sdc.toscaparser.api.parameters.Input@5561ff9a] 2022-03-30T10:56:37.170Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.170Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T10:56:37.171Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-30T10:56:37.171Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 355340d9-69c2-451a-932d-aa09ed26dce8 2022-03-30T10:56:37.171Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 355340d9-69c2-451a-932d-aa09ed26dce8 matches Tosca VF Customization UUID: 355340d9-69c2-451a-932d-aa09ed26dce8 2022-03-30T10:56:37.171Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 355340d9-69c2-451a-932d-aa09ed26dce8 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-30T10:56:37.178Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.179Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T10:56:37.180Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 355340d9-69c2-451a-932d-aa09ed26dce8: {\"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-30T10:56:37.181Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38c44c0c 2022-03-30T10:56:37.181Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.181Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-30T10:56:37.182Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : be857469-e8b1-46de-a607-eecd3ff8425c 2022-03-30T10:56:37.183Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID be857469-e8b1-46de-a607-eecd3ff8425c 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-30T10:56:37.190Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.190Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria 2022-03-30T10:56:37.190Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T10:56:37.191Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.191Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria 2022-03-30T10:56:37.191Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T10:56:37.192Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.192Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is not matching search criteria 2022-03-30T10:56:37.192Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-30T10:56:37.192Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-30T10:56:37.192Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-30T10:56:37.193Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-30T10:56:37.193Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-30T10:56:37.193Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-30T10:56:37.193Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-30T10:56:37.193Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-30T10:56:37.193Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-30T10:56:37.194Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-30T10:56:37.194Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T10:56:37.194Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f77a3612-6ec6-4cb7-bacb-e3dd5537dffb 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-30T10:56:37.210Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.211Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria 2022-03-30T10:56:37.211Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T10:56:37.211Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.212Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is not matching search criteria 2022-03-30T10:56:37.212Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-30T10:56:37.212Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-30T10:56:37.212Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-30T10:56:37.212Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-30T10:56:37.212Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-30T10:56:37.212Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T10:56:37.213Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-30T10:56:37.213Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-30T10:56:37.213Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-30T10:56:37.213Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-30T10:56:37.214Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-30T10:56:37.214Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T10:56:37.214Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dc8502ed-0754-493d-90c9-c0aa01c53afe 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-30T10:56:37.217Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.217Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria 2022-03-30T10:56:37.217Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T10:56:37.220Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.220Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is not matching search criteria 2022-03-30T10:56:37.221Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-30T10:56:37.221Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-30T10:56:37.221Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-30T10:56:37.221Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-30T10:56:37.221Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-30T10:56:37.221Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T10:56:37.222Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-30T10:56:37.222Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-30T10:56:37.222Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-30T10:56:37.222Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-30T10:56:37.222Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-30T10:56:37.222Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-30T10:56:37.223Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=26c1a8ea-6771-4dac-a0a1-9291458916aa 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-30T10:56:37.225Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.226Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria 2022-03-30T10:56:37.226Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T10:56:37.226Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.226Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Node template vFW 34634663-195f 0 is matching search criteria 2022-03-30T10:56:37.227Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 34634663-195f 0] matching following query criteria: sdcType=VF, customizationUUID=355340d9-69c2-451a-932d-aa09ed26dce8 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-30T10:56:37.229Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.230Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T10:56:37.230Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d41f0fdb-c36a-4bbc-aa49-f351cc866477: vFW 34634663-195f 2022-03-30T10:56:37.231Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.231Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T10:56:37.231Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.231Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T10:56:37.231Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.232Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T10:56:37.232Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.232Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T10:56:37.232Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T10:56:37.232Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-53-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T10:56:37.233Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-30 10-53-42 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-30T10:56:37.531Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 34634663-195f a1d0428f-ce6f-4dc3-9289-83e9959f49c2 1 ASDC deployResourceStructure 2022-03-30T10:56:37.532Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json ASDC sendASDCNotification 2022-03-30T10:56:37.532Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json 2022-03-30T10:56:37.532Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T10:56:37.533Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T10:56:37.534Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T10:56:37.534Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637797532, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T10:56:37.635Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T10:56:37.638Z||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-30T10:56:37.638Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T10:56:37.659Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:37.660Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":2,"count":1} 2022-03-30T10:56:38.536Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-30T10:56:38.536Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml 2022-03-30T10:56:38.536Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T10:56:38.537Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T10:56:38.539Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T10:56:38.540Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637798536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-30T10:56:38.640Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T10:56:38.641Z||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-30T10:56:38.641Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T10:56:38.659Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:38.661Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-30T10:56:39.541Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-30T10:56:39.541Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env 2022-03-30T10:56:39.542Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T10:56:39.542Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T10:56:39.544Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T10:56:39.544Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637799540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-30T10:56:39.644Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T10:56:39.646Z||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-30T10:56:39.646Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T10:56:39.662Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:39.662Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-30T10:56:40.545Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar ASDC sendASDCNotification 2022-03-30T10:56:40.546Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar 2022-03-30T10:56:40.546Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T10:56:40.546Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T10:56:40.549Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T10:56:40.549Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637800545, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T10:56:40.649Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T10:56:40.650Z||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-30T10:56:40.650Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T10:56:40.664Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:56:40.665Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-30T10:56:41.550Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T10:56:41.575Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:56:41.578Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T10:56:41.579Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T10:56:41.579Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T10:57:11.579Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T10:57:11.591Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:57:11.593Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T10:57:11.593Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T10:57:11.593Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T10:57:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:57:19.735Z||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-30T10:57:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:57:19.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:57:19.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:57:19.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "multicloud-k8s-id", "timestamp": 1648637776390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json", "status": "NOTIFIED" } 2022-03-30T10:57:19.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:57:41.593Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T10:57:41.603Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:57:41.605Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T10:57:41.605Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T10:57:41.605Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T10:58:11.606Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T10:58:11.617Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:58:11.620Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T10:58:11.620Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T10:58:11.620Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T10:58:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:58:19.735Z||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-30T10:58:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:58:19.772Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:58:19.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:58:19.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "cds", "timestamp": 1648637775106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T10:58:19.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:58:41.620Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T10:58:41.630Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:58:41.632Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T10:58:41.632Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T10:58:41.633Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T10:59:11.633Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T10:59:11.644Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:59:11.645Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T10:59:11.645Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T10:59:11.646Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T10:59:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T10:59:19.735Z||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-30T10:59:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T10:59:20.320Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T10:59:20.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637779732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "multicloud-k8s-id", "timestamp": 1648637776390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-30T10:59:20.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "cds", "timestamp": 1648637775106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637779732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json", "status": "NOTIFIED" } 2022-03-30T10:59:20.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "multicloud-k8s-id", "timestamp": 1648637776390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.329Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "cds", "timestamp": 1648637775106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.330Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637779732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-30T10:59:20.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "cds", "timestamp": 1648637775106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "multicloud-k8s-id", "timestamp": 1648637776390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-30T10:59:20.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637779732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "cds", "timestamp": 1648637775106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "multicloud-k8s-id", "timestamp": 1648637776390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637779732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-30T10:59:20.338Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "clamp", "timestamp": 1648637784331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "multicloud-k8s-id", "timestamp": 1648637776390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "NOTIFIED" } 2022-03-30T10:59:20.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "cds", "timestamp": 1648637775106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "NOTIFIED" } 2022-03-30T10:59:20.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637779732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "clamp", "timestamp": 1648637784331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json", "status": "NOTIFIED" } 2022-03-30T10:59:20.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637779732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "NOTIFIED" } 2022-03-30T10:59:20.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "multicloud-k8s-id", "timestamp": 1648637785152, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T10:59:20.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "cds", "timestamp": 1648637785130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T10:59:20.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "ves-openapi-manager", "timestamp": 1648637786486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "clamp", "timestamp": 1648637784331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "policy-id", "timestamp": 1648637785196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "cds", "timestamp": 1648637786162, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-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-30T10:59:20.356Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 924a1584-ff85-4c05-8621-1f64e0fab5f4 2022-03-30T10:59:20.356Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:59:20.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "ves-openapi-manager", "timestamp": 1648637786486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "multicloud-k8s-id", "timestamp": 1648637786358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T10:59:20.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "clamp", "timestamp": 1648637784331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637788096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T10:59:20.369Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "policy-id", "timestamp": 1648637785196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "ves-openapi-manager", "timestamp": 1648637786486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "multicloud-k8s-id", "timestamp": 1648637787551, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-30T10:59:20.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "clamp", "timestamp": 1648637784331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "policy-id", "timestamp": 1648637785196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-30T10:59:20.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "ves-openapi-manager", "timestamp": 1648637786486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "clamp", "timestamp": 1648637784331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "multicloud-k8s-id", "timestamp": 1648637788630, "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-30T10:59:20.380Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 924a1584-ff85-4c05-8621-1f64e0fab5f4 2022-03-30T10:59:20.380Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:59:20.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "policy-id", "timestamp": 1648637785196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "ves-openapi-manager", "timestamp": 1648637786486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "clamp", "timestamp": 1648637784331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "NOTIFIED" } 2022-03-30T10:59:20.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "multicloud-k8s-id", "timestamp": 1648637789635, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T10:59:20.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "policy-id", "timestamp": 1648637785196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "ves-openapi-manager", "timestamp": 1648637786486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "policy-id", "timestamp": 1648637785196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "ves-openapi-manager", "timestamp": 1648637786486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637793104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T10:59:20.398Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "policy-id", "timestamp": 1648637785196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "NOTIFIED" } 2022-03-30T10:59:20.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637794328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T10:59:20.399Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "policy-id", "timestamp": 1648637793129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T10:59:20.400Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "aai-ml", "timestamp": 1648637794577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "policy-id", "timestamp": 1648637794139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T10:59:20.402Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637796122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-30T10:59:20.402Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "aai-ml", "timestamp": 1648637794577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "policy-id", "timestamp": 1648637795146, "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-30T10:59:20.410Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 924a1584-ff85-4c05-8621-1f64e0fab5f4 2022-03-30T10:59:20.410Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:59:20.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "aai-ml", "timestamp": 1648637794577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648637795555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637797532, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T10:59:20.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "clamp", "timestamp": 1648637797642, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T10:59:20.422Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "aai-ml", "timestamp": 1648637794577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648637795555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vfw34634663195f0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637798536, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-30T10:59:20.424Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "clamp", "timestamp": 1648637798913, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T10:59:20.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "aai-ml", "timestamp": 1648637794577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648637795555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637799540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-30T10:59:20.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "clamp", "timestamp": 1648637799918, "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-30T10:59:20.433Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 924a1584-ff85-4c05-8621-1f64e0fab5f4 2022-03-30T10:59:20.434Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:59:20.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "aai-ml", "timestamp": 1648637794577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648637795555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648637800545, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T10:59:20.445Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "aai-ml", "timestamp": 1648637794577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "NOTIFIED" } 2022-03-30T10:59:20.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648637795555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/resourceInstances/vfw34634663195f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648637795555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T10:59:20.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "aai-ml", "timestamp": 1648637802608, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T10:59:20.447Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648637795555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "NOTIFIED" } 2022-03-30T10:59:20.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T10:59:20.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648637803405, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T10:59:20.448Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648637808708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T10:59:20.449Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648637809712, "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-30T10:59:20.455Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 924a1584-ff85-4c05-8621-1f64e0fab5f4 2022-03-30T10:59:20.455Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:59:20.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "aai-ml", "timestamp": 1648637822677, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105342/1.0/artifacts/service-Vfw20220330105342-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T10:59:20.465Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T10:59:20.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T10:59:20.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "aai-ml", "timestamp": 1648637823683, "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-30T10:59:20.470Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 924a1584-ff85-4c05-8621-1f64e0fab5f4 2022-03-30T10:59:20.470Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:59:41.646Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T10:59:41.659Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T10:59:41.662Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T10:59:41.662Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T10:59:41.663Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-30T10:59:41.669Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-30T11:00:11.669Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 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-30T11:00:11.680Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 924a1584-ff85-4c05-8621-1f64e0fab5f4 and serviceModelVersionId: d41f0fdb-c36a-4bbc-aa49-f351cc866477 2022-03-30T11:00:11.680Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2be36b11-46a0-4fd9-bfaf-de6d6331b21a 2022-03-30T11:00:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:00:19.735Z||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-30T11:00:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:00:20.136Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:20.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "ves-openapi-manager", "timestamp": 1648638006486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638005557, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "policy-id", "timestamp": 1648638005196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "ves-openapi-manager", "timestamp": 1648638006486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638005557, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "policy-id", "timestamp": 1648638005196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638005557, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "ves-openapi-manager", "timestamp": 1648638006486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "policy-id", "timestamp": 1648638005196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-30T11:00:20.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "cds", "timestamp": 1648638015106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638005557, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "ves-openapi-manager", "timestamp": 1648638006486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "policy-id", "timestamp": 1648638005196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "cds", "timestamp": 1648638015106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "multicloud-k8s-id", "timestamp": 1648638016390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638005557, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "ves-openapi-manager", "timestamp": 1648638006486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "policy-id", "timestamp": 1648638005196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "cds", "timestamp": 1648638015106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:20.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:20.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:00:20.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "multicloud-k8s-id", "timestamp": 1648638016390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:00:20.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:00:26.926Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2be36b11-46a0-4fd9-bfaf-de6d6331b21a/model-vers/model-ver/d41f0fdb-c36a-4bbc-aa49-f351cc866477?depth=0 2022-03-30T11:00:27.042Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-30T11:00:27.573Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be36b11-46a0-4fd9-bfaf-de6d6331b21a/model-vers/model-ver/d41f0fdb-c36a-4bbc-aa49-f351cc866477?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-30T11:00:27.577Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be36b11-46a0-4fd9-bfaf-de6d6331b21a/model-vers/model-ver/d41f0fdb-c36a-4bbc-aa49-f351cc866477?depth=0|INFO|500||Invoke 2022-03-30T11:00:27.700Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be36b11-46a0-4fd9-bfaf-de6d6331b21a/model-vers/model-ver/d41f0fdb-c36a-4bbc-aa49-f351cc866477?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-30T11:00:27.945Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be36b11-46a0-4fd9-bfaf-de6d6331b21a/model-vers/model-ver/d41f0fdb-c36a-4bbc-aa49-f351cc866477?depth=0|INFO|500||InvokeReturn 2022-03-30T11:00:27.946Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2be36b11-46a0-4fd9-bfaf-de6d6331b21a/model-vers/model-ver/d41f0fdb-c36a-4bbc-aa49-f351cc866477?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220330-11:00:26:494-31405], vertex-id=[176336], Content-Length=[0], Date=[Wed, 30 Mar 2022 11:00:26 GMT], Content-Type=[application/json]} 2022-03-30T11:00:27.948Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-03-30T11:00:27.951Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-30T11:00:27.952Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-30T11:00:27.958Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-30T11:00:27.959Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 924a1584-ff85-4c05-8621-1f64e0fab5f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-30T11:00:27.960Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-30T11:00:27.961Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:00:27.963Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:00:27.963Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638027959, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-30T11:00:28.063Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:00:28.065Z||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-30T11:00:28.065Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:00:28.083Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:28.084Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-30T11:00:28.977Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:00:28.978Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|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-30T11:00:28.979Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:00:33.308Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:33.310Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:00:33.310Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"dabeecd9-b958-4f43-9f0e-2a282b550432","serviceName":"vFW 2022-03-30 10-57-56","serviceVersion":"1.0","serviceUUID":"1e6b5da3-8325-4230-92dd-c3c188b6fc98","serviceDescription":"catalog service description","serviceInvariantUUID":"96664305-6e85-49a1-9234-59ac8ed9fb7d","resources":[{"resourceInstanceName":"vFW 4092135f-160b 0","resourceName":"vFW 4092135f-160b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"86295d93-26ac-4def-8c23-bdf94e54f713","resourceInvariantUUID":"26f167ab-6b33-42e9-ba4d-3faaf6ba9585","resourceCustomizationUUID":"f12e8c14-a6be-4788-9d24-d106dd0565ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml","artifactChecksum":"NzNjMWVjMThhYTkyMWM3NzZhZmU4MTFhY2FiOTcwYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"78c2598a-5434-47ad-a397-a105612c4e51","artifactVersion":"1"},{"artifactName":"vfw4092135f160b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json","artifactChecksum":"ODlhMDczZDJjZWRlNDM5ODJhZGVlZTU5MWI3NjJjZGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f1ae801d-484e-4acd-81bb-ac1b6227d63e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"eb70e0d1-5c60-49c0-89b5-5a8212247c30","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml","artifactChecksum":"NGMzOWQwNTgzZmExYjY1YjE1NGY0YmU3ODJhN2FiMTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"242dc14a-c1cf-4a50-b0f3-e435bdcfed32","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"546e9b59-e948-46e1-81e3-9d08926a2785","artifactVersion":"2","generatedFromUUID":"eb70e0d1-5c60-49c0-89b5-5a8212247c30"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220330105756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml","artifactChecksum":"NGE2MDk5YTlmYzI1MzQzODM5ZDk4ODFhYjRmOWNjMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d8c6b25-42cc-46ca-87c9-84d7df637f7f","artifactVersion":"1"},{"artifactName":"service-Vfw20220330105756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar","artifactChecksum":"MzQzZTRjYjdmZmZjODBiMmI3MTBlNmRlYzczMzE3NDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a6c729e-ece0-4ca2-a626-541ea16dfd0d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-30T11:00:33.313Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:00:33.313Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:00:33.315Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:00:33.315Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638028977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:33.416Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:00:33.417Z||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-30T11:00:33.417Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:00:33.432Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:33.433Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:00:34.316Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:00:34.317Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:00:34.320Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:00:34.320Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638028977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:00:34.420Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:00:34.421Z||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-30T11:00:34.421Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:00:34.437Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:34.437Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:00:35.320Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:00:35.321Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:00:35.325Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:00:35.325Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638028977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-30T11:00:35.425Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T11:00:35.427Z||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-30T11:00:35.427Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:00:35.440Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:35.441Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:00:36.326Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:00:36.328Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:00:36.333Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:00:36.333Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638028977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:36.431Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-30T11:00:36.432Z||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-30T11:00:36.433Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:00:36.451Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:36.452Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:00:37.336Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:00:37.337Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:00:37.339Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:00:37.339Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638028977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-30T11:00:37.439Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:00:37.440Z||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-30T11:00:37.440Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:00:37.457Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:37.458Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:00:38.339Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:00:38.341Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:00:38.343Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:00:38.343Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638028977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:00:38.444Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:00:38.445Z||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-30T11:00:38.445Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:00:38.458Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:38.459Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:00:39.347Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:00:39.348Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:00:39.351Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:00:39.352Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638028977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:00:39.452Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:00:39.453Z||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-30T11:00:39.453Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:00:39.466Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:39.467Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:00:40.354Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "serviceName": "vFW 2022-03-30 10-57-56", "serviceVersion": "1.0", "serviceUUID": "1e6b5da3-8325-4230-92dd-c3c188b6fc98", "serviceDescription": "catalog service description", "serviceInvariantUUID": "96664305-6e85-49a1-9234-59ac8ed9fb7d", "resources": [ { "resourceInstanceName": "vFW 4092135f-160b 0", "resourceCustomizationUUID": "f12e8c14-a6be-4788-9d24-d106dd0565ef", "resourceName": "vFW 4092135f-160b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "86295d93-26ac-4def-8c23-bdf94e54f713", "resourceInvariantUUID": "26f167ab-6b33-42e9-ba4d-3faaf6ba9585", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw4092135f160b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json", "artifactChecksum": "ODlhMDczZDJjZWRlNDM5ODJhZGVlZTU5MWI3NjJjZGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f1ae801d-484e-4acd-81bb-ac1b6227d63e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "eb70e0d1-5c60-49c0-89b5-5a8212247c30", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "546e9b59-e948-46e1-81e3-9d08926a2785", "generatedFromUUID": "eb70e0d1-5c60-49c0-89b5-5a8212247c30" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "546e9b59-e948-46e1-81e3-9d08926a2785", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220330105756-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "artifactChecksum": "MzQzZTRjYjdmZmZjODBiMmI3MTBlNmRlYzczMzE3NDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8a6c729e-ece0-4ca2-a626-541ea16dfd0d" } ], "workloadContext": "Production" } 2022-03-30T11:00:40.355Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-30T11:00:40.355Z|924a1584-ff85-4c05-8621-1f64e0fab5f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1e6b5da3-8325-4230-92dd-c3c188b6fc98 ASDC 2022-03-30T11:00:40.355Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:dabeecd9-b958-4f43-9f0e-2a282b550432 ServiceName:vFW 2022-03-30 10-57-56 ServiceVersion:1.0 ServiceUUID:1e6b5da3-8325-4230-92dd-c3c188b6fc98 ServiceInvariantUUID:96664305-6e85-49a1-9234-59ac8ed9fb7d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220330105756-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar ArtifactUUID:8a6c729e-ece0-4ca2-a626-541ea16dfd0d ArtifactChecksum:MzQzZTRjYjdmZmZjODBiMmI3MTBlNmRlYzczMzE3NDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 4092135f-160b 0 ResourceCustomizationUUID:f12e8c14-a6be-4788-9d24-d106dd0565ef ResourceInvariantUUID:26f167ab-6b33-42e9-ba4d-3faaf6ba9585 ResourceName:vFW 4092135f-160b ResourceType:VF ResourceUUID:86295d93-26ac-4def-8c23-bdf94e54f713 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw4092135f160b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json ArtifactUUID:f1ae801d-484e-4acd-81bb-ac1b6227d63e ArtifactChecksum:ODlhMDczZDJjZWRlNDM5ODJhZGVlZTU5MWI3NjJjZGM= 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/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml ArtifactUUID:eb70e0d1-5c60-49c0-89b5-5a8212247c30 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/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env ArtifactUUID:546e9b59-e948-46e1-81e3-9d08926a2785 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/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env ArtifactUUID:546e9b59-e948-46e1-81e3-9d08926a2785 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-30T11:00:40.355Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1e6b5da3-8325-4230-92dd-c3c188b6fc98 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-30T11:00:40.386Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-30T11:00:40.387Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T11:00:40.387Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T11:00:40.387Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a6c729e-ece0-4ca2-a626-541ea16dfd0d from URL: /sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:40.387Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:00:40.388Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:40.558Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:00:40.562Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar 8a6c729e-ece0-4ca2-a626-541ea16dfd0d 99003 2022-03-30T11:00:40.563Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar ASDC sendASDCNotification 2022-03-30T11:00:40.563Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:40.563Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:00:40.563Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:00:40.565Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:00:40.566Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638040563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:00:40.666Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:00:40.667Z||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-30T11:00:40.667Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:00:40.685Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:40.685Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:00:41.566Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-30T11:00:41.567Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T11:00:41.567Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a6c729e-ece0-4ca2-a626-541ea16dfd0d, URL: /sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar to file: /app/ASDC/1/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:41.568Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220330105756-csar.csar 2022-03-30T11:00:41.568Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:41.568Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:41.709Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2172234113821986222/Definitions/service-Vfw20220330105756-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-30T11:00:43.694Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-30T11:00:43.694Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-30T11:00:43.694Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:43.694Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-30T11:00:43.694Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:43.695Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:43.696Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:43.696Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4092135f-160b 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-Vfw20220330105756-csar.csar 2022-03-30T11:00:43.696Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:43.696Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-30T11:00:43.696Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:43.696Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:00:43.696Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria 2022-03-30T11:00:43.697Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-30T11:00:43.697Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-30T11:00:43.697Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:43.697Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:00:43.697Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria 2022-03-30T11:00:43.697Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-30T11:00:43.697Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-30T11:00:43.698Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:43.698Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:00:43.698Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:43.698Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is not matching search criteria 2022-03-30T11:00:43.698Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-30T11:00:43.698Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-30T11:00:43.699Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-30T11:00:43.699Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-30T11:00:43.699Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-30T11:00:43.699Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-30T11:00:43.699Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T11:00:43.699Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-30T11:00:43.699Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-30T11:00:43.700Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-30T11:00:43.700Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-30T11:00:43.700Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-30T11:00:43.700Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-30T11:00:43.700Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-30T11:00:43.700Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T11:00:43.700Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-30T11:00:43.701Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:43.701Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-30T11:00:43.701Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:43.701Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria 2022-03-30T11:00:43.701Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:00:43.701Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:43.702Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria 2022-03-30T11:00:43.702Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:00:43.702Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:43.702Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria 2022-03-30T11:00:43.702Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:00:43.702Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:43.703Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is not matching search criteria 2022-03-30T11:00:43.703Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-30T11:00:43.703Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-30T11:00:43.703Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-30T11:00:43.703Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-30T11:00:43.703Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-30T11:00:43.703Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-30T11:00:43.704Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-30T11:00:43.704Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-30T11:00:43.704Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-30T11:00:43.704Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-30T11:00:43.704Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T11:00:43.704Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2cc0df4f-5758-47d5-a453-d6073f985553 2022-03-30T11:00:43.704Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:43.705Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is not matching search criteria 2022-03-30T11:00:43.705Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-30T11:00:43.705Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-30T11:00:43.705Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-30T11:00:43.705Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-30T11:00:43.705Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-30T11:00:43.705Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-30T11:00:43.706Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T11:00:43.706Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-30T11:00:43.706Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-30T11:00:43.706Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-30T11:00:43.706Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-30T11:00:43.706Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T11:00:43.706Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1bd692b-d43d-42e2-b269-619fcca0c9b7 2022-03-30T11:00:43.707Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:43.707Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is not matching search criteria 2022-03-30T11:00:43.707Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-30T11:00:43.707Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-30T11:00:43.707Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-30T11:00:43.707Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-30T11:00:43.707Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-30T11:00:43.708Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-30T11:00:43.708Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T11:00:43.708Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-30T11:00:43.708Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-30T11:00:43.708Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-30T11:00:43.708Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-30T11:00:43.708Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-30T11:00:43.709Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e80b4351-777a-4ee1-930b-2d95ea6407d1 2022-03-30T11:00:43.709Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:43.709Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:00:43.709Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:43.709Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:00:43.709Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:43.710Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:00:43.710Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:43.710Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:00:43.710Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-30 10-57-56 Description:catalog service description Model UUID:1e6b5da3-8325-4230-92dd-c3c188b6fc98 Model Version:NULL Model InvariantUuid:96664305-6e85-49a1-9234-59ac8ed9fb7d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 4092135f-160b Model UUID:cbc02a6e-b439-4664-bd9d-8280b4d02b4d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:26f167ab-6b33-42e9-ba4d-3faaf6ba9585 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f12e8c14-a6be-4788-9d24-d106dd0565ef NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:adb7c07a-ad88-4acc-a48b-0076978a3314 ModelName:Vfw4092135f160b..base_vfw..module-0 ModelUuid:77b67dcd-4974-4c60-8a0c-98e748af0bd6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2cc0df4f-5758-47d5-a453-d6073f985553 ModelInvariantUuid:41e215f3-eb34-4d38-abe2-1638d0276d38 ModelName:vFW 4092135f-160b-nodes.vfwCvfc ModelUuid:ac480b16-52e9-4231-a0e4-c34184b27120 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:6ab32959-707f-400d-ba6a-d0a9113ee51d ModelInvariantUuid:ff1a6dd3-5b32-4040-ba8b-73767df6e1fe ModelName:Vfw4092135f160b.compute.nodes.heat.vfw ModelUuid:11cf2d7c-abe1-4567-b6f1-be8f71eb937b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c1bd692b-d43d-42e2-b269-619fcca0c9b7 ModelInvariantUuid:e896ab21-a8e1-4410-b668-ce9b0ef4fc7e ModelName:vFW 4092135f-160b-nodes.vsnCvfc ModelUuid:67a24906-87d1-4be8-9d66-378d836b1ca3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:047d5150-78de-4514-a0d4-76fc0256e2b5 ModelInvariantUuid:6f0a0d80-22ab-43c8-b846-f77a838f8a2b ModelName:Vfw4092135f160b.compute.nodes.heat.vsn ModelUuid:d9690dea-3f30-4c07-b00c-fa42846b27aa ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e80b4351-777a-4ee1-930b-2d95ea6407d1 ModelInvariantUuid:12f65a76-2f31-4597-b530-c0a6033b1b43 ModelName:vFW 4092135f-160b-nodes.vpgCvfc ModelUuid:599a96e4-74a8-41d2-8d2a-8fa0cd8bdfb1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:570eba3d-41cf-4133-b2e3-7dcd47b8d95f ModelInvariantUuid:9c88bcff-8cee-41e5-aef5-36e21d03b96a ModelName:Vfw4092135f160b.compute.nodes.heat.vpg ModelUuid:41908259-8cff-4f1e-9b3d-320bb7c86e85 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-30T11:00:43.718Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 86295d93-26ac-4def-8c23-bdf94e54f713 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-30T11:00:43.720Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||vFW 4092135f-160b 0 2022-03-30T11:00:43.720Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 86295d93-26ac-4def-8c23-bdf94e54f713 2022-03-30T11:00:43.720Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f1ae801d-484e-4acd-81bb-ac1b6227d63e from URL: /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json 2022-03-30T11:00:43.721Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:00:43.721Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json 2022-03-30T11:00:43.857Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:00:43.858Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json f1ae801d-484e-4acd-81bb-ac1b6227d63e 785 2022-03-30T11:00:43.858Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json ASDC sendASDCNotification 2022-03-30T11:00:43.858Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json 2022-03-30T11:00:43.859Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:00:43.859Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:00:43.862Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:00:43.862Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638043858, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T11:00:43.962Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:00:43.963Z||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-30T11:00:43.963Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:00:43.977Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:43.977Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:00:44.862Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4092135f160b..base_vfw..module-0", "vfModuleModelInvariantUUID": "adb7c07a-ad88-4acc-a48b-0076978a3314", "vfModuleModelVersion": "1", "vfModuleModelUUID": "77b67dcd-4974-4c60-8a0c-98e748af0bd6", "vfModuleModelCustomizationUUID": "5499d701-f4c4-4028-ac2d-a570f1ff11fa", "isBase": true, "artifacts": [ "eb70e0d1-5c60-49c0-89b5-5a8212247c30", "546e9b59-e948-46e1-81e3-9d08926a2785" ], "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-30T11:00:44.867Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4092135f160b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:77b67dcd-4974-4c60-8a0c-98e748af0bd6 VfModuleModelInvariantUUID:adb7c07a-ad88-4acc-a48b-0076978a3314 VfModuleModelDescription:NULL Artifacts UUID List:{ eb70e0d1-5c60-49c0-89b5-5a8212247c30 , 546e9b59-e948-46e1-81e3-9d08926a2785 } 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-30T11:00:44.868Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4092135f160b..base_vfw..module-0", "vfModuleModelInvariantUUID": "adb7c07a-ad88-4acc-a48b-0076978a3314", "vfModuleModelVersion": "1", "vfModuleModelUUID": "77b67dcd-4974-4c60-8a0c-98e748af0bd6", "vfModuleModelCustomizationUUID": "5499d701-f4c4-4028-ac2d-a570f1ff11fa", "isBase": true, "artifacts": [ "eb70e0d1-5c60-49c0-89b5-5a8212247c30", "546e9b59-e948-46e1-81e3-9d08926a2785" ], "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-30T11:00:44.868Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4092135f160b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:77b67dcd-4974-4c60-8a0c-98e748af0bd6 VfModuleModelInvariantUUID:adb7c07a-ad88-4acc-a48b-0076978a3314 VfModuleModelDescription:NULL Artifacts UUID List:{ eb70e0d1-5c60-49c0-89b5-5a8212247c30 , 546e9b59-e948-46e1-81e3-9d08926a2785 } 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-30T11:00:44.869Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eb70e0d1-5c60-49c0-89b5-5a8212247c30 from URL: /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml 2022-03-30T11:00:44.869Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:00:44.869Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml 2022-03-30T11:00:45.167Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:00:45.167Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml eb70e0d1-5c60-49c0-89b5-5a8212247c30 20368 2022-03-30T11:00:45.168Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-30T11:00:45.168Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml 2022-03-30T11:00:45.168Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:00:45.168Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:00:45.170Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:00:45.170Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638045168, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T11:00:45.270Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:00:45.271Z||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-30T11:00:45.272Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:00:45.290Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:45.291Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:00:46.171Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 546e9b59-e948-46e1-81e3-9d08926a2785 from URL: /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env 2022-03-30T11:00:46.172Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:00:46.172Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env 2022-03-30T11:00:46.247Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:00:46.247Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env 546e9b59-e948-46e1-81e3-9d08926a2785 2098 2022-03-30T11:00:46.248Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-30T11:00:46.248Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env 2022-03-30T11:00:46.249Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:00:46.249Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:00:46.251Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:00:46.252Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638046248, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:00:46.352Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:00:46.353Z||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-30T11:00:46.353Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:00:46.369Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:46.370Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:00:47.253Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1e6b5da3-8325-4230-92dd-c3c188b6fc98 2022-03-30T11:00:47.254Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4092135f-160b 0 86295d93-26ac-4def-8c23-bdf94e54f713 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-30T11:00:47.271Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@798a6a76, org.onap.sdc.toscaparser.api.parameters.Input@56f223c, org.onap.sdc.toscaparser.api.parameters.Input@6e9cbfa5, org.onap.sdc.toscaparser.api.parameters.Input@492ff954, org.onap.sdc.toscaparser.api.parameters.Input@63dcf3dd] 2022-03-30T11:00:47.272Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.273Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:00:47.273Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-30T11:00:47.274Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= f12e8c14-a6be-4788-9d24-d106dd0565ef 2022-03-30T11:00:47.274Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f12e8c14-a6be-4788-9d24-d106dd0565ef matches Tosca VF Customization UUID: f12e8c14-a6be-4788-9d24-d106dd0565ef 2022-03-30T11:00:47.274Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: f12e8c14-a6be-4788-9d24-d106dd0565ef 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-30T11:00:47.276Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.277Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:00:47.278Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id f12e8c14-a6be-4788-9d24-d106dd0565ef: {\"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-30T11:00:47.278Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2267181a 2022-03-30T11:00:47.278Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.279Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-30T11:00:47.279Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5499d701-f4c4-4028-ac2d-a570f1ff11fa 2022-03-30T11:00:47.279Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5499d701-f4c4-4028-ac2d-a570f1ff11fa 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-30T11:00:47.281Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.282Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria 2022-03-30T11:00:47.282Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:00:47.283Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.283Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria 2022-03-30T11:00:47.283Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:00:47.284Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.284Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is not matching search criteria 2022-03-30T11:00:47.284Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-30T11:00:47.285Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-30T11:00:47.285Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-30T11:00:47.285Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-30T11:00:47.286Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-30T11:00:47.286Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-30T11:00:47.286Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-30T11:00:47.287Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-30T11:00:47.287Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-30T11:00:47.287Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-30T11:00:47.288Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T11:00:47.288Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2cc0df4f-5758-47d5-a453-d6073f985553 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-30T11:00:47.290Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.290Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria 2022-03-30T11:00:47.291Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:00:47.291Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.291Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is not matching search criteria 2022-03-30T11:00:47.292Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-30T11:00:47.292Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-30T11:00:47.292Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-30T11:00:47.293Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-30T11:00:47.293Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-30T11:00:47.293Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-30T11:00:47.294Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T11:00:47.294Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-30T11:00:47.295Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-30T11:00:47.295Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-30T11:00:47.295Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-30T11:00:47.296Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T11:00:47.296Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1bd692b-d43d-42e2-b269-619fcca0c9b7 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-30T11:00:47.298Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.299Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria 2022-03-30T11:00:47.299Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:00:47.300Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.300Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is not matching search criteria 2022-03-30T11:00:47.300Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-30T11:00:47.301Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-30T11:00:47.301Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-30T11:00:47.302Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-30T11:00:47.302Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-30T11:00:47.302Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-30T11:00:47.303Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-30T11:00:47.303Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-30T11:00:47.303Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-30T11:00:47.304Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-30T11:00:47.304Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-30T11:00:47.304Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-30T11:00:47.305Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e80b4351-777a-4ee1-930b-2d95ea6407d1 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-30T11:00:47.307Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.307Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria 2022-03-30T11:00:47.307Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:00:47.308Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.308Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Node template vFW 4092135f-160b 0 is matching search criteria 2022-03-30T11:00:47.308Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4092135f-160b 0] matching following query criteria: sdcType=VF, customizationUUID=f12e8c14-a6be-4788-9d24-d106dd0565ef 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-30T11:00:47.310Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.310Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:00:47.311Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1e6b5da3-8325-4230-92dd-c3c188b6fc98: vFW 4092135f-160b 2022-03-30T11:00:47.311Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.312Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:00:47.312Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.312Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:00:47.312Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.313Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:00:47.313Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.313Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:00:47.314Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:00:47.314Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-30 10-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:00:47.314Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-30 10-57-56 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-30T11:00:47.484Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4092135f-160b 86295d93-26ac-4def-8c23-bdf94e54f713 1 ASDC deployResourceStructure 2022-03-30T11:00:47.505Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json ASDC sendASDCNotification 2022-03-30T11:00:47.505Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json 2022-03-30T11:00:47.505Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:00:47.507Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:00:47.511Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:00:47.511Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638047484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T11:00:47.611Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:00:47.612Z||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-30T11:00:47.613Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:00:47.635Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:47.636Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:00:48.512Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-30T11:00:48.513Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml 2022-03-30T11:00:48.513Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:00:48.514Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:00:48.515Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:00:48.516Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638048512, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-30T11:00:48.616Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:00:48.617Z||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-30T11:00:48.617Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:00:48.635Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:48.636Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:00:49.517Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-30T11:00:49.517Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env 2022-03-30T11:00:49.517Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:00:49.518Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:00:49.520Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:00:49.520Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638049516, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-30T11:00:49.620Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:00:49.621Z||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-30T11:00:49.621Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:00:49.639Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:49.640Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:00:50.521Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar ASDC sendASDCNotification 2022-03-30T11:00:50.522Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar 2022-03-30T11:00:50.522Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:00:50.522Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:00:50.525Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:00:50.525Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638050521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:00:50.625Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:00:50.627Z||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-30T11:00:50.627Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:00:50.643Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:00:50.644Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:00:51.526Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:00:51.537Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:00:51.540Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T11:00:51.540Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T11:00:51.540Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T11:01:19.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:01:19.735Z||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-30T11:01:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:01:19.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:01:19.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:01:19.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638005557, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:01:19.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:01:21.540Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:01:21.553Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:01:21.557Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T11:01:21.557Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T11:01:21.558Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T11:01:51.558Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:01:51.569Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:01:51.571Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T11:01:51.571Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T11:01:51.571Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T11:02:19.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:02:19.735Z||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-30T11:02:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:02:19.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:02:19.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:02:19.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "ves-openapi-manager", "timestamp": 1648638006486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:02:19.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:02:21.572Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:02:21.582Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:02:21.586Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T11:02:21.587Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T11:02:21.587Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T11:02:51.587Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:02:51.599Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:02:51.601Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T11:02:51.601Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T11:02:51.601Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T11:03:19.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:03:19.735Z||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-30T11:03:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:03:19.772Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:03:19.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "policy-id", "timestamp": 1648638005196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "cds", "timestamp": 1648638015106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "multicloud-k8s-id", "timestamp": 1648638016390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-30T11:03:19.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638005557, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:03:19.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "ves-openapi-manager", "timestamp": 1648638006486, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "policy-id", "timestamp": 1648638005196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:03:19.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "cds", "timestamp": 1648638015106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "multicloud-k8s-id", "timestamp": 1648638016390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "cds", "timestamp": 1648638015106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "multicloud-k8s-id", "timestamp": 1648638016390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-30T11:03:19.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638021263, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:03:19.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "policy-id", "timestamp": 1648638021255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:03:19.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "cds", "timestamp": 1648638015106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:03:19.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "multicloud-k8s-id", "timestamp": 1648638016390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "policy-id", "timestamp": 1648638022260, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:03:19.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "multicloud-k8s-id", "timestamp": 1648638016390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:03:19.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "policy-id", "timestamp": 1648638023263, "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-30T11:03:19.794Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dabeecd9-b958-4f43-9f0e-2a282b550432 2022-03-30T11:03:19.794Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:03:19.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "cds", "timestamp": 1648638023211, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:03:19.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "clamp", "timestamp": 1648638024331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "multicloud-k8s-id", "timestamp": 1648638024255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T11:03:19.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "cds", "timestamp": 1648638024218, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-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-30T11:03:19.813Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dabeecd9-b958-4f43-9f0e-2a282b550432 2022-03-30T11:03:19.813Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:03:19.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "clamp", "timestamp": 1648638024331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:03:19.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638024834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:03:19.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "multicloud-k8s-id", "timestamp": 1648638025550, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T11:03:19.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "clamp", "timestamp": 1648638024331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638025839, "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-30T11:03:19.829Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dabeecd9-b958-4f43-9f0e-2a282b550432 2022-03-30T11:03:19.829Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:03:19.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924a1584-ff85-4c05-8621-1f64e0fab5f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638027959, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-30T11:03:19.838Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "clamp", "timestamp": 1648638024331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "multicloud-k8s-id", "timestamp": 1648638026749, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:03:19.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "clamp", "timestamp": 1648638024331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "multicloud-k8s-id", "timestamp": 1648638027781, "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-30T11:03:19.844Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dabeecd9-b958-4f43-9f0e-2a282b550432 2022-03-30T11:03:19.845Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:03:19.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "clamp", "timestamp": 1648638024331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "multicloud-k8s-id", "timestamp": 1648638028785, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T11:03:19.854Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "clamp", "timestamp": 1648638024331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:03:19.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638028977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638028977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:03:19.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "aai-ml", "timestamp": 1648638034577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638028977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-30T11:03:19.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "aai-ml", "timestamp": 1648638034577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638028977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "aai-ml", "timestamp": 1648638034577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638028977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-30T11:03:19.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "clamp", "timestamp": 1648638037367, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:03:19.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "aai-ml", "timestamp": 1648638034577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638028977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "clamp", "timestamp": 1648638038966, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:03:19.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "aai-ml", "timestamp": 1648638034577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638028977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:03:19.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "clamp", "timestamp": 1648638039970, "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-30T11:03:19.868Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dabeecd9-b958-4f43-9f0e-2a282b550432 2022-03-30T11:03:19.868Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:03:19.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "aai-ml", "timestamp": 1648638034577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638040563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:03:19.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "aai-ml", "timestamp": 1648638034577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:03:19.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "aai-ml", "timestamp": 1648638042381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:03:19.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638043858, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T11:03:19.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638045168, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T11:03:19.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638046248, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:03:19.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638047484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/vfw4092135f160b0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T11:03:19.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638048512, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-30T11:03:19.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638049516, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/resourceInstances/vfw4092135f160b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-30T11:03:19.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638050521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:03:19.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "aai-ml", "timestamp": 1648638056568, "artifactURL": "/sdc/v1/catalog/services/Vfw20220330105756/1.0/artifacts/service-Vfw20220330105756-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:03:19.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:03:19.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "aai-ml", "timestamp": 1648638057571, "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-30T11:03:19.887Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dabeecd9-b958-4f43-9f0e-2a282b550432 2022-03-30T11:03:19.888Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:03:19.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "cds", "timestamp": 1648638075107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "multicloud-k8s-id", "timestamp": 1648638076391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "cds", "timestamp": 1648638075107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "multicloud-k8s-id", "timestamp": 1648638076391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:03:19.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:19.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:03:19.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "cds", "timestamp": 1648638075107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:19.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:03:21.602Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:03:21.613Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:03:21.616Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-30T11:03:21.621Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-30T11:03:51.621Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dabeecd9-b958-4f43-9f0e-2a282b550432 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-30T11:03:51.629Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dabeecd9-b958-4f43-9f0e-2a282b550432 and serviceModelVersionId: 1e6b5da3-8325-4230-92dd-c3c188b6fc98 2022-03-30T11:03:51.629Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96664305-6e85-49a1-9234-59ac8ed9fb7d 2022-03-30T11:03:51.630Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?depth=0 2022-03-30T11:03:51.634Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-30T11:03:51.684Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?depth=0|INFO|500||Invoke 2022-03-30T11:03:51.685Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dabeecd9-b958-4f43-9f0e-2a282b550432], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1b0bd706-ea22-494b-a582-cd054d195313], X-ECOMP-RequestID=[dabeecd9-b958-4f43-9f0e-2a282b550432], X-TransactionId=[], X-ONAP-RequestID=[dabeecd9-b958-4f43-9f0e-2a282b550432], Content-Type=[application/merge-patch+json]} 2022-03-30T11:03:51.713Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-30T11:03:52.186Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?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/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220330-11:03:50:505-85548], vertex-id=[184368], Content-Length=[0], Date=[Wed, 30 Mar 2022 11:03:50 GMT], Content-Type=[application/json]} 2022-03-30T11:03:52.187Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-30T11:03:52.187Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96664305-6e85-49a1-9234-59ac8ed9fb7d/model-vers/model-ver/1e6b5da3-8325-4230-92dd-c3c188b6fc98?depth=0|INFO|500||InvokeReturn 2022-03-30T11:03:52.188Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-30T11:03:52.188Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-30T11:03:52.194Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-30T11:03:52.195Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dabeecd9-b958-4f43-9f0e-2a282b550432 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-30T11:03:52.195Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-30T11:03:52.195Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:03:52.197Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:03:52.198Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638232195, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-30T11:03:52.298Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:03:52.299Z||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-30T11:03:52.299Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:03:52.327Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:03:52.327Z||pool-34-thread-1|||||INFO|500||cambria reply ok (29 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-30T11:03:53.210Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:03:53.211Z|dabeecd9-b958-4f43-9f0e-2a282b550432|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-30T11:03:53.211Z|dabeecd9-b958-4f43-9f0e-2a282b550432|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:03:57.580Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:03:57.581Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:03:57.581Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c81de08b-c124-434e-ba9c-aac1fa50506c","serviceName":"basic_onboard_IaJfgI","serviceVersion":"1.0","serviceUUID":"77b10326-7821-47c0-83ca-3fab12d66891","serviceDescription":"service","serviceInvariantUUID":"5c7b3048-79d9-44bd-b848-7fab5d9965af","resources":[{"resourceInstanceName":"basic_onboard_IaJfgI 0","resourceName":"basic_onboard_IaJfgI","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e3af8b39-edbe-4b87-8dd8-73b22d165f3f","resourceInvariantUUID":"f0956027-0f3d-4a82-b1be-9776a5893954","resourceCustomizationUUID":"9d000c6c-ea64-4d2f-9a58-50a867652d3a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vf-license-model.xml","artifactChecksum":"MjA1ZDgyYTEzOGIwMDgxYTUyNWJmNDBjNzA2MDk2OWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aa0a4085-29cc-4dcc-b0a9-69fe913d67a7","artifactVersion":"1"},{"artifactName":"basic_onboard_iajfgi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json","artifactChecksum":"OWQ0YTE4M2VhZDkyMGIzZjkwMGY0MzI1NmZiZjU0YjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cf8b24d0-a2dd-4fab-bea4-b5a4ad4eb1b0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"97bb8f74-e740-453e-8cf1-8572cc792718","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4950c97e-9bfc-43c2-94db-076b92efcf15","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"24a0fe64-f4f1-4303-92f0-82f09829e552","artifactVersion":"2","generatedFromUUID":"97bb8f74-e740-453e-8cf1-8572cc792718"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIajfgi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-template.yml","artifactChecksum":"N2I5YWRhMDkzNWMxMGE0OTVjNTBlNDdiM2E4ZmYwZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2eefc2ab-4026-4f28-ae0b-337df6760ce5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIajfgi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar","artifactChecksum":"MjhlZGVlOTNkNzcxMmNiNjJmNGFlZTI3YmU1NzRmODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38c777a5-9d4f-42a3-a1d9-eef9d0cef056","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-30T11:03:57.586Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:03:57.586Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:03:57.588Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:03:57.588Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638233210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:03:57.688Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:03:57.689Z||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-30T11:03:57.689Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:03:57.705Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:03:57.706Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:03:58.588Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:03:58.589Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:03:58.591Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:03:58.591Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638233210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:03:58.692Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:03:58.693Z||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-30T11:03:58.693Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:03:58.713Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:03:58.714Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1} 2022-03-30T11:03:59.592Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:03:59.593Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:03:59.595Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:03:59.595Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638233210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-30T11:03:59.695Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:03:59.696Z||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-30T11:03:59.697Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:03:59.711Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:03:59.711Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:04:00.596Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:04:00.597Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:04:00.600Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:04:00.600Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638233210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:00.700Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:04:00.701Z||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-30T11:04:00.701Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:04:00.715Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:04:00.715Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:04:01.600Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:04:01.601Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:04:01.603Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:04:01.603Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638233210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-30T11:04:01.703Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:04:01.704Z||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-30T11:04:01.704Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:04:01.717Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:04:01.718Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:04:02.604Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:04:02.605Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:04:02.607Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:04:02.607Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638233210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:02.707Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:04:02.708Z||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-30T11:04:02.708Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:04:02.725Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:04:02.725Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:04:03.608Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:04:03.608Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:04:03.610Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:04:03.610Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638233210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:04:03.711Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T11:04:03.712Z||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-30T11:04:03.712Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:04:03.724Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:04:03.725Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:04:04.612Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "serviceName": "basic_onboard_IaJfgI", "serviceVersion": "1.0", "serviceUUID": "77b10326-7821-47c0-83ca-3fab12d66891", "serviceDescription": "service", "serviceInvariantUUID": "5c7b3048-79d9-44bd-b848-7fab5d9965af", "resources": [ { "resourceInstanceName": "basic_onboard_IaJfgI 0", "resourceCustomizationUUID": "9d000c6c-ea64-4d2f-9a58-50a867652d3a", "resourceName": "basic_onboard_IaJfgI", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e3af8b39-edbe-4b87-8dd8-73b22d165f3f", "resourceInvariantUUID": "f0956027-0f3d-4a82-b1be-9776a5893954", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_iajfgi0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json", "artifactChecksum": "OWQ0YTE4M2VhZDkyMGIzZjkwMGY0MzI1NmZiZjU0YjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cf8b24d0-a2dd-4fab-bea4-b5a4ad4eb1b0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "97bb8f74-e740-453e-8cf1-8572cc792718", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "24a0fe64-f4f1-4303-92f0-82f09829e552", "generatedFromUUID": "97bb8f74-e740-453e-8cf1-8572cc792718" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "24a0fe64-f4f1-4303-92f0-82f09829e552", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardIajfgi-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "artifactChecksum": "MjhlZGVlOTNkNzcxMmNiNjJmNGFlZTI3YmU1NzRmODc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "38c777a5-9d4f-42a3-a1d9-eef9d0cef056" } ], "workloadContext": "Production" } 2022-03-30T11:04:04.612Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-30T11:04:04.613Z|dabeecd9-b958-4f43-9f0e-2a282b550432|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 77b10326-7821-47c0-83ca-3fab12d66891 ASDC 2022-03-30T11:04:04.614Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:c81de08b-c124-434e-ba9c-aac1fa50506c ServiceName:basic_onboard_IaJfgI ServiceVersion:1.0 ServiceUUID:77b10326-7821-47c0-83ca-3fab12d66891 ServiceInvariantUUID:5c7b3048-79d9-44bd-b848-7fab5d9965af ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardIajfgi-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar ArtifactUUID:38c777a5-9d4f-42a3-a1d9-eef9d0cef056 ArtifactChecksum:MjhlZGVlOTNkNzcxMmNiNjJmNGFlZTI3YmU1NzRmODc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_IaJfgI 0 ResourceCustomizationUUID:9d000c6c-ea64-4d2f-9a58-50a867652d3a ResourceInvariantUUID:f0956027-0f3d-4a82-b1be-9776a5893954 ResourceName:basic_onboard_IaJfgI ResourceType:VF ResourceUUID:e3af8b39-edbe-4b87-8dd8-73b22d165f3f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_iajfgi0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json ArtifactUUID:cf8b24d0-a2dd-4fab-bea4-b5a4ad4eb1b0 ArtifactChecksum:OWQ0YTE4M2VhZDkyMGIzZjkwMGY0MzI1NmZiZjU0YjQ= 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/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml ArtifactUUID:97bb8f74-e740-453e-8cf1-8572cc792718 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/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env ArtifactUUID:24a0fe64-f4f1-4303-92f0-82f09829e552 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/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env ArtifactUUID:24a0fe64-f4f1-4303-92f0-82f09829e552 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-30T11:04:04.614Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77b10326-7821-47c0-83ca-3fab12d66891 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-30T11:04:04.645Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-30T11:04:04.645Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T11:04:04.646Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T11:04:04.646Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 38c777a5-9d4f-42a3-a1d9-eef9d0cef056 from URL: /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:04.646Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:04:04.647Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:05.033Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:04:05.036Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar 38c777a5-9d4f-42a3-a1d9-eef9d0cef056 71581 2022-03-30T11:04:05.036Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar ASDC sendASDCNotification 2022-03-30T11:04:05.037Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:05.037Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:04:05.037Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:04:05.039Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:04:05.039Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638245036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:04:05.139Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:04:05.140Z||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-30T11:04:05.141Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:04:05.155Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:04:05.155Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:04:06.040Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-30T11:04:06.041Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T11:04:06.041Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 38c777a5-9d4f-42a3-a1d9-eef9d0cef056, URL: /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar to file: /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:06.042Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:06.042Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:06.042Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:06.144Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10328823596714588383/Definitions/service-BasicOnboardIajfgi-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-30T11:04:07.302Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-30T11:04:07.303Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-30T11:04:07.303Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:07.303Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-30T11:04:07.303Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||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-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:07.303Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:07.303Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:07.304Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:07.304Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:07.304Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_IaJfgI 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-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:07.304Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:07.304Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:07.304Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:07.304Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-30T11:04:07.305Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:07.305Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:04:07.305Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is matching search criteria 2022-03-30T11:04:07.305Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-30T11:04:07.306Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IaJfgI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-30T11:04:07.306Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:07.306Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:04:07.306Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is matching search criteria 2022-03-30T11:04:07.307Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-30T11:04:07.307Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IaJfgI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-30T11:04:07.307Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:07.307Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:04:07.308Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:07.308Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is not matching search criteria 2022-03-30T11:04:07.308Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-30T11:04:07.308Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-30T11:04:07.309Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-30T11:04:07.309Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-30T11:04:07.309Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-30T11:04:07.309Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:07.309Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-30T11:04:07.310Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:07.310Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is matching search criteria 2022-03-30T11:04:07.310Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IaJfgI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:04:07.310Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:07.311Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is matching search criteria 2022-03-30T11:04:07.311Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IaJfgI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:04:07.311Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:07.311Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is matching search criteria 2022-03-30T11:04:07.311Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IaJfgI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:04:07.312Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:07.312Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is not matching search criteria 2022-03-30T11:04:07.312Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-30T11:04:07.312Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-30T11:04:07.313Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d47d20a-1644-4161-a49b-22baedb566cf 2022-03-30T11:04:07.313Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:07.313Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:04:07.313Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:07.313Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:04:07.314Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:07.314Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:04:07.314Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:07.314Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:04:07.315Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_IaJfgI Description:service Model UUID:77b10326-7821-47c0-83ca-3fab12d66891 Model Version:NULL Model InvariantUuid:5c7b3048-79d9-44bd-b848-7fab5d9965af Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_IaJfgI Model UUID:7dac83cc-2d02-4be5-a1b5-9a5a5879068f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f0956027-0f3d-4a82-b1be-9776a5893954 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9d000c6c-ea64-4d2f-9a58-50a867652d3a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f827cf0a-97e0-4369-98b8-12333750e16e ModelName:BasicOnboardIajfgi..base_ubuntu18..module-0 ModelUuid:44054aaf-62f1-441d-a2a5-ed3be2b20752 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1d47d20a-1644-4161-a49b-22baedb566cf ModelInvariantUuid:8feb1523-4273-4a77-a8a9-e13f53d63d46 ModelName:basic_onboard_IaJfgI-nodes.ubuntu18Cvfc ModelUuid:5f3d5282-cb68-4d74-8720-f8c8569c9468 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:6daf3b43-5bb4-4455-a61f-165d13d175ac ModelInvariantUuid:0d3de178-aac1-4c58-9b89-aedd63412867 ModelName:BasicOnboardIajfgi.compute.nodes.heat.ubuntu18 ModelUuid:45a5b176-7c81-4e9b-b6d5-1a09946b57f7 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-30T11:04:07.322Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e3af8b39-edbe-4b87-8dd8-73b22d165f3f 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-30T11:04:07.325Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||basic_onboard_IaJfgI 0 2022-03-30T11:04:07.325Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e3af8b39-edbe-4b87-8dd8-73b22d165f3f 2022-03-30T11:04:07.325Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cf8b24d0-a2dd-4fab-bea4-b5a4ad4eb1b0 from URL: /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json 2022-03-30T11:04:07.325Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:04:07.326Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json 2022-03-30T11:04:07.719Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:04:07.720Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json cf8b24d0-a2dd-4fab-bea4-b5a4ad4eb1b0 798 2022-03-30T11:04:07.720Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json ASDC sendASDCNotification 2022-03-30T11:04:07.720Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json 2022-03-30T11:04:07.721Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:04:07.721Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:04:07.723Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:04:07.724Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638247720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T11:04:07.824Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:04:07.825Z||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-30T11:04:07.825Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:04:07.842Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:04:07.842Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:04:08.725Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardIajfgi..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f827cf0a-97e0-4369-98b8-12333750e16e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "44054aaf-62f1-441d-a2a5-ed3be2b20752", "vfModuleModelCustomizationUUID": "fcd4f3e1-b5f8-4c0d-a3fc-6e8ad991fb82", "isBase": true, "artifacts": [ "97bb8f74-e740-453e-8cf1-8572cc792718", "24a0fe64-f4f1-4303-92f0-82f09829e552" ], "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-30T11:04:08.729Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardIajfgi..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:44054aaf-62f1-441d-a2a5-ed3be2b20752 VfModuleModelInvariantUUID:f827cf0a-97e0-4369-98b8-12333750e16e VfModuleModelDescription:NULL Artifacts UUID List:{ 97bb8f74-e740-453e-8cf1-8572cc792718 , 24a0fe64-f4f1-4303-92f0-82f09829e552 } 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-30T11:04:08.731Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardIajfgi..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f827cf0a-97e0-4369-98b8-12333750e16e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "44054aaf-62f1-441d-a2a5-ed3be2b20752", "vfModuleModelCustomizationUUID": "fcd4f3e1-b5f8-4c0d-a3fc-6e8ad991fb82", "isBase": true, "artifacts": [ "97bb8f74-e740-453e-8cf1-8572cc792718", "24a0fe64-f4f1-4303-92f0-82f09829e552" ], "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-30T11:04:08.731Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardIajfgi..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:44054aaf-62f1-441d-a2a5-ed3be2b20752 VfModuleModelInvariantUUID:f827cf0a-97e0-4369-98b8-12333750e16e VfModuleModelDescription:NULL Artifacts UUID List:{ 97bb8f74-e740-453e-8cf1-8572cc792718 , 24a0fe64-f4f1-4303-92f0-82f09829e552 } 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-30T11:04:08.731Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 97bb8f74-e740-453e-8cf1-8572cc792718 from URL: /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml 2022-03-30T11:04:08.731Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:04:08.732Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml 2022-03-30T11:04:09.022Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:04:09.023Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml 97bb8f74-e740-453e-8cf1-8572cc792718 5033 2022-03-30T11:04:09.023Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-30T11:04:09.023Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml 2022-03-30T11:04:09.023Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:04:09.024Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:04:09.026Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:04:09.026Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638249023, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T11:04:09.126Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:04:09.127Z||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-30T11:04:09.127Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:04:09.143Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:04:09.143Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:04:10.027Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 24a0fe64-f4f1-4303-92f0-82f09829e552 from URL: /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env 2022-03-30T11:04:10.027Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:04:10.027Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env 2022-03-30T11:04:10.173Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:04:10.173Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env 24a0fe64-f4f1-4303-92f0-82f09829e552 909 2022-03-30T11:04:10.174Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-30T11:04:10.174Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env 2022-03-30T11:04:10.174Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:04:10.174Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:04:10.176Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:04:10.176Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638250174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:04:10.277Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-30T11:04:10.278Z||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-30T11:04:10.278Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:04:10.294Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:04:10.295Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:04:11.177Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 77b10326-7821-47c0-83ca-3fab12d66891 2022-03-30T11:04:11.178Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_IaJfgI 0 e3af8b39-edbe-4b87-8dd8-73b22d165f3f 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-30T11:04:11.190Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ac60787, org.onap.sdc.toscaparser.api.parameters.Input@2372c5fe, org.onap.sdc.toscaparser.api.parameters.Input@14016fef, org.onap.sdc.toscaparser.api.parameters.Input@e11b6be, org.onap.sdc.toscaparser.api.parameters.Input@44a162c4] 2022-03-30T11:04:11.192Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:11.192Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:04:11.192Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-30T11:04:11.192Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 9d000c6c-ea64-4d2f-9a58-50a867652d3a 2022-03-30T11:04:11.192Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9d000c6c-ea64-4d2f-9a58-50a867652d3a matches Tosca VF Customization UUID: 9d000c6c-ea64-4d2f-9a58-50a867652d3a 2022-03-30T11:04:11.193Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 9d000c6c-ea64-4d2f-9a58-50a867652d3a 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-30T11:04:11.194Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:11.195Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:04:11.195Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 9d000c6c-ea64-4d2f-9a58-50a867652d3a: {\"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-30T11:04:11.195Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d8f8a67 2022-03-30T11:04:11.195Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:11.196Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-30T11:04:11.196Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fcd4f3e1-b5f8-4c0d-a3fc-6e8ad991fb82 2022-03-30T11:04:11.196Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fcd4f3e1-b5f8-4c0d-a3fc-6e8ad991fb82 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-30T11:04:11.198Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:11.198Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is matching search criteria 2022-03-30T11:04:11.198Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IaJfgI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:04:11.198Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:11.198Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is matching search criteria 2022-03-30T11:04:11.199Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IaJfgI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:04:11.199Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:11.199Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is not matching search criteria 2022-03-30T11:04:11.199Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-30T11:04:11.199Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-30T11:04:11.199Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d47d20a-1644-4161-a49b-22baedb566cf 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-30T11:04:11.201Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:11.201Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is matching search criteria 2022-03-30T11:04:11.202Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IaJfgI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:04:11.202Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:11.202Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IaJfgI 0 is matching search criteria 2022-03-30T11:04:11.202Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IaJfgI 0] matching following query criteria: sdcType=VF, customizationUUID=9d000c6c-ea64-4d2f-9a58-50a867652d3a 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-30T11:04:11.204Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:11.204Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:04:11.205Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 77b10326-7821-47c0-83ca-3fab12d66891: basic_onboard_IaJfgI 2022-03-30T11:04:11.205Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:11.205Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:04:11.205Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:11.206Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:04:11.206Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:11.206Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:04:11.206Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:11.206Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:04:11.207Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:04:11.207Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IaJfgI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:04:11.207Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_IaJfgI 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-30T11:04:11.275Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_IaJfgI e3af8b39-edbe-4b87-8dd8-73b22d165f3f 1 ASDC deployResourceStructure 2022-03-30T11:04:11.275Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json ASDC sendASDCNotification 2022-03-30T11:04:11.275Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json 2022-03-30T11:04:11.276Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:04:11.276Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:04:11.278Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:04:11.278Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638251275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T11:04:11.378Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:04:11.379Z||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-30T11:04:11.379Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:04:11.395Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:04:11.395Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:04:12.279Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-30T11:04:12.279Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml 2022-03-30T11:04:12.280Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:04:12.280Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:04:12.282Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:04:12.282Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638252279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-30T11:04:12.382Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:04:12.383Z||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-30T11:04:12.383Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:04:12.396Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:04:12.397Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:04:13.283Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-30T11:04:13.283Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env 2022-03-30T11:04:13.283Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:04:13.283Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:04:13.285Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:04:13.285Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638253283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-30T11:04:13.386Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:04:13.387Z||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-30T11:04:13.387Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:04:13.402Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:04:13.402Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:04:14.286Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar ASDC sendASDCNotification 2022-03-30T11:04:14.287Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar 2022-03-30T11:04:14.287Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:04:14.287Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:04:14.289Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:04:14.289Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638254286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:04:14.390Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T11:04:14.390Z||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-30T11:04:14.391Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:04:14.404Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:04:14.405Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:04:15.290Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c81de08b-c124-434e-ba9c-aac1fa50506c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:04:15.300Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c81de08b-c124-434e-ba9c-aac1fa50506c 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-30T11:04:15.302Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T11:04:15.302Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T11:04:15.302Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T11:04:19.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:04:19.735Z||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-30T11:04:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:04:19.772Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:04:19.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "multicloud-k8s-id", "timestamp": 1648638076391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-30T11:04:19.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "cds", "timestamp": 1648638075107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "multicloud-k8s-id", "timestamp": 1648638076391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "cds", "timestamp": 1648638075107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "multicloud-k8s-id", "timestamp": 1648638076391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-30T11:04:19.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "cds", "timestamp": 1648638075107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "multicloud-k8s-id", "timestamp": 1648638076391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "cds", "timestamp": 1648638075107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:04:19.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "multicloud-k8s-id", "timestamp": 1648638076391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:04:19.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "clamp", "timestamp": 1648638084330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "cds", "timestamp": 1648638083806, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:04:19.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:04:19.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "multicloud-k8s-id", "timestamp": 1648638084247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T11:04:19.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:04:19.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "clamp", "timestamp": 1648638084330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:04:19.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "cds", "timestamp": 1648638084815, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-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-30T11:04:19.785Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c81de08b-c124-434e-ba9c-aac1fa50506c 2022-03-30T11:04:19.785Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81de08b-c124-434e-ba9c-aac1fa50506c 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-30T11:04:19.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "ves-openapi-manager", "timestamp": 1648638086486, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.796Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "multicloud-k8s-id", "timestamp": 1648638085360, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T11:04:19.796Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:04:19.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "clamp", "timestamp": 1648638084330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "policy-id", "timestamp": 1648638085196, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "ves-openapi-manager", "timestamp": 1648638086486, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "multicloud-k8s-id", "timestamp": 1648638086468, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:04:19.798Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:04:19.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "clamp", "timestamp": 1648638084330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "policy-id", "timestamp": 1648638085196, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "ves-openapi-manager", "timestamp": 1648638086486, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "multicloud-k8s-id", "timestamp": 1648638087499, "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-30T11:04:19.805Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c81de08b-c124-434e-ba9c-aac1fa50506c 2022-03-30T11:04:19.805Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81de08b-c124-434e-ba9c-aac1fa50506c 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-30T11:04:19.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "clamp", "timestamp": 1648638084330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "policy-id", "timestamp": 1648638085196, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-30T11:04:19.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "ves-openapi-manager", "timestamp": 1648638086486, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "multicloud-k8s-id", "timestamp": 1648638088503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T11:04:19.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:04:19.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "clamp", "timestamp": 1648638084330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "policy-id", "timestamp": 1648638085196, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "ves-openapi-manager", "timestamp": 1648638086486, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "clamp", "timestamp": 1648638084330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:04:19.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "policy-id", "timestamp": 1648638085196, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "ves-openapi-manager", "timestamp": 1648638086486, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "policy-id", "timestamp": 1648638085196, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "ves-openapi-manager", "timestamp": 1648638086486, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.817Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "policy-id", "timestamp": 1648638085196, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:04:19.817Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "policy-id", "timestamp": 1648638093197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:04:19.817Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:04:19.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "aai-ml", "timestamp": 1648638094577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.818Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "policy-id", "timestamp": 1648638094201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:04:19.818Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:04:19.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "aai-ml", "timestamp": 1648638094577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.818Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "policy-id", "timestamp": 1648638095204, "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-30T11:04:19.823Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c81de08b-c124-434e-ba9c-aac1fa50506c 2022-03-30T11:04:19.823Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81de08b-c124-434e-ba9c-aac1fa50506c 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-30T11:04:19.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "aai-ml", "timestamp": 1648638094577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638095555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "aai-ml", "timestamp": 1648638094577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638095555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "aai-ml", "timestamp": 1648638094577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638095555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "aai-ml", "timestamp": 1648638094577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638095555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "aai-ml", "timestamp": 1648638094577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:04:19.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638095555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638095555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:04:19.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "aai-ml", "timestamp": 1648638102569, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:04:19.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:04:19.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638095555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:04:19.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:04:19.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "clamp", "timestamp": 1648638103975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:04:19.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:04:19.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638103551, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:04:19.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:04:19.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "clamp", "timestamp": 1648638105983, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:04:19.837Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:04:19.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "clamp", "timestamp": 1648638106987, "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-30T11:04:19.844Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c81de08b-c124-434e-ba9c-aac1fa50506c 2022-03-30T11:04:19.844Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81de08b-c124-434e-ba9c-aac1fa50506c 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-30T11:04:19.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638105887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:04:19.854Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:04:19.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638106891, "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-30T11:04:19.859Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c81de08b-c124-434e-ba9c-aac1fa50506c 2022-03-30T11:04:19.859Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81de08b-c124-434e-ba9c-aac1fa50506c 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-30T11:04:19.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "aai-ml", "timestamp": 1648638111371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:04:19.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:04:19.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:04:19.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "aai-ml", "timestamp": 1648638112375, "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-30T11:04:19.873Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c81de08b-c124-434e-ba9c-aac1fa50506c 2022-03-30T11:04:19.873Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c81de08b-c124-434e-ba9c-aac1fa50506c 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-30T11:04:45.302Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c81de08b-c124-434e-ba9c-aac1fa50506c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:04:45.313Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c81de08b-c124-434e-ba9c-aac1fa50506c 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-30T11:04:45.316Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T11:04:45.316Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-30T11:04:45.316Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-30T11:04:45.316Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-30T11:04:45.316Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:04:45.316Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:04:45.316Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:04:45.317Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:04:45.317Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:04:45.317Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:04:45.317Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-30T11:04:45.321Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-30T11:05:15.321Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c81de08b-c124-434e-ba9c-aac1fa50506c 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-30T11:05:15.329Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c81de08b-c124-434e-ba9c-aac1fa50506c and serviceModelVersionId: 77b10326-7821-47c0-83ca-3fab12d66891 2022-03-30T11:05:15.329Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c7b3048-79d9-44bd-b848-7fab5d9965af 2022-03-30T11:05:15.330Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c7b3048-79d9-44bd-b848-7fab5d9965af/model-vers/model-ver/77b10326-7821-47c0-83ca-3fab12d66891?depth=0 2022-03-30T11:05:15.334Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-30T11:05:15.379Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c7b3048-79d9-44bd-b848-7fab5d9965af/model-vers/model-ver/77b10326-7821-47c0-83ca-3fab12d66891?depth=0|INFO|500||Invoke 2022-03-30T11:05:15.379Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c7b3048-79d9-44bd-b848-7fab5d9965af/model-vers/model-ver/77b10326-7821-47c0-83ca-3fab12d66891?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c7b3048-79d9-44bd-b848-7fab5d9965af/model-vers/model-ver/77b10326-7821-47c0-83ca-3fab12d66891?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c81de08b-c124-434e-ba9c-aac1fa50506c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2b1598fb-3cfe-4f0c-846c-3573d5f1e88a], X-ECOMP-RequestID=[c81de08b-c124-434e-ba9c-aac1fa50506c], X-TransactionId=[], X-ONAP-RequestID=[c81de08b-c124-434e-ba9c-aac1fa50506c], Content-Type=[application/merge-patch+json]} 2022-03-30T11:05:15.399Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c7b3048-79d9-44bd-b848-7fab5d9965af/model-vers/model-ver/77b10326-7821-47c0-83ca-3fab12d66891?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-30T11:05:15.528Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c7b3048-79d9-44bd-b848-7fab5d9965af/model-vers/model-ver/77b10326-7821-47c0-83ca-3fab12d66891?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/5c7b3048-79d9-44bd-b848-7fab5d9965af/model-vers/model-ver/77b10326-7821-47c0-83ca-3fab12d66891?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220330-11:05:14:191-15284], vertex-id=[167960], Content-Length=[0], Date=[Wed, 30 Mar 2022 11:05:14 GMT], Content-Type=[application/json]} 2022-03-30T11:05:15.529Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c7b3048-79d9-44bd-b848-7fab5d9965af/model-vers/model-ver/77b10326-7821-47c0-83ca-3fab12d66891?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-30T11:05:15.529Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c7b3048-79d9-44bd-b848-7fab5d9965af/model-vers/model-ver/77b10326-7821-47c0-83ca-3fab12d66891?depth=0|INFO|500||InvokeReturn 2022-03-30T11:05:15.529Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-30T11:05:15.530Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-30T11:05:15.534Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-30T11:05:15.534Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c81de08b-c124-434e-ba9c-aac1fa50506c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-30T11:05:15.535Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-30T11:05:15.535Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:05:15.536Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:05:15.537Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638315534, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-30T11:05:15.637Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:05:15.638Z||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-30T11:05:15.638Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:05:15.654Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:05:15.655Z||pool-50-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-30T11:05:16.548Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:05:16.549Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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-30T11:05:16.549Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:05:19.734Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:05:19.735Z||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-30T11:05:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:05:19.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:05:19.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:05:19.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dabeecd9-b958-4f43-9f0e-2a282b550432", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638232195, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-30T11:05:19.766Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:05:19.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:05:19.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638233210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:05:19.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:05:19.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:05:19.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638233210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:05:19.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:05:19.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:05:19.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638233210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-30T11:05:19.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:05:19.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:05:19.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638233210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:05:19.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:05:19.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:05:19.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638233210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-30T11:05:19.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:05:19.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:05:19.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638233210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:05:19.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:05:19.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:05:19.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638233210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:05:19.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-30T11:05:19.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:05:19.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638245036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:05:19.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:05:19.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:05:19.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638247720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T11:05:19.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:05:19.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:05:19.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638249023, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T11:05:19.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:05:19.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:05:19.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638250174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:05:19.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:05:19.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:05:19.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638251275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/basic_onboard_iajfgi0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T11:05:19.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:05:19.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:05:19.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638252279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-30T11:05:19.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:05:19.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:05:19.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638253283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/resourceInstances/basic_onboard_iajfgi0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-30T11:05:19.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:05:19.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-30T11:05:19.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638254286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIajfgi/1.0/artifacts/service-BasicOnboardIajfgi-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:05:19.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:05:26.110Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:05:26.111Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:05:26.111Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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-30T11:05:26.111Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:05:35.676Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:05:35.677Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:05:35.677Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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-30T11:05:35.677Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:05:45.233Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:05:45.234Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:05:45.234Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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-30T11:05:45.234Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:05:54.786Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:05:54.786Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:05:54.787Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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-30T11:05:54.787Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:06:04.334Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:06:04.335Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:06:04.336Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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-30T11:06:04.336Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:06:13.886Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:06:13.887Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:06:13.888Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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-30T11:06:13.888Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:06:19.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:06:19.735Z||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-30T11:06:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:06:20.272Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:06:20.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-30T11:06:20.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c81de08b-c124-434e-ba9c-aac1fa50506c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638315534, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-30T11:06:20.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:06:23.452Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:06:23.453Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:06:23.454Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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-30T11:06:23.454Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:06:33.024Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:07:19.733Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:07:19.734Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:07:19.736Z||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-30T11:07:19.736Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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-30T11:07:19.736Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:07:19.736Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:07:29.294Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:07:29.298Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:08:19.732Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:08:19.732Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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-30T11:08:19.734Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:08:19.734Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:08:19.735Z||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-30T11:08:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:08:29.305Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:08:29.311Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:09:19.732Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:09:19.733Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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-30T11:09:19.733Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:09:19.734Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:09:19.734Z||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-30T11:09:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:09:29.317Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:09:29.318Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:10:19.732Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:10:19.733Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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-30T11:10:19.733Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:10:19.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:10:19.734Z||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-30T11:10:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:10:29.296Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:10:29.349Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:11:19.732Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:11:19.733Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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-30T11:11:19.733Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:11:19.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:11:19.735Z||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-30T11:11:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:11:29.306Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:11:29.307Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:12:19.732Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:12:19.733Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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-30T11:12:19.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:12:19.734Z||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-30T11:12:19.734Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:12:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:12:29.301Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:12:29.301Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:19.732Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:13:19.733Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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-30T11:13:19.733Z|c81de08b-c124-434e-ba9c-aac1fa50506c|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:13:19.734Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:13:19.734Z||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-30T11:13:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:13:28.223Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:28.224Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:13:28.224Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b250ce9-735e-4d85-b269-a929c96fa710","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b0b7eb66-c2d8-4f94-b929-64549b40b208","serviceDescription":"service","serviceInvariantUUID":"a59e5d2d-65fb-484a-90c7-ddfe952e3bde","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"228cb086-0ffe-4bfe-baf4-26ac12f2eaca","resourceInvariantUUID":"e92e4475-4b23-4651-bb41-5db76168bc06","resourceCustomizationUUID":"7ad116f1-24ca-4fd3-97ed-79b12818b652","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":"YWRjZTQxODdmZTI5NWIwYTY5ODEwN2I1MTViYzg0MDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe842e04-4271-4f2a-bac7-fd754ea38456","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":"MWI3N2ViMTI2ZWVhYjRlYjgxMGExZjFkMzhkNTY5ZDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"29b11948-296c-4bb0-8c26-898d82acee1d","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":"6b76f3da-ecc1-4519-a6f5-dccc4803b18b","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":"40011c06-eb1a-4ef8-bae9-aef893997429","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":"978b8b57-38ab-4c51-98ea-1fa8825a8587","artifactVersion":"2","generatedFromUUID":"6b76f3da-ecc1-4519-a6f5-dccc4803b18b"},{"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":"YmU3MjlmNGVhZWQyNTA1MDQ2YTJmYWJkNTYzNDlkYjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"df95832f-dbfa-40e3-be23-34751eceb860","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":"NzcxYTJlYTM3NTg3MDQwOTkxZTQ1ZDM1ZTEwODAwM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5fb7a547-15bf-498f-9044-4c817315a998","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjYxMzk3NTkwNTBmODc2NTNhMDJjYTM2NDIzMTZjMWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38c5b5e3-1213-4ab4-b3ae-6e7e99118a8c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-30T11:13:28.227Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:13:28.228Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:13:28.231Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:13:28.231Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638799732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:13:28.331Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T11:13:28.332Z||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-30T11:13:28.333Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:13:28.380Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:28.380Z||pool-51-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:13:28.418Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:28.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-30T11:13:28.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "clamp", "timestamp": 1648638804330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:13:28.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-30T11:13:29.232Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:13:29.234Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:13:29.236Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:13:29.236Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638799732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:13:29.337Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:13:29.338Z||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-30T11:13:29.338Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:13:29.364Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:29.365Z||pool-52-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:13:30.237Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:13:30.238Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:13:30.241Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:13:30.241Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638799732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-30T11:13:30.341Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:13:30.342Z||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-30T11:13:30.342Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:13:30.387Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:30.388Z||pool-53-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:13:31.242Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:13:31.242Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:13:31.244Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:13:31.244Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638799732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:13:31.345Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-30T11:13:31.346Z||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-30T11:13:31.346Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:13:31.370Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:31.370Z||pool-54-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:13:32.245Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:13:32.246Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:13:32.249Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:13:32.250Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638799732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-30T11:13:32.350Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:13:32.351Z||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-30T11:13:32.351Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:13:32.376Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:32.377Z||pool-55-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:13:33.250Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:13:33.251Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:13:33.253Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:13:33.253Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638799732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:13:33.354Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-30T11:13:33.355Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-30T11:13:33.355Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:13:33.375Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:33.376Z||pool-56-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:13:34.254Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:13:34.255Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:13:34.257Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:13:34.257Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638799732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:13:34.358Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:13:34.359Z||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-30T11:13:34.359Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:13:34.379Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:34.379Z||pool-57-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:13:35.258Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:13:35.260Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:13:35.263Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:13:35.263Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638799732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:13:35.362Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-30T11:13:35.364Z||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-30T11:13:35.364Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:13:35.399Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:35.400Z||pool-58-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:13:36.266Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "b0b7eb66-c2d8-4f94-b929-64549b40b208", "serviceDescription": "service", "serviceInvariantUUID": "a59e5d2d-65fb-484a-90c7-ddfe952e3bde", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "7ad116f1-24ca-4fd3-97ed-79b12818b652", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "228cb086-0ffe-4bfe-baf4-26ac12f2eaca", "resourceInvariantUUID": "e92e4475-4b23-4651-bb41-5db76168bc06", "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": "MWI3N2ViMTI2ZWVhYjRlYjgxMGExZjFkMzhkNTY5ZDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "29b11948-296c-4bb0-8c26-898d82acee1d", "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": "6b76f3da-ecc1-4519-a6f5-dccc4803b18b", "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": "978b8b57-38ab-4c51-98ea-1fa8825a8587", "generatedFromUUID": "6b76f3da-ecc1-4519-a6f5-dccc4803b18b" }, "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": "978b8b57-38ab-4c51-98ea-1fa8825a8587", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YjYxMzk3NTkwNTBmODc2NTNhMDJjYTM2NDIzMTZjMWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "38c5b5e3-1213-4ab4-b3ae-6e7e99118a8c" } ], "workloadContext": "Production" } 2022-03-30T11:13:36.266Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-30T11:13:36.266Z|c81de08b-c124-434e-ba9c-aac1fa50506c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b0b7eb66-c2d8-4f94-b929-64549b40b208 ASDC 2022-03-30T11:13:36.267Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:1b250ce9-735e-4d85-b269-a929c96fa710 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:b0b7eb66-c2d8-4f94-b929-64549b40b208 ServiceInvariantUUID:a59e5d2d-65fb-484a-90c7-ddfe952e3bde 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:38c5b5e3-1213-4ab4-b3ae-6e7e99118a8c ArtifactChecksum:YjYxMzk3NTkwNTBmODc2NTNhMDJjYTM2NDIzMTZjMWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:7ad116f1-24ca-4fd3-97ed-79b12818b652 ResourceInvariantUUID:e92e4475-4b23-4651-bb41-5db76168bc06 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:228cb086-0ffe-4bfe-baf4-26ac12f2eaca 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:29b11948-296c-4bb0-8c26-898d82acee1d ArtifactChecksum:MWI3N2ViMTI2ZWVhYjRlYjgxMGExZjFkMzhkNTY5ZDk= 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:6b76f3da-ecc1-4519-a6f5-dccc4803b18b 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:978b8b57-38ab-4c51-98ea-1fa8825a8587 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:978b8b57-38ab-4c51-98ea-1fa8825a8587 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-30T11:13:36.267Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0b7eb66-c2d8-4f94-b929-64549b40b208 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-30T11:13:36.326Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-30T11:13:36.327Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T11:13:36.327Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T11:13:36.328Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 38c5b5e3-1213-4ab4-b3ae-6e7e99118a8c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-30T11:13:36.328Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:13:36.328Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-30T11:13:36.894Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:13:36.899Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 38c5b5e3-1213-4ab4-b3ae-6e7e99118a8c 78818 2022-03-30T11:13:36.900Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:36.900Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:36.901Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:13:36.901Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:13:36.904Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:13:36.904Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638816900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:13:37.004Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:13:37.005Z||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-30T11:13:37.005Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:13:37.034Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:37.034Z||pool-59-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:13:37.905Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-30T11:13:37.906Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T11:13:37.906Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 38c5b5e3-1213-4ab4-b3ae-6e7e99118a8c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-30T11:13:37.907Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-30T11:13:37.907Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-30T11:13:37.908Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-30T11:13:38.106Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9624406158243288919/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-30T11:13:39.367Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-30T11:13:39.368Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-30T11:13:39.368Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-30T11:13:39.368Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-30T11:13:39.368Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:39.368Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:39.368Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-30T11:13:39.368Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-30T11:13:39.369Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-30T11:13:39.369Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-30T11:13:39.369Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-30T11:13:39.369Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:39.369Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-30T11:13:39.370Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-30T11:13:39.370Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:39.370Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:13:39.370Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-30T11:13:39.371Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-30T11:13:39.371Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-30T11:13:39.371Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:39.371Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:13:39.371Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-30T11:13:39.372Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-30T11:13:39.372Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-30T11:13:39.372Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:39.372Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:13:39.372Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:39.373Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-30T11:13:39.373Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-30T11:13:39.373Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-30T11:13:39.374Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-30T11:13:39.374Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-30T11:13:39.374Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-30T11:13:39.374Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:39.374Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-30T11:13:39.374Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:39.375Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-30T11:13:39.375Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:13:39.375Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:39.375Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-30T11:13:39.375Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:13:39.376Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:39.376Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-30T11:13:39.376Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:13:39.376Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:39.376Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-30T11:13:39.376Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-30T11:13:39.377Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-30T11:13:39.377Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ec0cf5e7-6d22-4e40-9625-7b3c1fe0c792 2022-03-30T11:13:39.377Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:39.377Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:13:39.377Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:39.378Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:13:39.378Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:39.378Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:13:39.378Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:39.378Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:13:39.378Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:b0b7eb66-c2d8-4f94-b929-64549b40b208 Model Version:NULL Model InvariantUuid:a59e5d2d-65fb-484a-90c7-ddfe952e3bde Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:910f15c9-3366-4da6-8b83-586aff1f52a0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e92e4475-4b23-4651-bb41-5db76168bc06 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7ad116f1-24ca-4fd3-97ed-79b12818b652 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9a1ac7fe-5bb7-4c4e-85ab-3cf7a9801200 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:8d3bff04-69dc-4b8e-8c94-5d5c1a2bc72d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ec0cf5e7-6d22-4e40-9625-7b3c1fe0c792 ModelInvariantUuid:9f23fb9d-f1dc-48dd-871b-a0cf2edce3ef ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:50c42f68-a2cb-4f8e-9847-52f34e2af402 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:e2975bb8-56d6-46a8-841f-53234c692815 ModelInvariantUuid:d913b1df-0692-4774-a3c9-834d296039c2 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:86db644e-407b-41dc-8616-73fc27f9ad28 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-30T11:13:39.388Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 228cb086-0ffe-4bfe-baf4-26ac12f2eaca 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-30T11:13:39.392Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||basic_vm_macro 0 2022-03-30T11:13:39.392Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 228cb086-0ffe-4bfe-baf4-26ac12f2eaca 2022-03-30T11:13:39.392Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 29b11948-296c-4bb0-8c26-898d82acee1d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-30T11:13:39.393Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:13:39.393Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:39.766Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:13:39.767Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 29b11948-296c-4bb0-8c26-898d82acee1d 792 2022-03-30T11:13:39.767Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:39.767Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:39.768Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:13:39.768Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:13:39.770Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:13:39.771Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638819767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T11:13:39.871Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:13:39.873Z||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-30T11:13:39.873Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:13:39.891Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:39.891Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:13:40.772Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9a1ac7fe-5bb7-4c4e-85ab-3cf7a9801200", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8d3bff04-69dc-4b8e-8c94-5d5c1a2bc72d", "vfModuleModelCustomizationUUID": "b8663658-e1d7-489f-96b5-dd09b4134675", "isBase": true, "artifacts": [ "6b76f3da-ecc1-4519-a6f5-dccc4803b18b", "978b8b57-38ab-4c51-98ea-1fa8825a8587" ], "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-30T11:13:40.777Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8d3bff04-69dc-4b8e-8c94-5d5c1a2bc72d VfModuleModelInvariantUUID:9a1ac7fe-5bb7-4c4e-85ab-3cf7a9801200 VfModuleModelDescription:NULL Artifacts UUID List:{ 6b76f3da-ecc1-4519-a6f5-dccc4803b18b , 978b8b57-38ab-4c51-98ea-1fa8825a8587 } 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-30T11:13:40.779Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9a1ac7fe-5bb7-4c4e-85ab-3cf7a9801200", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8d3bff04-69dc-4b8e-8c94-5d5c1a2bc72d", "vfModuleModelCustomizationUUID": "b8663658-e1d7-489f-96b5-dd09b4134675", "isBase": true, "artifacts": [ "6b76f3da-ecc1-4519-a6f5-dccc4803b18b", "978b8b57-38ab-4c51-98ea-1fa8825a8587" ], "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-30T11:13:40.779Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8d3bff04-69dc-4b8e-8c94-5d5c1a2bc72d VfModuleModelInvariantUUID:9a1ac7fe-5bb7-4c4e-85ab-3cf7a9801200 VfModuleModelDescription:NULL Artifacts UUID List:{ 6b76f3da-ecc1-4519-a6f5-dccc4803b18b , 978b8b57-38ab-4c51-98ea-1fa8825a8587 } 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-30T11:13:40.779Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6b76f3da-ecc1-4519-a6f5-dccc4803b18b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-30T11:13:40.780Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:13:40.780Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:41.114Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:13:41.115Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6b76f3da-ecc1-4519-a6f5-dccc4803b18b 5033 2022-03-30T11:13:41.116Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:41.116Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:41.116Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:13:41.116Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:13:41.119Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:13:41.119Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638821116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T11:13:41.219Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:13:41.220Z||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-30T11:13:41.220Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:13:41.243Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:41.243Z||pool-61-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:13:42.120Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 978b8b57-38ab-4c51-98ea-1fa8825a8587 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-30T11:13:42.122Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:13:42.122Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:42.272Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:13:42.273Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 978b8b57-38ab-4c51-98ea-1fa8825a8587 903 2022-03-30T11:13:42.273Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:42.273Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:42.273Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:13:42.274Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:13:42.275Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:13:42.276Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638822273, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:13:42.376Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:13:42.377Z||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-30T11:13:42.377Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:13:42.391Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:42.391Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:13:43.276Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b0b7eb66-c2d8-4f94-b929-64549b40b208 2022-03-30T11:13:43.277Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 228cb086-0ffe-4bfe-baf4-26ac12f2eaca 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-30T11:13:43.290Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4af479a7, org.onap.sdc.toscaparser.api.parameters.Input@76a633d3, org.onap.sdc.toscaparser.api.parameters.Input@1e6c9a62, org.onap.sdc.toscaparser.api.parameters.Input@1f9509a7, org.onap.sdc.toscaparser.api.parameters.Input@76c562b3] 2022-03-30T11:13:43.292Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:43.292Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:13:43.292Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-30T11:13:43.293Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 7ad116f1-24ca-4fd3-97ed-79b12818b652 2022-03-30T11:13:43.293Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7ad116f1-24ca-4fd3-97ed-79b12818b652 matches Tosca VF Customization UUID: 7ad116f1-24ca-4fd3-97ed-79b12818b652 2022-03-30T11:13:43.293Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 7ad116f1-24ca-4fd3-97ed-79b12818b652 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-30T11:13:43.295Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:43.296Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:13:43.296Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 7ad116f1-24ca-4fd3-97ed-79b12818b652: {\"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-30T11:13:43.297Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c903c35 2022-03-30T11:13:43.297Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:43.297Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-30T11:13:43.297Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b8663658-e1d7-489f-96b5-dd09b4134675 2022-03-30T11:13:43.298Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b8663658-e1d7-489f-96b5-dd09b4134675 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-30T11:13:43.301Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:43.302Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-30T11:13:43.302Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:13:43.302Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:43.302Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-30T11:13:43.303Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:13:43.303Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:43.303Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-30T11:13:43.303Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-30T11:13:43.304Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-30T11:13:43.304Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ec0cf5e7-6d22-4e40-9625-7b3c1fe0c792 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-30T11:13:43.307Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:43.307Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-30T11:13:43.307Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:13:43.307Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:43.308Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-30T11:13:43.308Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7ad116f1-24ca-4fd3-97ed-79b12818b652 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-30T11:13:43.310Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:43.310Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:13:43.310Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b0b7eb66-c2d8-4f94-b929-64549b40b208: basic_vm_macro 2022-03-30T11:13:43.310Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:43.311Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:13:43.311Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:43.311Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:13:43.311Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:43.312Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:13:43.312Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:43.312Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:13:43.312Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:13:43.312Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:13:43.313Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:43.422Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 228cb086-0ffe-4bfe-baf4-26ac12f2eaca 1 ASDC deployResourceStructure 2022-03-30T11:13:43.422Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:43.423Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:43.423Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:13:43.424Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:13:43.426Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:13:43.426Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638823422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T11:13:43.526Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:13:43.528Z||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-30T11:13:43.528Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:13:43.543Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:43.544Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:13:44.427Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:44.428Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:44.428Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:13:44.428Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:13:44.430Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:13:44.430Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638824427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-30T11:13:44.530Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:13:44.531Z||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-30T11:13:44.532Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:13:44.548Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:44.549Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:13:45.431Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:45.431Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:45.431Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:13:45.432Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:13:45.434Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:13:45.434Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638825431, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-30T11:13:45.534Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:13:45.535Z||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-30T11:13:45.535Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:13:45.548Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:45.548Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:13:46.436Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:46.437Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||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-30T11:13:46.438Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:13:46.438Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:13:46.440Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:13:46.440Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638826436, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:13:46.540Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:13:46.541Z||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-30T11:13:46.541Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:13:46.558Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:13:46.558Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:13:47.444Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b250ce9-735e-4d85-b269-a929c96fa710 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:13:47.467Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b250ce9-735e-4d85-b269-a929c96fa710 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-30T11:13:47.469Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T11:13:47.469Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T11:13:47.470Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T11:14:17.470Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b250ce9-735e-4d85-b269-a929c96fa710 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:14:17.481Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b250ce9-735e-4d85-b269-a929c96fa710 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-30T11:14:17.483Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T11:14:17.483Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T11:14:17.483Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T11:14:19.734Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:14:19.734Z||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-30T11:14:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:14:19.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:14:19.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-30T11:14:19.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "ves-openapi-manager", "timestamp": 1648638806486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:14:19.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-30T11:14:47.484Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b250ce9-735e-4d85-b269-a929c96fa710 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:14:47.494Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b250ce9-735e-4d85-b269-a929c96fa710 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-30T11:14:47.496Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T11:14:47.496Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T11:14:47.497Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T11:15:17.497Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b250ce9-735e-4d85-b269-a929c96fa710 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:15:17.511Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b250ce9-735e-4d85-b269-a929c96fa710 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-30T11:15:17.514Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T11:15:17.514Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T11:15:17.514Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T11:15:19.734Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:15:19.735Z||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-30T11:15:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:15:19.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:15:19.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-30T11:15:19.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "policy-id", "timestamp": 1648638805197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:15:19.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-30T11:15:19.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-30T11:15:19.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638799732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:15:19.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-30T11:15:47.515Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b250ce9-735e-4d85-b269-a929c96fa710 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:15:47.525Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b250ce9-735e-4d85-b269-a929c96fa710 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-30T11:15:47.528Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T11:15:47.528Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T11:15:47.529Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T11:16:17.530Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b250ce9-735e-4d85-b269-a929c96fa710 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:16:17.561Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b250ce9-735e-4d85-b269-a929c96fa710 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-30T11:16:17.563Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T11:16:17.563Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-30T11:16:17.563Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-30T11:16:19.734Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:16:19.736Z||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-30T11:16:19.737Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:16:19.779Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:16:19.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "clamp", "timestamp": 1648638804330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:16:19.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "ves-openapi-manager", "timestamp": 1648638806486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "policy-id", "timestamp": 1648638805197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638799732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:16:19.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "clamp", "timestamp": 1648638804330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "ves-openapi-manager", "timestamp": 1648638806486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "policy-id", "timestamp": 1648638805197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-30T11:16:19.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638799732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-30T11:16:19.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "clamp", "timestamp": 1648638804330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "ves-openapi-manager", "timestamp": 1648638806486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "policy-id", "timestamp": 1648638805197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638799732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "clamp", "timestamp": 1648638804330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "ves-openapi-manager", "timestamp": 1648638806486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "policy-id", "timestamp": 1648638805197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638799732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-30T11:16:19.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "clamp", "timestamp": 1648638804330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "ves-openapi-manager", "timestamp": 1648638806486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "policy-id", "timestamp": 1648638805197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638799732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "clamp", "timestamp": 1648638804330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "ves-openapi-manager", "timestamp": 1648638806486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "policy-id", "timestamp": 1648638805197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638799732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "clamp", "timestamp": 1648638804330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:16:19.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "ves-openapi-manager", "timestamp": 1648638806486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "policy-id", "timestamp": 1648638805197, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:16:19.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638799732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:16:19.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638816900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:19.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "policy-id", "timestamp": 1648638815911, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:19.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "policy-id", "timestamp": 1648638816916, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:16:19.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "policy-id", "timestamp": 1648638817920, "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-30T11:16:19.817Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b250ce9-735e-4d85-b269-a929c96fa710 2022-03-30T11:16:19.817Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b250ce9-735e-4d85-b269-a929c96fa710 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-30T11:16:19.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:16:19.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:16:19.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638819767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:19.830Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-30T11:16:19.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "cds", "timestamp": 1648638819147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:19.831Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638821116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:19.831Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.832Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.832Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:16:19.832Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638822273, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:19.832Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.833Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.833Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.833Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-30T11:16:19.833Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.833Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.833Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "cds", "timestamp": 1648638821752, "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=? 2022-03-30T11:16:19.840Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b250ce9-735e-4d85-b269-a929c96fa710 2022-03-30T11:16:19.840Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b250ce9-735e-4d85-b269-a929c96fa710 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-30T11:16:19.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638823422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T11:16:19.849Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.849Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "aai-ml", "timestamp": 1648638823481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:19.850Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638824427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-30T11:16:19.851Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:16:19.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638825431, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-30T11:16:19.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:16:19.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638824562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:19.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648638826436, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:16:19.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "ves-openapi-manager", "timestamp": 1648638826486, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "multicloud-k8s-id", "timestamp": 1648638825347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:19.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "policy-id", "timestamp": 1648638825196, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "clamp", "timestamp": 1648638827150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:19.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "ves-openapi-manager", "timestamp": 1648638826486, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "multicloud-k8s-id", "timestamp": 1648638826543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:19.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "policy-id", "timestamp": 1648638825196, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638826996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:16:19.858Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "ves-openapi-manager", "timestamp": 1648638826486, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "multicloud-k8s-id", "timestamp": 1648638827603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:19.860Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "policy-id", "timestamp": 1648638825196, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-30T11:16:19.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638828005, "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-30T11:16:19.865Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b250ce9-735e-4d85-b269-a929c96fa710 2022-03-30T11:16:19.866Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b250ce9-735e-4d85-b269-a929c96fa710 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-30T11:16:19.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "ves-openapi-manager", "timestamp": 1648638826486, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "multicloud-k8s-id", "timestamp": 1648638828632, "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-30T11:16:19.884Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b250ce9-735e-4d85-b269-a929c96fa710 2022-03-30T11:16:19.885Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b250ce9-735e-4d85-b269-a929c96fa710 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-30T11:16:19.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "policy-id", "timestamp": 1648638825196, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "ves-openapi-manager", "timestamp": 1648638826486, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "policy-id", "timestamp": 1648638825196, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "multicloud-k8s-id", "timestamp": 1648638829641, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T11:16:19.893Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "clamp", "timestamp": 1648638831152, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:16:19.893Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "ves-openapi-manager", "timestamp": 1648638826486, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "policy-id", "timestamp": 1648638825196, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "clamp", "timestamp": 1648638832156, "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-30T11:16:19.905Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b250ce9-735e-4d85-b269-a929c96fa710 2022-03-30T11:16:19.906Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b250ce9-735e-4d85-b269-a929c96fa710 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-30T11:16:19.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "ves-openapi-manager", "timestamp": 1648638826486, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "policy-id", "timestamp": 1648638825196, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:16:19.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "cds", "timestamp": 1648638810106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:16:19.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "ves-openapi-manager", "timestamp": 1648638826486, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "policy-id", "timestamp": 1648638825196, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-30T11:16:19.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "ves-openapi-manager", "timestamp": 1648638826486, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "cds", "timestamp": 1648638833354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:19.918Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "clamp", "timestamp": 1648638834331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "policy-id", "timestamp": 1648638825196, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "ves-openapi-manager", "timestamp": 1648638826486, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "aai-ml", "timestamp": 1648638835888, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:16:19.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "clamp", "timestamp": 1648638834331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:16:19.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "policy-id", "timestamp": 1648638825196, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:16:19.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-30T11:16:19.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "cds", "timestamp": 1648638834793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:16:19.935Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f46d7ee-21b4-4477-8558-aef83d767b81 2022-03-30T11:16:19.935Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f46d7ee-21b4-4477-8558-aef83d767b81 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-30T11:16:19.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "aai-ml", "timestamp": 1648638836893, "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-30T11:16:19.949Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b250ce9-735e-4d85-b269-a929c96fa710 2022-03-30T11:16:19.949Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b250ce9-735e-4d85-b269-a929c96fa710 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-30T11:16:19.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "clamp", "timestamp": 1648638834331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-30T11:16:19.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "policy-id", "timestamp": 1648638836077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:19.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "clamp", "timestamp": 1648638834331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-30T11:16:19.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "policy-id", "timestamp": 1648638837082, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:16:19.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "clamp", "timestamp": 1648638834331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638815555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:16:19.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "policy-id", "timestamp": 1648638838085, "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-30T11:16:19.973Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f46d7ee-21b4-4477-8558-aef83d767b81 2022-03-30T11:16:19.974Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f46d7ee-21b4-4477-8558-aef83d767b81 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-30T11:16:19.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "clamp", "timestamp": 1648638834331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638839521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:19.983Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "clamp", "timestamp": 1648638834331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "multicloud-k8s-id", "timestamp": 1648638816390, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:16:19.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "cds", "timestamp": 1648638835811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "clamp", "timestamp": 1648638834331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "cds", "timestamp": 1648638835811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "multicloud-k8s-id", "timestamp": 1648638841440, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:19.984Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638841733, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:16:19.985Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "clamp", "timestamp": 1648638834331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "cds", "timestamp": 1648638835811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638842737, "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-30T11:16:19.990Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f46d7ee-21b4-4477-8558-aef83d767b81 2022-03-30T11:16:19.991Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f46d7ee-21b4-4477-8558-aef83d767b81 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-30T11:16:19.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "clamp", "timestamp": 1648638834331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:16:19.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "multicloud-k8s-id", "timestamp": 1648638842789, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:19.999Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:19.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:19.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "cds", "timestamp": 1648638835811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:19.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:19.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "cds", "timestamp": 1648638835811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "multicloud-k8s-id", "timestamp": 1648638844432, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:20.000Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:20.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "ves-openapi-manager", "timestamp": 1648638846486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "cds", "timestamp": 1648638835811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "aai-ml", "timestamp": 1648638814577, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:16:20.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "policy-id", "timestamp": 1648638845196, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "multicloud-k8s-id", "timestamp": 1648638845934, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:20.002Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:20.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638845555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "ves-openapi-manager", "timestamp": 1648638846486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "cds", "timestamp": 1648638835811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "policy-id", "timestamp": 1648638845196, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "aai-ml", "timestamp": 1648638848278, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:20.003Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:20.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638845555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "multicloud-k8s-id", "timestamp": 1648638847027, "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-30T11:16:20.009Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f46d7ee-21b4-4477-8558-aef83d767b81 2022-03-30T11:16:20.009Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f46d7ee-21b4-4477-8558-aef83d767b81 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-30T11:16:20.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "ves-openapi-manager", "timestamp": 1648638846486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "cds", "timestamp": 1648638835811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "policy-id", "timestamp": 1648638845196, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638845555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "multicloud-k8s-id", "timestamp": 1648638848032, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T11:16:20.018Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:20.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "ves-openapi-manager", "timestamp": 1648638846486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "cds", "timestamp": 1648638835811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:16:20.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "policy-id", "timestamp": 1648638845196, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638845555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "ves-openapi-manager", "timestamp": 1648638846486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "policy-id", "timestamp": 1648638845196, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-30T11:16:20.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "multicloud-k8s-id", "timestamp": 1648638849039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "cds", "timestamp": 1648638849701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:20.020Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:20.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638845555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "ves-openapi-manager", "timestamp": 1648638846486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "multicloud-k8s-id", "timestamp": 1648638849039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-30T11:16:20.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "policy-id", "timestamp": 1648638845196, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "cds", "timestamp": 1648638850707, "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-30T11:16:20.035Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bae047aa-2e0c-41a3-9916-9fb5c7450d58 2022-03-30T11:16:20.035Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae047aa-2e0c-41a3-9916-9fb5c7450d58 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-30T11:16:20.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638845555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "ves-openapi-manager", "timestamp": 1648638846486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "policy-id", "timestamp": 1648638845196, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "multicloud-k8s-id", "timestamp": 1648638849039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-30T11:16:20.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638845555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "ves-openapi-manager", "timestamp": 1648638846486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "policy-id", "timestamp": 1648638845196, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "multicloud-k8s-id", "timestamp": 1648638849039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:16:20.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638845555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "ves-openapi-manager", "timestamp": 1648638846486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "policy-id", "timestamp": 1648638845196, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:16:20.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "multicloud-k8s-id", "timestamp": 1648638849039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-30T11:16:20.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638845555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:16:20.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "multicloud-k8s-id", "timestamp": 1648638849039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "policy-id", "timestamp": 1648638855169, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:20.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:20.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638855366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:20.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:20.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "multicloud-k8s-id", "timestamp": 1648638849039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-30T11:16:20.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "clamp", "timestamp": 1648638857152, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:16:20.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:20.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "policy-id", "timestamp": 1648638856174, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:16:20.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:20.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "aai-ml", "timestamp": 1648638857590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:16:20.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:20.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "multicloud-k8s-id", "timestamp": 1648638849039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:16:20.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:20.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "policy-id", "timestamp": 1648638857180, "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-30T11:16:20.057Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bae047aa-2e0c-41a3-9916-9fb5c7450d58 2022-03-30T11:16:20.057Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae047aa-2e0c-41a3-9916-9fb5c7450d58 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-30T11:16:20.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "aai-ml", "timestamp": 1648638858594, "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-30T11:16:20.073Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f46d7ee-21b4-4477-8558-aef83d767b81 2022-03-30T11:16:20.073Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f46d7ee-21b4-4477-8558-aef83d767b81 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-30T11:16:20.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638857539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:16:20.083Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:16:20.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:16:20.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "multicloud-k8s-id", "timestamp": 1648638849039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:16:20.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:16:47.564Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b250ce9-735e-4d85-b269-a929c96fa710 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:16:47.576Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b250ce9-735e-4d85-b269-a929c96fa710 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-30T11:16:47.579Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T11:16:47.580Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-30T11:16:47.580Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-30T11:16:47.580Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-30T11:16:47.580Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:16:47.580Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:16:47.580Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:16:47.581Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:16:47.581Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:16:47.581Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:16:47.581Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-30T11:16:47.585Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-30T11:17:17.586Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b250ce9-735e-4d85-b269-a929c96fa710 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-30T11:17:17.594Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b250ce9-735e-4d85-b269-a929c96fa710 and serviceModelVersionId: b0b7eb66-c2d8-4f94-b929-64549b40b208 2022-03-30T11:17:17.594Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a59e5d2d-65fb-484a-90c7-ddfe952e3bde 2022-03-30T11:17:17.596Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a59e5d2d-65fb-484a-90c7-ddfe952e3bde/model-vers/model-ver/b0b7eb66-c2d8-4f94-b929-64549b40b208?depth=0 2022-03-30T11:17:17.604Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-30T11:17:17.659Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a59e5d2d-65fb-484a-90c7-ddfe952e3bde/model-vers/model-ver/b0b7eb66-c2d8-4f94-b929-64549b40b208?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-30T11:17:17.661Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a59e5d2d-65fb-484a-90c7-ddfe952e3bde/model-vers/model-ver/b0b7eb66-c2d8-4f94-b929-64549b40b208?depth=0|INFO|500||Invoke 2022-03-30T11:17:17.685Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a59e5d2d-65fb-484a-90c7-ddfe952e3bde/model-vers/model-ver/b0b7eb66-c2d8-4f94-b929-64549b40b208?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-30T11:17:17.822Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a59e5d2d-65fb-484a-90c7-ddfe952e3bde/model-vers/model-ver/b0b7eb66-c2d8-4f94-b929-64549b40b208?depth=0|INFO|500||InvokeReturn 2022-03-30T11:17:17.823Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a59e5d2d-65fb-484a-90c7-ddfe952e3bde/model-vers/model-ver/b0b7eb66-c2d8-4f94-b929-64549b40b208?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220330-11:17:16:477-29104], vertex-id=[200752], Content-Length=[0], Date=[Wed, 30 Mar 2022 11:17:16 GMT], Content-Type=[application/json]} 2022-03-30T11:17:17.824Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-03-30T11:17:17.825Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-30T11:17:17.825Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-30T11:17:17.831Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-30T11:17:17.831Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b250ce9-735e-4d85-b269-a929c96fa710 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-30T11:17:17.832Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-30T11:17:17.832Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:17.837Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:17.837Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639037831, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-30T11:17:17.937Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:17.938Z||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-30T11:17:17.938Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:17.956Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:17.957Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 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-30T11:17:18.851Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:17:18.852Z|1b250ce9-735e-4d85-b269-a929c96fa710|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-30T11:17:18.852Z|1b250ce9-735e-4d85-b269-a929c96fa710|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:17:19.734Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:17:19.734Z||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-30T11:17:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:17:19.803Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:19.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648638858543, "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-30T11:17:19.810Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bae047aa-2e0c-41a3-9916-9fb5c7450d58 2022-03-30T11:17:19.810Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae047aa-2e0c-41a3-9916-9fb5c7450d58 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-30T11:17:19.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "aai-ml", "timestamp": 1648638859598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:19.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "multicloud-k8s-id", "timestamp": 1648638858954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T11:17:19.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:17:19.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "aai-ml", "timestamp": 1648638859598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:19.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "multicloud-k8s-id", "timestamp": 1648638860151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T11:17:19.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:17:19.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "aai-ml", "timestamp": 1648638859598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:19.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "multicloud-k8s-id", "timestamp": 1648638861449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-30T11:17:19.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:17:19.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "clamp", "timestamp": 1648638863158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:17:19.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:17:19.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "aai-ml", "timestamp": 1648638859598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:19.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "multicloud-k8s-id", "timestamp": 1648638862656, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:17:19.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:17:19.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "clamp", "timestamp": 1648638864162, "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-30T11:17:19.825Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7f46d7ee-21b4-4477-8558-aef83d767b81 2022-03-30T11:17:19.826Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f46d7ee-21b4-4477-8558-aef83d767b81 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-30T11:17:19.833Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.833Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "aai-ml", "timestamp": 1648638859598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:19.834Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "multicloud-k8s-id", "timestamp": 1648638863697, "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-30T11:17:19.838Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bae047aa-2e0c-41a3-9916-9fb5c7450d58 2022-03-30T11:17:19.838Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae047aa-2e0c-41a3-9916-9fb5c7450d58 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-30T11:17:19.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "aai-ml", "timestamp": 1648638859598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:19.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "clamp", "timestamp": 1648638865164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:19.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "multicloud-k8s-id", "timestamp": 1648638864701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T11:17:19.847Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:17:19.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "aai-ml", "timestamp": 1648638859598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:19.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "clamp", "timestamp": 1648638865164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:19.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "aai-ml", "timestamp": 1648638859598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:19.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "clamp", "timestamp": 1648638865164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:19.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "aai-ml", "timestamp": 1648638859598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:17:19.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "clamp", "timestamp": 1648638865164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:17:19.849Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "aai-ml", "timestamp": 1648638869496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:17:19.849Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:17:19.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "clamp", "timestamp": 1648638865164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:19.849Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "clamp", "timestamp": 1648638865164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:19.849Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "clamp", "timestamp": 1648638865164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:19.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "clamp", "timestamp": 1648638865164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:19.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "clamp", "timestamp": 1648638865164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:17:19.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-30T11:17:19.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "aai-ml", "timestamp": 1648638880977, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:17:19.850Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:17:19.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "aai-ml", "timestamp": 1648638881981, "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-30T11:17:19.862Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bae047aa-2e0c-41a3-9916-9fb5c7450d58 2022-03-30T11:17:19.863Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae047aa-2e0c-41a3-9916-9fb5c7450d58 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-30T11:17:19.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "clamp", "timestamp": 1648638883158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:17:19.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:17:19.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "clamp", "timestamp": 1648638885167, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:17:19.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:17:19.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:17:19.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "clamp", "timestamp": 1648638886171, "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-30T11:17:19.877Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bae047aa-2e0c-41a3-9916-9fb5c7450d58 2022-03-30T11:17:19.877Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae047aa-2e0c-41a3-9916-9fb5c7450d58 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-30T11:17:23.212Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:23.213Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:17:23.213Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f46d7ee-21b4-4477-8558-aef83d767b81","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"9aebd35b-9119-4524-a605-4e8a861074cc","serviceDescription":"service","serviceInvariantUUID":"852c8fd7-d586-4efe-91e9-5a6b5f6626e9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8d253e52-ee65-41f2-bb3a-b77e9d1c959a","resourceInvariantUUID":"145d6f30-239a-4a0c-af91-be90dc4121d1","resourceCustomizationUUID":"65d49565-a634-4b6a-be26-b879fde2dd90","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"M2JjZmI3ZTMxZjQ4YjdkMWE4ZDcyYTgyYzJjOWZhYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b0c99b7-0194-4ac1-b382-e99fdb0e0771","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"YWQ4OGQ1MzY0MWJjZDVlYTQ2YjZmNmZjYjdhNzI1YjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a01dcc4-43bb-49da-b73a-b5ac0c17f397","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6996bdda-c97e-49bc-a5fc-d9df679ca9ad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"42a56fda-7c42-4ba0-b617-711905f3d23a","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"65eeb9bc-4223-4562-b120-610f6aec7805","artifactVersion":"2","generatedFromUUID":"b9318513-5185-4d8b-a26f-e506046f2095"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7ad42600-cd6c-479b-941b-5b8396f9500e","artifactVersion":"2","generatedFromUUID":"6996bdda-c97e-49bc-a5fc-d9df679ca9ad"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b9318513-5185-4d8b-a26f-e506046f2095","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0db462dd-c72d-451a-992e-45b707d31f22","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"NjMwOTk1NmExOGZiMjhkMDFiMGI4NTBhOTZlNDhkZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7951aab8-3b98-49b6-9477-622954b0d4ba","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjVhYTNkNTYyMTY2ZmFkN2Q4N2M4MjI1MjAxOThmODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0bec620e-71a7-48ce-a64f-0e63216336af","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-30T11:17:23.215Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:17:23.215Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:23.217Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:23.218Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:23.317Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T11:17:23.318Z||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-30T11:17:23.318Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:23.332Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:23.333Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:17:24.218Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:17:24.219Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:24.222Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:24.222Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:17:24.322Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:24.323Z||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-30T11:17:24.323Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:24.342Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:24.342Z||pool-69-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:17:25.223Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:17:25.224Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:25.226Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:25.226Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-30T11:17:25.327Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T11:17:25.327Z||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-30T11:17:25.328Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:25.343Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:25.344Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:17:26.227Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:17:26.228Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:26.230Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:26.230Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:26.330Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:26.332Z||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-30T11:17:26.332Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:26.353Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:26.354Z||pool-71-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:17:27.232Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:17:27.234Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:27.239Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:27.239Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-30T11:17:27.339Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T11:17:27.340Z||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-30T11:17:27.340Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:27.367Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:27.368Z||pool-72-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:17:28.240Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:17:28.241Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:28.244Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:28.245Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-30T11:17:28.345Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:28.346Z||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-30T11:17:28.346Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:28.376Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:28.376Z||pool-73-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:17:29.246Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:17:29.246Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:29.249Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:29.249Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-30T11:17:29.349Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T11:17:29.352Z||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-30T11:17:29.352Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:29.380Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:29.381Z||pool-74-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:17:30.250Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:17:30.251Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:30.254Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:30.254Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:30.354Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:30.355Z||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-30T11:17:30.355Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:30.370Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:30.370Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:17:31.255Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:17:31.256Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:31.259Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:31.259Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:17:31.359Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:31.360Z||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-30T11:17:31.360Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:31.374Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:31.375Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:17:32.259Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:17:32.260Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:32.262Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:32.262Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:17:32.362Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:32.364Z||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-30T11:17:32.364Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:32.378Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:32.378Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:17:33.264Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "9aebd35b-9119-4524-a605-4e8a861074cc", "serviceDescription": "service", "serviceInvariantUUID": "852c8fd7-d586-4efe-91e9-5a6b5f6626e9", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "65d49565-a634-4b6a-be26-b879fde2dd90", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8d253e52-ee65-41f2-bb3a-b77e9d1c959a", "resourceInvariantUUID": "145d6f30-239a-4a0c-af91-be90dc4121d1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "YWQ4OGQ1MzY0MWJjZDVlYTQ2YjZmNmZjYjdhNzI1YjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8a01dcc4-43bb-49da-b73a-b5ac0c17f397", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6996bdda-c97e-49bc-a5fc-d9df679ca9ad", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7ad42600-cd6c-479b-941b-5b8396f9500e", "generatedFromUUID": "6996bdda-c97e-49bc-a5fc-d9df679ca9ad" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "65eeb9bc-4223-4562-b120-610f6aec7805", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7ad42600-cd6c-479b-941b-5b8396f9500e", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b9318513-5185-4d8b-a26f-e506046f2095", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YjVhYTNkNTYyMTY2ZmFkN2Q4N2M4MjI1MjAxOThmODU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0bec620e-71a7-48ce-a64f-0e63216336af" } ], "workloadContext": "Production" } 2022-03-30T11:17:33.264Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-30T11:17:33.265Z|1b250ce9-735e-4d85-b269-a929c96fa710|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9aebd35b-9119-4524-a605-4e8a861074cc ASDC 2022-03-30T11:17:33.266Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:7f46d7ee-21b4-4477-8558-aef83d767b81 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:9aebd35b-9119-4524-a605-4e8a861074cc ServiceInvariantUUID:852c8fd7-d586-4efe-91e9-5a6b5f6626e9 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:0bec620e-71a7-48ce-a64f-0e63216336af ArtifactChecksum:YjVhYTNkNTYyMTY2ZmFkN2Q4N2M4MjI1MjAxOThmODU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:65d49565-a634-4b6a-be26-b879fde2dd90 ResourceInvariantUUID:145d6f30-239a-4a0c-af91-be90dc4121d1 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:8d253e52-ee65-41f2-bb3a-b77e9d1c959a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:8a01dcc4-43bb-49da-b73a-b5ac0c17f397 ArtifactChecksum:YWQ4OGQ1MzY0MWJjZDVlYTQ2YjZmNmZjYjdhNzI1YjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:6996bdda-c97e-49bc-a5fc-d9df679ca9ad ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:7ad42600-cd6c-479b-941b-5b8396f9500e ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:65eeb9bc-4223-4562-b120-610f6aec7805 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:7ad42600-cd6c-479b-941b-5b8396f9500e ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:b9318513-5185-4d8b-a26f-e506046f2095 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-30T11:17:33.267Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9aebd35b-9119-4524-a605-4e8a861074cc 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-30T11:17:33.310Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-30T11:17:33.311Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T11:17:33.311Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T11:17:33.311Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0bec620e-71a7-48ce-a64f-0e63216336af from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-30T11:17:33.311Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:17:33.312Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-30T11:17:34.245Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:17:34.252Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 0bec620e-71a7-48ce-a64f-0e63216336af 158202 2022-03-30T11:17:34.252Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-03-30T11:17:34.253Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-30T11:17:34.253Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:17:34.253Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:34.255Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:34.255Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639054252, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:17:34.355Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:34.356Z||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-30T11:17:34.356Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:34.368Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:34.369Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:17:35.256Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-30T11:17:35.257Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T11:17:35.258Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0bec620e-71a7-48ce-a64f-0e63216336af, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-30T11:17:35.258Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-03-30T11:17:35.259Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-30T11:17:35.259Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-30T11:17:35.417Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14586827264565307874/Definitions/service-BasicCnfMacro-template.yml 2022-03-30T11:17:36.564Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-30T11:17:36.565Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-30T11:17:36.565Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-30T11:17:36.565Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-30T11:17:36.565Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-30T11:17:36.565Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-30T11:17:36.566Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-30T11:17:36.566Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_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-BasicCnfMacro-csar.csar 2022-03-30T11:17:36.566Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-30T11:17:36.566Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:36.566Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:17:36.567Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-30T11:17:36.567Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-30T11:17:36.567Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-30T11:17:36.568Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:36.568Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:17:36.568Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-30T11:17:36.568Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-30T11:17:36.569Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-30T11:17:36.569Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:36.569Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:17:36.569Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:36.569Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-03-30T11:17:36.570Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-03-30T11:17:36.570Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-03-30T11:17:36.570Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-30T11:17:36.570Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:36.570Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-30T11:17:36.571Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:36.571Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-30T11:17:36.571Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:17:36.571Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:36.571Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-30T11:17:36.572Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:17:36.572Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:36.572Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-30T11:17:36.572Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:17:36.573Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:36.573Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-30T11:17:36.573Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:17:36.573Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:36.573Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-03-30T11:17:36.573Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-03-30T11:17:36.574Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=9c6707c7-a457-4202-aaf8-90c6036769ed 2022-03-30T11:17:36.574Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:36.574Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:17:36.574Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:36.574Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:17:36.575Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:36.575Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:17:36.575Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:36.575Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:17:36.575Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:9aebd35b-9119-4524-a605-4e8a861074cc Model Version:NULL Model InvariantUuid:852c8fd7-d586-4efe-91e9-5a6b5f6626e9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:5fe14eed-0876-41b6-a096-0ec1435672b7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:145d6f30-239a-4a0c-af91-be90dc4121d1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:65d49565-a634-4b6a-be26-b879fde2dd90 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:152f2d8d-3ec7-47e7-a137-30c45fd1d6d5 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:a993f7cb-7fbf-4416-9433-943c8a5dc408 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:5c396cb8-ff01-42f8-8ec3-0bd03d43efc3 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:6aa968dc-fb6e-4a8e-84c6-98b8adb0553f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9c6707c7-a457-4202-aaf8-90c6036769ed ModelInvariantUuid:fbce9587-9fee-421e-829e-ca5849ad5bd2 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:1ca3d576-72ef-4b82-8065-2a2ccb6d8278 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:9ab3920a-fa49-4990-b933-c662a229a5e2 ModelInvariantUuid:8be08007-3c1f-48bc-9a8f-6849b58c0e98 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:2bdebd76-36a9-4ec2-80bd-a45fc9086133 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-30T11:17:36.582Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 8d253e52-ee65-41f2-bb3a-b77e9d1c959a 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-30T11:17:36.585Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0 2022-03-30T11:17:36.585Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8d253e52-ee65-41f2-bb3a-b77e9d1c959a 2022-03-30T11:17:36.585Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a01dcc4-43bb-49da-b73a-b5ac0c17f397 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-03-30T11:17:36.585Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:17:36.586Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-03-30T11:17:36.934Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:17:36.934Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 8a01dcc4-43bb-49da-b73a-b5ac0c17f397 1565 2022-03-30T11:17:36.935Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-03-30T11:17:36.935Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-03-30T11:17:36.935Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:17:36.936Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:36.938Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:36.938Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639056935, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T11:17:37.038Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:37.039Z||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-30T11:17:37.039Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:37.056Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:37.057Z||pool-79-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:17:37.939Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "5c396cb8-ff01-42f8-8ec3-0bd03d43efc3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6aa968dc-fb6e-4a8e-84c6-98b8adb0553f", "vfModuleModelCustomizationUUID": "0150e414-3ff3-4855-86b1-08ee3a1529f2", "isBase": true, "artifacts": [ "6996bdda-c97e-49bc-a5fc-d9df679ca9ad", "7ad42600-cd6c-479b-941b-5b8396f9500e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "152f2d8d-3ec7-47e7-a137-30c45fd1d6d5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a993f7cb-7fbf-4416-9433-943c8a5dc408", "vfModuleModelCustomizationUUID": "13477e27-a41e-4014-acdc-565f086f9e48", "isBase": false, "artifacts": [ "b9318513-5185-4d8b-a26f-e506046f2095" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-30T11:17:37.943Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6aa968dc-fb6e-4a8e-84c6-98b8adb0553f VfModuleModelInvariantUUID:5c396cb8-ff01-42f8-8ec3-0bd03d43efc3 VfModuleModelDescription:NULL Artifacts UUID List:{ 6996bdda-c97e-49bc-a5fc-d9df679ca9ad , 7ad42600-cd6c-479b-941b-5b8396f9500e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:a993f7cb-7fbf-4416-9433-943c8a5dc408 VfModuleModelInvariantUUID:152f2d8d-3ec7-47e7-a137-30c45fd1d6d5 VfModuleModelDescription:NULL Artifacts UUID List:{ b9318513-5185-4d8b-a26f-e506046f2095 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-03-30T11:17:37.945Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "5c396cb8-ff01-42f8-8ec3-0bd03d43efc3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6aa968dc-fb6e-4a8e-84c6-98b8adb0553f", "vfModuleModelCustomizationUUID": "0150e414-3ff3-4855-86b1-08ee3a1529f2", "isBase": true, "artifacts": [ "6996bdda-c97e-49bc-a5fc-d9df679ca9ad", "7ad42600-cd6c-479b-941b-5b8396f9500e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "152f2d8d-3ec7-47e7-a137-30c45fd1d6d5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a993f7cb-7fbf-4416-9433-943c8a5dc408", "vfModuleModelCustomizationUUID": "13477e27-a41e-4014-acdc-565f086f9e48", "isBase": false, "artifacts": [ "b9318513-5185-4d8b-a26f-e506046f2095" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-30T11:17:37.946Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6aa968dc-fb6e-4a8e-84c6-98b8adb0553f VfModuleModelInvariantUUID:5c396cb8-ff01-42f8-8ec3-0bd03d43efc3 VfModuleModelDescription:NULL Artifacts UUID List:{ 6996bdda-c97e-49bc-a5fc-d9df679ca9ad , 7ad42600-cd6c-479b-941b-5b8396f9500e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:a993f7cb-7fbf-4416-9433-943c8a5dc408 VfModuleModelInvariantUUID:152f2d8d-3ec7-47e7-a137-30c45fd1d6d5 VfModuleModelDescription:NULL Artifacts UUID List:{ b9318513-5185-4d8b-a26f-e506046f2095 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-03-30T11:17:37.946Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6996bdda-c97e-49bc-a5fc-d9df679ca9ad from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-03-30T11:17:37.946Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:17:37.946Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-03-30T11:17:38.274Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:17:38.274Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 6996bdda-c97e-49bc-a5fc-d9df679ca9ad 914 2022-03-30T11:17:38.275Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-03-30T11:17:38.275Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-03-30T11:17:38.275Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:17:38.275Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:38.278Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:38.278Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639058275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T11:17:38.378Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:38.378Z||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-30T11:17:38.379Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:38.405Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:38.406Z||pool-80-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:17:39.278Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 65eeb9bc-4223-4562-b120-610f6aec7805 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-03-30T11:17:39.279Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:17:39.279Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-03-30T11:17:39.486Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:17:39.486Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 65eeb9bc-4223-4562-b120-610f6aec7805 12 2022-03-30T11:17:39.486Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-03-30T11:17:39.487Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-03-30T11:17:39.487Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:17:39.487Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:39.489Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:39.490Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639059486, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:17:39.590Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:39.591Z||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-30T11:17:39.591Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:39.607Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:39.608Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:17:40.490Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7ad42600-cd6c-479b-941b-5b8396f9500e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-03-30T11:17:40.491Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:17:40.491Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-03-30T11:17:40.577Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:17:40.577Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 7ad42600-cd6c-479b-941b-5b8396f9500e 96 2022-03-30T11:17:40.578Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-03-30T11:17:40.578Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-03-30T11:17:40.578Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:17:40.578Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:40.580Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:40.581Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639060577, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:17:40.681Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:40.682Z||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-30T11:17:40.682Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:40.699Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:40.700Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:17:41.581Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b9318513-5185-4d8b-a26f-e506046f2095 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-03-30T11:17:41.582Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:17:41.582Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-03-30T11:17:41.782Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:17:41.782Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz b9318513-5185-4d8b-a26f-e506046f2095 20206 2022-03-30T11:17:41.783Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-03-30T11:17:41.783Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-03-30T11:17:41.783Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:17:41.783Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:41.785Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:41.785Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639061783, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-30T11:17:41.885Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:41.886Z||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-30T11:17:41.886Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:41.898Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:41.899Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:17:42.791Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9aebd35b-9119-4524-a605-4e8a861074cc 2022-03-30T11:17:42.792Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 8d253e52-ee65-41f2-bb3a-b77e9d1c959a ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-30T11:17:42.801Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46d257d, org.onap.sdc.toscaparser.api.parameters.Input@74ca4b94, org.onap.sdc.toscaparser.api.parameters.Input@5e66b899, org.onap.sdc.toscaparser.api.parameters.Input@1f5c2e7, org.onap.sdc.toscaparser.api.parameters.Input@6cde4969] 2022-03-30T11:17:42.803Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:42.803Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:17:42.803Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-30T11:17:42.804Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 65d49565-a634-4b6a-be26-b879fde2dd90 2022-03-30T11:17:42.804Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 65d49565-a634-4b6a-be26-b879fde2dd90 matches Tosca VF Customization UUID: 65d49565-a634-4b6a-be26-b879fde2dd90 2022-03-30T11:17:42.804Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 65d49565-a634-4b6a-be26-b879fde2dd90 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-30T11:17:42.806Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:42.806Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:17:42.807Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 65d49565-a634-4b6a-be26-b879fde2dd90: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-03-30T11:17:42.807Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e6aee10 2022-03-30T11:17:42.807Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:42.808Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-30T11:17:42.808Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 13477e27-a41e-4014-acdc-565f086f9e48 2022-03-30T11:17:42.808Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 13477e27-a41e-4014-acdc-565f086f9e48 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-30T11:17:42.810Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:42.810Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-30T11:17:42.810Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:17:42.811Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:42.811Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-30T11:17:42.811Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:17:42.811Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:42.811Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-30T11:17:42.812Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=65d49565-a634-4b6a-be26-b879fde2dd90 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-30T11:17:42.813Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:42.813Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:17:42.814Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9aebd35b-9119-4524-a605-4e8a861074cc: basic_cnf_macro 2022-03-30T11:17:42.814Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:42.814Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:17:42.814Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:42.814Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:17:42.815Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:42.815Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:17:42.815Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:42.815Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:17:42.815Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:17:42.815Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:17:42.816Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-30T11:17:42.851Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 8d253e52-ee65-41f2-bb3a-b77e9d1c959a 2 ASDC deployResourceStructure 2022-03-30T11:17:42.851Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-03-30T11:17:42.851Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-03-30T11:17:42.851Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:17:42.852Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:42.853Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:42.854Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639062851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T11:17:42.954Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:42.955Z||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-30T11:17:42.955Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:42.966Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:42.966Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:17:43.854Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-03-30T11:17:43.855Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-03-30T11:17:43.855Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:17:43.855Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:43.857Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:43.857Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639063854, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-03-30T11:17:43.957Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:43.958Z||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-30T11:17:43.958Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:43.972Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:43.972Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:17:44.867Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-03-30T11:17:44.868Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-03-30T11:17:44.868Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-30T11:17:44.868Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:44.871Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:44.872Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639064858, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-30T11:17:44.971Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-30T11:17:44.972Z||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-30T11:17:44.972Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:44.991Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:44.991Z||pool-86-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:17:45.874Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-03-30T11:17:45.874Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-03-30T11:17:45.874Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:17:45.875Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:45.877Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:45.877Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639065874, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-03-30T11:17:45.977Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:45.978Z||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-30T11:17:45.978Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:45.992Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:45.992Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:17:46.878Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-03-30T11:17:46.878Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-03-30T11:17:46.878Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-30T11:17:46.879Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:46.882Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:46.882Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639066878, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-30T11:17:46.982Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:46.983Z||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-30T11:17:46.984Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:47.000Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:47.001Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:17:47.883Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-03-30T11:17:47.884Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-30T11:17:47.884Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:17:47.884Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:17:47.887Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:17:47.887Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639067883, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:17:47.987Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:17:47.987Z||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-30T11:17:47.988Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:17:48.003Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:17:48.003Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:17:48.888Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f46d7ee-21b4-4477-8558-aef83d767b81 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:17:48.898Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f46d7ee-21b4-4477-8558-aef83d767b81 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-30T11:17:48.900Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T11:17:48.900Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-30T11:17:48.900Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-30T11:17:48.900Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-30T11:17:48.900Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:17:48.901Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:17:48.901Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:17:48.901Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:17:48.901Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:17:48.901Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:17:48.901Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-30T11:17:48.906Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-30T11:18:18.907Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f46d7ee-21b4-4477-8558-aef83d767b81 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-30T11:18:19.551Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f46d7ee-21b4-4477-8558-aef83d767b81 and serviceModelVersionId: 9aebd35b-9119-4524-a605-4e8a861074cc 2022-03-30T11:18:19.551Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 852c8fd7-d586-4efe-91e9-5a6b5f6626e9 2022-03-30T11:18:19.552Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/852c8fd7-d586-4efe-91e9-5a6b5f6626e9/model-vers/model-ver/9aebd35b-9119-4524-a605-4e8a861074cc?depth=0 2022-03-30T11:18:19.555Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-30T11:18:19.619Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/852c8fd7-d586-4efe-91e9-5a6b5f6626e9/model-vers/model-ver/9aebd35b-9119-4524-a605-4e8a861074cc?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-30T11:18:19.620Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/852c8fd7-d586-4efe-91e9-5a6b5f6626e9/model-vers/model-ver/9aebd35b-9119-4524-a605-4e8a861074cc?depth=0|INFO|500||Invoke 2022-03-30T11:18:19.649Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/852c8fd7-d586-4efe-91e9-5a6b5f6626e9/model-vers/model-ver/9aebd35b-9119-4524-a605-4e8a861074cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-30T11:18:19.734Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:18:19.735Z||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-30T11:18:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:18:19.782Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:19.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-30T11:18:19.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b250ce9-735e-4d85-b269-a929c96fa710", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639037831, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-30T11:18:19.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:18:19.986Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/852c8fd7-d586-4efe-91e9-5a6b5f6626e9/model-vers/model-ver/9aebd35b-9119-4524-a605-4e8a861074cc?depth=0|INFO|500||InvokeReturn 2022-03-30T11:18:19.986Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/852c8fd7-d586-4efe-91e9-5a6b5f6626e9/model-vers/model-ver/9aebd35b-9119-4524-a605-4e8a861074cc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220330-11:18:18:442-24938], vertex-id=[233624], Content-Length=[0], Date=[Wed, 30 Mar 2022 11:18:18 GMT], Content-Type=[application/json]} 2022-03-30T11:18:19.987Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-03-30T11:18:19.988Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-30T11:18:19.988Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-30T11:18:19.993Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-30T11:18:19.994Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f46d7ee-21b4-4477-8558-aef83d767b81 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-30T11:18:19.994Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-30T11:18:19.994Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:19.996Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:19.996Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639099994, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-30T11:18:20.096Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:18:20.097Z||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-30T11:18:20.098Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:20.114Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:20.115Z||pool-90-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-30T11:18:21.009Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:18:21.009Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"bae047aa-2e0c-41a3-9916-9fb5c7450d58","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4f8d20d6-677c-4044-9a1c-4fc7c535d445","serviceDescription":"service","serviceInvariantUUID":"42f0e4c0-db72-4578-9091-318b6fa42292","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4beba4e4-f491-452e-88a1-f60c9b366179","resourceInvariantUUID":"8f19dd0d-6922-4be6-b749-4c645d711377","resourceCustomizationUUID":"8c40886e-0101-4360-bb72-4cd0c05e1068","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":"ZjYwMjJiYjUyOTU5NjJkZjcwNTA3ZmNjZTFlZmFmMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"833838e6-b272-4b5f-bf79-7f4e83900b15","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":"c5b8bcba-2ca3-4983-8dad-6d5a2a22400b","artifactVersion":"2","generatedFromUUID":"0e3e078c-0823-44d1-9847-5269a1304872"},{"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":"0e3e078c-0823-44d1-9847-5269a1304872","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":"NmRjODdmYjdhYjAwOGIxZmY3OWQzMzdkNzIyMmU4NzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"85c8827b-546c-4823-870f-a9a1f8c12ffc","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":"1c837fab-f199-42ee-940c-a11dde770396","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":"967ae6a8-0214-4289-b2e7-0773f4c803ff","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":"a9d31d43-6d0c-40dd-8359-9b2d50e06933","artifactVersion":"2","generatedFromUUID":"1c837fab-f199-42ee-940c-a11dde770396"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTU4N2Q5MmFmN2U5MWZjZmZhMDU2NDlhODZhZTJhZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4420c194-37fc-490b-8867-7dbae748f28c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YWE4ZGJkNWIzMmY0YzhkMTgxYTlmNjk3ZmFjMzUwMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3f9039d-3ef7-46fa-bf13-52b0aad8b3dd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-30T11:18:21.009Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:18:21.010Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:21.012Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:21.012Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:18:21.112Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:18:21.113Z||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-30T11:18:21.113Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:21.128Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:21.128Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:18:22.012Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:18:22.013Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:22.015Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:22.015Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-30T11:18:22.115Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:18:22.116Z||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-30T11:18:22.116Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:22.135Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:22.136Z||pool-92-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:18:23.015Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:18:23.017Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:23.018Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:23.019Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-30T11:18:23.119Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:18:23.120Z||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-30T11:18:23.120Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:23.134Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:23.134Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:18:24.019Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:18:24.020Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:24.021Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:24.021Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:18:24.122Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:18:24.122Z||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-30T11:18:24.123Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:24.151Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:24.152Z||pool-94-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:18:25.022Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:18:25.023Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:25.025Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:25.026Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-30T11:18:25.126Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:18:25.127Z||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-30T11:18:25.127Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:25.140Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:25.141Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:18:26.026Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:18:26.027Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:26.030Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:26.030Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:18:26.130Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T11:18:26.131Z||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-30T11:18:26.131Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:26.154Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:26.154Z||pool-96-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":2,"count":1} 2022-03-30T11:18:27.031Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:18:27.032Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:27.034Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:27.034Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-30T11:18:27.134Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:18:27.135Z||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-30T11:18:27.136Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:27.152Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:27.153Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:18:28.035Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:18:28.036Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:28.039Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:28.039Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:18:28.139Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:18:28.140Z||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-30T11:18:28.140Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:28.162Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:28.162Z||pool-98-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:18:29.039Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-30T11:18:29.040Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:29.042Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:29.042Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:18:29.142Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:18:29.143Z||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-30T11:18:29.143Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:29.161Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:29.162Z||pool-99-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:18:30.043Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "4f8d20d6-677c-4044-9a1c-4fc7c535d445", "serviceDescription": "service", "serviceInvariantUUID": "42f0e4c0-db72-4578-9091-318b6fa42292", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "8c40886e-0101-4360-bb72-4cd0c05e1068", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4beba4e4-f491-452e-88a1-f60c9b366179", "resourceInvariantUUID": "8f19dd0d-6922-4be6-b749-4c645d711377", "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": "c5b8bcba-2ca3-4983-8dad-6d5a2a22400b", "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": "0e3e078c-0823-44d1-9847-5269a1304872", "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": "NmRjODdmYjdhYjAwOGIxZmY3OWQzMzdkNzIyMmU4NzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "85c8827b-546c-4823-870f-a9a1f8c12ffc", "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": "1c837fab-f199-42ee-940c-a11dde770396", "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": "a9d31d43-6d0c-40dd-8359-9b2d50e06933", "generatedFromUUID": "1c837fab-f199-42ee-940c-a11dde770396" }, "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": "a9d31d43-6d0c-40dd-8359-9b2d50e06933", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YWE4ZGJkNWIzMmY0YzhkMTgxYTlmNjk3ZmFjMzUwMmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c3f9039d-3ef7-46fa-bf13-52b0aad8b3dd" } ], "workloadContext": "Production" } 2022-03-30T11:18:30.044Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-30T11:18:30.044Z|7f46d7ee-21b4-4477-8558-aef83d767b81|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4f8d20d6-677c-4044-9a1c-4fc7c535d445 ASDC 2022-03-30T11:18:30.044Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:bae047aa-2e0c-41a3-9916-9fb5c7450d58 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:4f8d20d6-677c-4044-9a1c-4fc7c535d445 ServiceInvariantUUID:42f0e4c0-db72-4578-9091-318b6fa42292 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:c3f9039d-3ef7-46fa-bf13-52b0aad8b3dd ArtifactChecksum:YWE4ZGJkNWIzMmY0YzhkMTgxYTlmNjk3ZmFjMzUwMmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:8c40886e-0101-4360-bb72-4cd0c05e1068 ResourceInvariantUUID:8f19dd0d-6922-4be6-b749-4c645d711377 ResourceName:basic_cnf ResourceType:VF ResourceUUID:4beba4e4-f491-452e-88a1-f60c9b366179 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:c5b8bcba-2ca3-4983-8dad-6d5a2a22400b 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:0e3e078c-0823-44d1-9847-5269a1304872 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:85c8827b-546c-4823-870f-a9a1f8c12ffc ArtifactChecksum:NmRjODdmYjdhYjAwOGIxZmY3OWQzMzdkNzIyMmU4NzA= 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:1c837fab-f199-42ee-940c-a11dde770396 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:a9d31d43-6d0c-40dd-8359-9b2d50e06933 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:a9d31d43-6d0c-40dd-8359-9b2d50e06933 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-30T11:18:30.045Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f8d20d6-677c-4044-9a1c-4fc7c535d445 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-30T11:18:30.077Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-30T11:18:30.078Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T11:18:30.078Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T11:18:30.079Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c3f9039d-3ef7-46fa-bf13-52b0aad8b3dd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-30T11:18:30.079Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:18:30.079Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-30T11:18:31.528Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:18:31.531Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c3f9039d-3ef7-46fa-bf13-52b0aad8b3dd 68950 2022-03-30T11:18:31.531Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:31.531Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:31.531Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:18:31.531Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:31.533Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:31.533Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639111531, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:18:31.634Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:18:31.634Z||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-30T11:18:31.635Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:31.649Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:31.650Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:18:32.534Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-30T11:18:32.539Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-30T11:18:32.539Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c3f9039d-3ef7-46fa-bf13-52b0aad8b3dd, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-30T11:18:32.540Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-30T11:18:32.540Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-30T11:18:32.540Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-30T11:18:32.633Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14342323913799768433/Definitions/service-BasicCnf-template.yml 2022-03-30T11:18:33.751Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-30T11:18:33.752Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-30T11:18:33.752Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-30T11:18:33.752Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-30T11:18:33.753Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:33.753Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:33.753Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-30T11:18:33.753Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:33.753Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-30T11:18:33.753Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:33.754Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:18:33.754Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-30T11:18:33.754Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-30T11:18:33.754Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-30T11:18:33.755Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:33.755Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:18:33.755Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-30T11:18:33.755Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-30T11:18:33.755Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-30T11:18:33.756Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:33.756Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:18:33.756Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:33.756Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-30T11:18:33.756Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-30T11:18:33.757Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-30T11:18:33.757Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-30T11:18:33.757Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:33.757Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-30T11:18:33.757Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:33.757Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-30T11:18:33.758Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:18:33.758Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:33.758Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-30T11:18:33.758Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:18:33.758Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:33.759Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-30T11:18:33.759Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:18:33.759Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:33.759Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-30T11:18:33.759Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-30T11:18:33.760Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=69e56b6a-3cc6-474a-8f32-4e344f7d0481 2022-03-30T11:18:33.760Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:33.760Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:18:33.760Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:33.761Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:18:33.761Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:33.761Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:18:33.761Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:33.761Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:18:33.762Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:4f8d20d6-677c-4044-9a1c-4fc7c535d445 Model Version:NULL Model InvariantUuid:42f0e4c0-db72-4578-9091-318b6fa42292 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:b058b40e-d92a-4da9-b1ff-7981e666e3ba Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8f19dd0d-6922-4be6-b749-4c645d711377 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8c40886e-0101-4360-bb72-4cd0c05e1068 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dfc32a19-21f2-42df-8666-ac27c2d0d0e1 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:76c079d3-8afc-426c-a2fb-e587f96a284d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:69e56b6a-3cc6-474a-8f32-4e344f7d0481 ModelInvariantUuid:1df296b0-5cd2-4b07-89ad-9bd460f4e6b3 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:dac05f66-faf2-4b58-afbc-f4d4710141f4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:e00a5984-f33e-4c50-8ab1-9170b61a74bd ModelInvariantUuid:7da37178-c1b0-4c0a-a9b8-606e5d18f425 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:e5b37a8d-fcf7-4f46-a7cb-d6f4e6ce073a 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-30T11:18:33.769Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 4beba4e4-f491-452e-88a1-f60c9b366179 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-30T11:18:33.772Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-03-30T11:18:33.772Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4beba4e4-f491-452e-88a1-f60c9b366179 2022-03-30T11:18:33.773Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c5b8bcba-2ca3-4983-8dad-6d5a2a22400b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-30T11:18:33.773Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:18:33.773Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:33.935Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:18:33.935Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env c5b8bcba-2ca3-4983-8dad-6d5a2a22400b 12 2022-03-30T11:18:33.936Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:33.936Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:33.936Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:18:33.936Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:33.938Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:33.938Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639113936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:18:34.039Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:18:34.040Z||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-30T11:18:34.040Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:34.061Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:34.061Z||pool-101-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:18:34.939Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0e3e078c-0823-44d1-9847-5269a1304872 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-30T11:18:34.940Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:18:34.940Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:35.130Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:18:35.131Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 0e3e078c-0823-44d1-9847-5269a1304872 2688 2022-03-30T11:18:35.131Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:35.131Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:35.131Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:18:35.132Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:35.133Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:35.134Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639115131, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-30T11:18:35.234Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:18:35.234Z||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-30T11:18:35.235Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:35.250Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:35.250Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:18:36.135Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 85c8827b-546c-4823-870f-a9a1f8c12ffc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-30T11:18:36.136Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:18:36.137Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:36.423Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:18:36.424Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 85c8827b-546c-4823-870f-a9a1f8c12ffc 828 2022-03-30T11:18:36.424Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:36.424Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:36.425Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:18:36.425Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:36.427Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:36.427Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639116424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T11:18:36.528Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T11:18:36.528Z||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-30T11:18:36.528Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:36.544Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:36.544Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:18:37.428Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "dfc32a19-21f2-42df-8666-ac27c2d0d0e1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "76c079d3-8afc-426c-a2fb-e587f96a284d", "vfModuleModelCustomizationUUID": "a165af07-0e61-4f79-a0b6-88a88f18559f", "isBase": true, "artifacts": [ "1c837fab-f199-42ee-940c-a11dde770396", "0e3e078c-0823-44d1-9847-5269a1304872", "a9d31d43-6d0c-40dd-8359-9b2d50e06933" ], "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-30T11:18:37.431Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:76c079d3-8afc-426c-a2fb-e587f96a284d VfModuleModelInvariantUUID:dfc32a19-21f2-42df-8666-ac27c2d0d0e1 VfModuleModelDescription:NULL Artifacts UUID List:{ 1c837fab-f199-42ee-940c-a11dde770396 , 0e3e078c-0823-44d1-9847-5269a1304872 , a9d31d43-6d0c-40dd-8359-9b2d50e06933 } 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-30T11:18:37.433Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "dfc32a19-21f2-42df-8666-ac27c2d0d0e1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "76c079d3-8afc-426c-a2fb-e587f96a284d", "vfModuleModelCustomizationUUID": "a165af07-0e61-4f79-a0b6-88a88f18559f", "isBase": true, "artifacts": [ "1c837fab-f199-42ee-940c-a11dde770396", "0e3e078c-0823-44d1-9847-5269a1304872", "a9d31d43-6d0c-40dd-8359-9b2d50e06933" ], "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-30T11:18:37.433Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:76c079d3-8afc-426c-a2fb-e587f96a284d VfModuleModelInvariantUUID:dfc32a19-21f2-42df-8666-ac27c2d0d0e1 VfModuleModelDescription:NULL Artifacts UUID List:{ 1c837fab-f199-42ee-940c-a11dde770396 , 0e3e078c-0823-44d1-9847-5269a1304872 , a9d31d43-6d0c-40dd-8359-9b2d50e06933 } 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-30T11:18:37.433Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1c837fab-f199-42ee-940c-a11dde770396 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-30T11:18:37.434Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:18:37.434Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:37.722Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:18:37.723Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 1c837fab-f199-42ee-940c-a11dde770396 1164 2022-03-30T11:18:37.723Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:37.723Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:37.723Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:18:37.724Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:37.726Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:37.726Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639117723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T11:18:37.826Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T11:18:37.827Z||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-30T11:18:37.828Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:37.856Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:37.857Z||pool-104-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:18:38.727Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a9d31d43-6d0c-40dd-8359-9b2d50e06933 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-30T11:18:38.728Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-30T11:18:38.728Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:39.077Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-30T11:18:39.078Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a9d31d43-6d0c-40dd-8359-9b2d50e06933 200 2022-03-30T11:18:39.078Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:39.078Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:39.079Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-30T11:18:39.079Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:39.081Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:39.081Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639119078, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:18:39.181Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:18:39.182Z||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-30T11:18:39.182Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:39.211Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:39.211Z||pool-105-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:18:40.082Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4f8d20d6-677c-4044-9a1c-4fc7c535d445 2022-03-30T11:18:40.083Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4beba4e4-f491-452e-88a1-f60c9b366179 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=? 2022-03-30T11:18:40.095Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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 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-30T11:18:40.100Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ddb2671, org.onap.sdc.toscaparser.api.parameters.Input@2ad0afaf, org.onap.sdc.toscaparser.api.parameters.Input@5ab410ef, org.onap.sdc.toscaparser.api.parameters.Input@62591eeb, org.onap.sdc.toscaparser.api.parameters.Input@6635547f] 2022-03-30T11:18:40.101Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:40.102Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:18:40.102Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-30T11:18:40.102Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8c40886e-0101-4360-bb72-4cd0c05e1068 2022-03-30T11:18:40.102Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8c40886e-0101-4360-bb72-4cd0c05e1068 matches Tosca VF Customization UUID: 8c40886e-0101-4360-bb72-4cd0c05e1068 2022-03-30T11:18:40.103Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8c40886e-0101-4360-bb72-4cd0c05e1068 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-30T11:18:40.106Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:40.106Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:18:40.107Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 8c40886e-0101-4360-bb72-4cd0c05e1068: {\"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-30T11:18:40.107Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19fa8ea2 2022-03-30T11:18:40.107Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:40.107Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-30T11:18:40.107Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a165af07-0e61-4f79-a0b6-88a88f18559f 2022-03-30T11:18:40.108Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a165af07-0e61-4f79-a0b6-88a88f18559f 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-30T11:18:40.109Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:40.110Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-30T11:18:40.110Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:18:40.110Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:40.110Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-30T11:18:40.110Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:18:40.111Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:40.111Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-30T11:18:40.111Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-30T11:18:40.111Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=69e56b6a-3cc6-474a-8f32-4e344f7d0481 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-30T11:18:40.113Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:40.113Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-30T11:18:40.114Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-30T11:18:40.114Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:40.114Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-30T11:18:40.114Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=8c40886e-0101-4360-bb72-4cd0c05e1068 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-30T11:18:40.116Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:40.116Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:18:40.116Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4f8d20d6-677c-4044-9a1c-4fc7c535d445: basic_cnf 2022-03-30T11:18:40.116Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:40.117Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:18:40.117Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:40.117Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:18:40.117Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:40.118Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:18:40.118Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:40.118Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:18:40.118Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-30T11:18:40.118Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-30T11:18:40.119Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:40.177Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 4beba4e4-f491-452e-88a1-f60c9b366179 1 ASDC deployResourceStructure 2022-03-30T11:18:40.177Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:40.177Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:40.178Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-30T11:18:40.178Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:40.180Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:40.180Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639120177, "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-30T11:18:40.280Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:18:40.281Z||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-30T11:18:40.281Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:40.296Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:40.297Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:18:41.181Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:41.181Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:41.182Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-30T11:18:41.182Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:41.184Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:41.184Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639121181, "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-30T11:18:41.284Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:18:41.285Z||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-30T11:18:41.285Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:41.298Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:41.299Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:18:42.185Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:42.185Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:42.186Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:18:42.186Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:42.188Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:42.188Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639122184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T11:18:42.288Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T11:18:42.289Z||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-30T11:18:42.289Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:42.306Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:42.306Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:18:43.190Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:43.190Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:43.191Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:18:43.191Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:43.193Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:43.193Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639123190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-30T11:18:43.294Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:18:43.294Z||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-30T11:18:43.295Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:43.309Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:43.309Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-30T11:18:44.195Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:44.195Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:44.196Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:18:44.196Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:44.198Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:44.198Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639124195, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-30T11:18:44.298Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T11:18:44.301Z||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-30T11:18:44.301Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:44.316Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:44.317Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:18:45.199Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:45.200Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||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-30T11:18:45.200Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-30T11:18:45.200Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:18:45.202Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:18:45.202Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639125199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:18:45.303Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-30T11:18:45.303Z||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-30T11:18:45.303Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:18:45.316Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:18:45.316Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-30T11:18:46.203Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae047aa-2e0c-41a3-9916-9fb5c7450d58 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T11:18:46.212Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae047aa-2e0c-41a3-9916-9fb5c7450d58 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-30T11:18:46.214Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-30T11:18:46.214Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-30T11:18:46.215Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-30T11:18:46.215Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-30T11:18:46.215Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:18:46.215Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:18:46.215Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:18:46.215Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:18:46.215Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:18:46.215Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-30T11:18:46.215Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-30T11:18:46.219Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-30T11:19:16.219Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bae047aa-2e0c-41a3-9916-9fb5c7450d58 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-30T11:19:16.225Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bae047aa-2e0c-41a3-9916-9fb5c7450d58 and serviceModelVersionId: 4f8d20d6-677c-4044-9a1c-4fc7c535d445 2022-03-30T11:19:16.225Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42f0e4c0-db72-4578-9091-318b6fa42292 2022-03-30T11:19:16.226Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42f0e4c0-db72-4578-9091-318b6fa42292/model-vers/model-ver/4f8d20d6-677c-4044-9a1c-4fc7c535d445?depth=0 2022-03-30T11:19:16.231Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-30T11:19:16.273Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f0e4c0-db72-4578-9091-318b6fa42292/model-vers/model-ver/4f8d20d6-677c-4044-9a1c-4fc7c535d445?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-30T11:19:16.275Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f0e4c0-db72-4578-9091-318b6fa42292/model-vers/model-ver/4f8d20d6-677c-4044-9a1c-4fc7c535d445?depth=0|INFO|500||Invoke 2022-03-30T11:19:16.293Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f0e4c0-db72-4578-9091-318b6fa42292/model-vers/model-ver/4f8d20d6-677c-4044-9a1c-4fc7c535d445?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-30T11:19:16.398Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f0e4c0-db72-4578-9091-318b6fa42292/model-vers/model-ver/4f8d20d6-677c-4044-9a1c-4fc7c535d445?depth=0|INFO|500||InvokeReturn 2022-03-30T11:19:16.399Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f0e4c0-db72-4578-9091-318b6fa42292/model-vers/model-ver/4f8d20d6-677c-4044-9a1c-4fc7c535d445?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220330-11:19:15:087-11302], vertex-id=[245912], Content-Length=[0], Date=[Wed, 30 Mar 2022 11:19:15 GMT], Content-Type=[application/json]} 2022-03-30T11:19:16.399Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-03-30T11:19:16.400Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-30T11:19:16.401Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-30T11:19:16.406Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-30T11:19:16.406Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bae047aa-2e0c-41a3-9916-9fb5c7450d58 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-30T11:19:16.406Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-30T11:19:16.407Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-30T11:19:16.409Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-30T11:19:16.409Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639156406, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-30T11:19:16.509Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-30T11:19:16.510Z||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-30T11:19:16.510Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WbCfsoNG61B7iikd) ... 2022-03-30T11:19:16.541Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:19:16.542Z||pool-112-thread-1|||||INFO|500||cambria reply ok (33 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-30T11:19:17.423Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:19:17.423Z||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-30T11:19:17.423Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:19:19.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:19:19.735Z||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-30T11:19:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:19:19.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:19:19.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:19:19.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:19:19.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:19:19.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:19:19.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-30T11:19:19.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:19:19.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:19:19.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:19:19.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-30T11:19:19.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:19:19.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-30T11:19:19.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:19:19.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-30T11:19:19.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:19:19.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-30T11:19:19.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:19:19.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:19:19.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:19:19.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:19:19.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-30T11:19:19.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639054252, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:19:19.770Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:19:19.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639056935, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T11:19:19.770Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:19:19.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639058275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T11:19:19.771Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:19:19.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639059486, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:19:19.771Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:19:19.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639060577, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:19:19.771Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:19:19.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639061783, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-30T11:19:19.771Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:19:19.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639062851, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T11:19:19.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:19:19.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639063854, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-03-30T11:19:19.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:19:19.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639064858, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-30T11:19:19.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:19:19.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639065874, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-03-30T11:19:19.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:19:19.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639066878, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-30T11:19:19.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:19:19.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-30T11:19:19.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639067883, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:19:19.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:19:26.978Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:19:26.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:19:26.979Z||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-30T11:19:26.979Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:19:36.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:19:36.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:19:36.531Z||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-30T11:19:36.531Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:19:46.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:19:46.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:19:46.080Z||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-30T11:19:46.081Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:19:55.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:19:55.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:19:55.642Z||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-30T11:19:55.642Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:20:05.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:20:19.732Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:20:19.733Z||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-30T11:20:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:20:19.734Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:20:19.734Z||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-30T11:20:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:20:19.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:20:19.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-30T11:20:19.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7f46d7ee-21b4-4477-8558-aef83d767b81", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639099994, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-30T11:20:19.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:20:29.285Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:21:19.732Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:21:19.733Z||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-30T11:21:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:21:19.734Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:21:19.734Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|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-30T11:21:19.734Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:21:20.271Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:21:20.272Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.272Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:21:20.273Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-30T11:21:20.273Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.273Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-30T11:21:20.273Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-30T11:21:20.274Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.274Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-30T11:21:20.274Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-30T11:21:20.274Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.274Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-30T11:21:20.275Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-30T11:21:20.275Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.275Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-30T11:21:20.275Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-30T11:21:20.275Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.276Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-30T11:21:20.276Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-30T11:21:20.276Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.276Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-30T11:21:20.276Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-30T11:21:20.276Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.277Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-30T11:21:20.277Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-30T11:21:20.277Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.277Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639038851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-30T11:21:20.277Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-30T11:21:20.277Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.277Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639111531, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-30T11:21:20.278Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:21:20.278Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.278Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639113936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:21:20.278Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:21:20.278Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.278Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639115131, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-30T11:21:20.279Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:21:20.279Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.279Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639116424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-30T11:21:20.279Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:21:20.279Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.279Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639117723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-30T11:21:20.280Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:21:20.280Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.280Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639119078, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-30T11:21:20.280Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:21:20.280Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.280Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639120177, "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-30T11:21:20.281Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:21:20.281Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.281Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639121181, "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-30T11:21:20.281Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:21:20.281Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.281Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639122184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-30T11:21:20.281Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:21:20.282Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.282Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639123190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-30T11:21:20.282Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:21:20.282Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.282Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639124195, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-30T11:21:20.282Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:21:20.282Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.283Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639125199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-30T11:21:20.283Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:21:20.283Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-30T11:21:20.283Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bae047aa-2e0c-41a3-9916-9fb5c7450d58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648639156406, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-30T11:21:20.283Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-30T11:21:29.302Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:22:19.732Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:22:19.733Z||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-30T11:22:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:22:19.734Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:22:19.734Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|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-30T11:22:19.734Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:22:29.300Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:22:29.349Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:23:19.732Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:23:19.733Z||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-30T11:23:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:23:19.734Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:23:19.734Z||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-30T11:23:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:23:29.290Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:23:29.291Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:24:19.734Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:24:19.735Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:24:19.736Z||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-30T11:24:19.736Z||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-30T11:24:19.736Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:24:19.736Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:24:29.311Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:24:29.336Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:25:19.732Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:25:19.733Z||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-30T11:25:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:25:19.734Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:25:19.734Z||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-30T11:25:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:25:29.296Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:25:29.303Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:26:19.732Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:26:19.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:26:19.735Z||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-30T11:26:19.735Z||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-30T11:26:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:26:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:26:29.310Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:26:29.310Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:27:19.732Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:27:19.733Z||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-30T11:27:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:27:19.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:27:19.734Z||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-30T11:27:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:27:29.303Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:27:29.346Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:28:19.732Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:28:19.734Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:28:19.734Z||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-30T11:28:19.735Z||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-30T11:28:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:28:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:28:29.302Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:28:29.317Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:29:19.732Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:29:19.733Z||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-30T11:29:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:29:19.734Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:29:19.734Z||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-30T11:29:19.734Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:29:29.301Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:29:29.322Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:30:19.732Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:30:19.733Z||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-30T11:30:19.733Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:30:19.734Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:30:19.734Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|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-30T11:30:19.734Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:30:29.305Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:30:29.313Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:31:19.732Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:31:19.734Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-30T11:31:19.734Z||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-30T11:31:19.734Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|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-30T11:31:19.735Z||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 WbCfsoNG61B7iikd) ... 2022-03-30T11:31:19.735Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|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 WbCfsoNG61B7iikd) ... 2022-03-30T11:31:29.339Z|bae047aa-2e0c-41a3-9916-9fb5c7450d58|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:31:29.340Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-30T11:31:46.903Z||http-nio-8085-exec-2|||||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)