JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-11-04T10:40:05.053Z||main|||||INFO|500||The following profiles are active: basic 2021-11-04T10:40:21.726Z||main|||||INFO|500||Starting service [Tomcat] 2021-11-04T10:40:21.727Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-11-04T10:40:21.970Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-11-04T10:40:27.052Z||main|||||INFO|500||catdb-pool - Starting... 2021-11-04T10:40:27.620Z||main|||||INFO|500||catdb-pool - Start completed. 2021-11-04T10:40:28.193Z||main|||||INFO|500||reqdb-pool - Starting... 2021-11-04T10:40:28.198Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-11-04T10:40:28.360Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-11-04T10:40:28.694Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-11-04T10:40:30.372Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-11-04T10:40:35.345Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-04T10:40:37.784Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-04T10:40:37.871Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-11-04T10:40:38.510Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-04T10:40:38.658Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-11-04T10:40:40.139Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-04T10:40:41.273Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-11-04T10:40:41.297Z||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$$51610b81.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-11-04T10:40:41.299Z||main|||||WARN|500||The sdc end point is not alive 2021-11-04T10:40:44.832Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-11-04T10:40:48.045Z||main|||||WARN|500||--- 2021-11-04T10:40:48.045Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-11-04T10:40:48.045Z||main|||||WARN|500||--- 2021-11-04T10:40:48.550Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-11-04T10:40:53.997Z||main|||||INFO|500||Started Application in 54.785 seconds (JVM running for 60.4) 2021-11-04T10:40:54.051Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-04T10:40:54.052Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-04T10:40:54.067Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-04T10:40:54.089Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-04T10:40:54.132Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 932acc52-6d46-43b9-9482-d01c3e0d4cde url= /sdc/v1/artifactTypes 2021-11-04T10:40:54.133Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-04T10:40:54.410Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-04T10:40:54.448Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-04T10:40:54.479Z||scheduling-1|||||DEBUG|500||create keys 2021-11-04T10:40:54.487Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-11-04T10:40:54.760Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:40:54.824Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6ae34852-789a-4c84-86f5-8b3e1d731a8e url= /sdc/v1/registerForDistribution 2021-11-04T10:40:55.178Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6ae34852-789a-4c84-86f5-8b3e1d731a8e url= /sdc/v1/registerForDistribution 2021-11-04T10:40:55.179Z||scheduling-1|||||INFO|500||start DistributionClient 2021-11-04T10:40:55.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:40:55.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:40:55.197Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-11-04T10:40:55.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:40:55.206Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:40:55.206Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:40:55.206Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:41:06.159Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:41:06.235Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:41:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:41:55.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:41:55.192Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:41:55.192Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:41:55.190Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:41:55.193Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:42:04.744Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:42:04.745Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:42:55.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:42:55.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:42:55.190Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:42:55.190Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:42:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:42:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:43:04.749Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:43:04.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:43:55.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:43:55.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:43:55.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:43:55.196Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:43:55.196Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:43:55.196Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:44:04.749Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:44:04.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:44:55.185Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:44:55.186Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:44:55.186Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:44:55.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:44:55.191Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:44:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:45:04.737Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:45:04.741Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:45:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:45:55.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:45:55.190Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:45:55.190Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:45:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:45:55.190Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:46:04.739Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:46:04.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:46:55.186Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:46:55.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:46:55.189Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:46:55.189Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:46:55.189Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:46:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:47:04.738Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:47:04.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:47:55.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:47:55.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:47:55.194Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:47:55.194Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:47:55.207Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:47:55.208Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:48:04.765Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:48:04.769Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:48:55.185Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:48:55.186Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:48:55.187Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:48:55.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:48:55.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:48:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:49:04.743Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:49:04.743Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:49:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:49:55.186Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:49:55.191Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:49:55.191Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:49:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:49:55.191Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:50:04.782Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:50:04.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:50:27.783Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-11-04T10:50:55.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:50:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:50:55.191Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:50:55.191Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:50:55.191Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:50:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:51:04.740Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:51:04.742Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:51:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:51:55.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:51:55.192Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:51:55.193Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:51:55.194Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:51:55.195Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:52:04.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:52:04.755Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:52:55.185Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:52:55.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:52:55.189Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:52:55.189Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:52:55.190Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:52:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:53:04.747Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:53:04.757Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:53:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:53:55.190Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:53:55.194Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:53:55.195Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:53:55.195Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:53:55.196Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:54:04.749Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:54:04.753Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:54:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:54:55.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:54:55.193Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:54:55.193Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:54:55.193Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:54:55.193Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:55:04.749Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:55:04.750Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:55:55.186Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:55:55.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:55:55.189Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:55:55.189Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:55:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:55:55.190Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:56:04.752Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:56:04.763Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:56:55.186Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:56:55.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:56:55.190Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:56:55.191Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:56:55.191Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:56:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:57:04.742Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:57:04.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:57:55.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:57:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:57:55.191Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:57:55.191Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:57:55.191Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:57:55.192Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:58:04.752Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:58:04.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:58:55.185Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:58:55.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:58:55.187Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:58:55.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:58:55.188Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:58:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:59:04.738Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:59:04.738Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T10:59:55.185Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:59:55.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:59:55.187Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T10:59:55.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T10:59:55.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T10:59:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:00:04.734Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:00:04.740Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:00:55.186Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:00:55.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:00:55.189Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:00:55.189Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:00:55.189Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:00:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:01:04.740Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:01:04.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:01:55.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:01:55.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:01:55.191Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:01:55.191Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:01:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:01:55.191Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:02:04.751Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:02:04.752Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:02:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:02:55.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:02:55.190Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:02:55.190Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:02:55.190Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:02:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:03:04.739Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:03:04.739Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:03:55.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:03:55.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:03:55.195Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:03:55.195Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:03:55.196Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:03:55.196Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:04:04.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:04:04.770Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:04:55.185Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:04:55.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:04:55.187Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:04:55.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:04:55.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:04:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:05:04.742Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:05:04.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:05:55.185Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:05:55.186Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:05:55.187Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:05:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:05:55.189Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:05:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:06:04.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:06:04.753Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:06:55.185Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:06:55.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:06:55.189Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:06:55.189Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:06:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:06:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:07:04.748Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:07:04.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:07:55.188Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:07:55.186Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:07:55.190Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:07:55.190Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:07:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:07:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:08:04.749Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:08:04.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:08:55.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:08:55.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:08:55.193Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:08:55.193Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:08:55.193Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:08:55.193Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:09:04.746Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:09:04.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:09:55.185Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:09:55.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:09:55.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:09:55.187Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:09:55.188Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:09:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:10:04.737Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:10:04.737Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:10:55.185Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:10:55.186Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:10:55.187Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:10:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:10:55.188Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:10:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:11:04.744Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:11:04.744Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:11:55.185Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:11:55.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:11:55.187Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:11:55.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:11:55.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:11:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:12:04.736Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:12:04.737Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:12:55.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:12:55.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:12:55.191Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:12:55.191Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:12:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:12:55.192Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:13:04.766Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:13:04.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:13:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:13:55.188Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:13:55.192Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:13:55.192Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:13:55.193Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:13:55.193Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:14:04.749Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:14:04.749Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:14:55.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:14:55.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:14:55.191Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:14:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:14:55.191Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:14:55.195Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:15:04.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:15:04.748Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:15:55.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:15:55.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:15:55.191Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:15:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:15:55.192Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:15:55.192Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:16:04.756Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:16:04.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:16:55.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:16:55.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:16:55.190Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:16:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:16:55.191Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:16:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:17:04.736Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:17:04.737Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:17:55.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:17:55.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:17:55.192Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:17:55.192Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:17:55.192Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:17:55.192Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:18:04.747Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:18:04.748Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:18:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:18:55.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:18:55.187Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:18:55.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:18:55.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:18:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:19:04.736Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:19:04.737Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:19:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:19:55.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:19:55.187Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:19:55.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:19:55.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:19:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:20:04.745Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:20:04.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:20:55.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:20:55.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:20:55.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:20:55.188Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:20:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:20:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:21:04.743Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:21:04.744Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:21:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:21:55.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:21:55.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:21:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:21:55.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:21:55.199Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:22:04.746Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:22:04.763Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:22:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:22:55.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:22:55.187Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:22:55.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:22:55.188Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:22:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:23:04.741Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:23:04.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:23:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:23:55.188Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:23:55.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:23:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:23:55.188Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:23:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:24:04.764Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:24:04.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:24:55.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:24:55.191Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:24:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:24:55.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:24:55.193Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:24:55.193Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:25:04.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:25:04.752Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:25:55.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:25:55.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:25:55.190Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:25:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:25:55.191Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:25:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:26:04.743Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:26:04.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:26:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:26:55.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:26:55.187Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:26:55.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:26:55.189Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:26:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:27:04.738Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:27:04.738Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:27:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:27:55.186Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:27:55.186Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:27:55.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:27:55.188Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:27:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:28:04.749Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:28:04.749Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:28:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:28:55.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:28:55.187Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:28:55.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:28:55.188Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:28:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:29:04.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:29:04.768Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:29:55.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:29:55.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:29:55.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:29:55.188Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:29:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:29:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:30:04.734Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:30:04.734Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:30:55.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:30:55.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:30:55.190Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:30:55.190Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:30:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:30:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:31:04.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:31:04.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:31:55.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:31:55.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:31:55.191Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:31:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:31:55.191Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:31:55.192Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:32:04.749Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:32:04.750Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:32:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:32:55.188Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:32:55.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:32:55.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:32:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:32:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:33:04.750Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:33:04.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:33:55.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:33:55.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:33:55.187Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:33:55.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:33:55.188Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:33:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:33:55.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:33:55.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T11:33:55.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"297e37ec-4b06-450e-adca-ad06f91cf10c","serviceName":"vFW 2021-11-04 11-31-01","serviceVersion":"1.0","serviceUUID":"a7922797-7d93-4f7e-816c-7e1916410151","serviceDescription":"catalog service description","serviceInvariantUUID":"e35704ef-a932-49fd-84a9-bbd7f7945c97","resources":[{"resourceInstanceName":"vFW 56e28029-4f5f 0","resourceName":"vFW 56e28029-4f5f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"af24ddb2-fd3e-429a-883e-0582889f9a1f","resourceInvariantUUID":"a9860f8d-5a8d-4b56-add0-548b9a3f49c4","resourceCustomizationUUID":"a2805155-d847-4195-9d90-bc9a804a435b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml","artifactChecksum":"NWQ4NzVlZGIyYWJmZTFkMTMxOTdjMGViYzNjNjI1OWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4a4a72d-9c4f-482d-a3ac-a20f2a7a28ae","artifactVersion":"1"},{"artifactName":"vfw56e280294f5f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json","artifactChecksum":"Y2Q0NjNlODZhYmViYTZlZjcxOTQxMzI2YmFiMTI3NzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4244b1ef-ea04-4336-9217-f0a1f0b22121","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b7866fd5-c11a-4bd7-81d1-b834738304bf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml","artifactChecksum":"OTYwYTNlZmE1ZmJjMjM5NTA3NGM2OTQzZjk2ODg5Nzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ffbef334-c925-4704-a476-3ec08e6f6c68","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"12c7c064-dc27-424c-9843-224b4f19cadf","artifactVersion":"2","generatedFromUUID":"b7866fd5-c11a-4bd7-81d1-b834738304bf"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211104113101-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml","artifactChecksum":"NzA1MDMxNWMzZTk2MmMwYTVhNmNiMjdjZjBkYTMyYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c4a08e9-c7b2-47fd-bd23-88fe35b6dc61","artifactVersion":"1"},{"artifactName":"service-Vfw20211104113101-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar","artifactChecksum":"MzM3YzcxNTdiZTIxYzYzZWM5NzRjM2E0Njc2YTUwOWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"46b63637-206d-480e-a641-db2c379b503e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-04T11:33:55.835Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:33:55.842Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:33:55.854Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:33:55.854Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025635185, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:33:55.954Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-11-04T11:33:55.958Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:33:55.958Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:33:55.981Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:33:55.982Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:33:56.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:33:56.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:33:56.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "multicloud-k8s-id", "timestamp": 1636025631792, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:33:56.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:33:56.861Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:33:56.861Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:33:56.864Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:33:56.864Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025635185, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json", "status": "NOTIFIED" } 2021-11-04T11:33:56.964Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:33:56.964Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:33:56.965Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:33:56.975Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:33:56.976Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:33:57.865Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:33:57.866Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:33:57.868Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:33:57.868Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025635185, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-04T11:33:57.968Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T11:33:57.970Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:33:57.971Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:33:57.984Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:33:57.984Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:33:58.870Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:33:58.871Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:33:58.874Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:33:58.874Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025635185, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:33:58.974Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:33:58.975Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:33:58.976Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:33:58.986Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:33:58.987Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:33:59.875Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:33:59.876Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:33:59.879Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:33:59.879Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025635185, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-04T11:33:59.979Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T11:33:59.981Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:33:59.981Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:34:00.004Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:34:00.004Z||pool-7-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:34:00.881Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:34:00.883Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:34:00.890Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:34:00.891Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025635185, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:34:00.986Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2021-11-04T11:34:00.987Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:34:00.987Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:34:00.999Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:34:00.999Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:34:01.892Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:34:01.893Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:34:01.895Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:34:01.895Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025635185, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:34:01.995Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:34:01.996Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:34:01.996Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:34:02.009Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:34:02.009Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:34:02.897Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "serviceName": "vFW 2021-11-04 11-31-01", "serviceVersion": "1.0", "serviceUUID": "a7922797-7d93-4f7e-816c-7e1916410151", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e35704ef-a932-49fd-84a9-bbd7f7945c97", "resources": [ { "resourceInstanceName": "vFW 56e28029-4f5f 0", "resourceCustomizationUUID": "a2805155-d847-4195-9d90-bc9a804a435b", "resourceName": "vFW 56e28029-4f5f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "af24ddb2-fd3e-429a-883e-0582889f9a1f", "resourceInvariantUUID": "a9860f8d-5a8d-4b56-add0-548b9a3f49c4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw56e280294f5f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json", "artifactChecksum": "Y2Q0NjNlODZhYmViYTZlZjcxOTQxMzI2YmFiMTI3NzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4244b1ef-ea04-4336-9217-f0a1f0b22121", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b7866fd5-c11a-4bd7-81d1-b834738304bf", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "12c7c064-dc27-424c-9843-224b4f19cadf", "generatedFromUUID": "b7866fd5-c11a-4bd7-81d1-b834738304bf" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "12c7c064-dc27-424c-9843-224b4f19cadf", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211104113101-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "artifactChecksum": "MzM3YzcxNTdiZTIxYzYzZWM5NzRjM2E0Njc2YTUwOWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "46b63637-206d-480e-a641-db2c379b503e" } ], "workloadContext": "Production" } 2021-11-04T11:34:02.900Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-04T11:34:02.900Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a7922797-7d93-4f7e-816c-7e1916410151 ASDC 2021-11-04T11:34:03.019Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:297e37ec-4b06-450e-adca-ad06f91cf10c ServiceName:vFW 2021-11-04 11-31-01 ServiceVersion:1.0 ServiceUUID:a7922797-7d93-4f7e-816c-7e1916410151 ServiceInvariantUUID:e35704ef-a932-49fd-84a9-bbd7f7945c97 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211104113101-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar ArtifactUUID:46b63637-206d-480e-a641-db2c379b503e ArtifactChecksum:MzM3YzcxNTdiZTIxYzYzZWM5NzRjM2E0Njc2YTUwOWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 56e28029-4f5f 0 ResourceCustomizationUUID:a2805155-d847-4195-9d90-bc9a804a435b ResourceInvariantUUID:a9860f8d-5a8d-4b56-add0-548b9a3f49c4 ResourceName:vFW 56e28029-4f5f ResourceType:VF ResourceUUID:af24ddb2-fd3e-429a-883e-0582889f9a1f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw56e280294f5f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json ArtifactUUID:4244b1ef-ea04-4336-9217-f0a1f0b22121 ArtifactChecksum:Y2Q0NjNlODZhYmViYTZlZjcxOTQxMzI2YmFiMTI3NzM= 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/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml ArtifactUUID:b7866fd5-c11a-4bd7-81d1-b834738304bf 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/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env ArtifactUUID:12c7c064-dc27-424c-9843-224b4f19cadf 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/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env ArtifactUUID:12c7c064-dc27-424c-9843-224b4f19cadf ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-04T11:34:03.020Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7922797-7d93-4f7e-816c-7e1916410151 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:34:03.324Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T11:34:03.325Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-04T11:34:03.327Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-04T11:34:03.327Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 46b63637-206d-480e-a641-db2c379b503e from URL: /sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:03.327Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-04T11:34:03.329Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:04.468Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-04T11:34:04.499Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar 46b63637-206d-480e-a641-db2c379b503e 98947 2021-11-04T11:34:04.501Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar ASDC sendASDCNotification 2021-11-04T11:34:04.502Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:04.503Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T11:34:04.504Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:34:04.507Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:34:04.507Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025644500, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:34:04.607Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T11:34:04.609Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:34:04.609Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:34:04.621Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:34:04.622Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:34:05.508Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T11:34:05.510Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-04T11:34:05.511Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 46b63637-206d-480e-a641-db2c379b503e, URL: /sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar to file: /app/ASDC/1/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:05.511Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211104113101-csar.csar 2021-11-04T11:34:05.604Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:05.604Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:06.625Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13883827614434963542/Definitions/service-Vfw20211104113101-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_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 2021-11-04T11:34:09.933Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-04T11:34:09.951Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-11-04T11:34:09.952Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:09.953Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-04T11:34:09.953Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:09.954Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:09.954Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:09.954Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:09.954Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:09.954Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:09.955Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:09.955Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:09.955Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:09.955Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:09.955Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 56e28029-4f5f 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-Vfw20211104113101-csar.csar 2021-11-04T11:34:09.955Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:09.956Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:09.956Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-11-04T11:34:09.966Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:09.972Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:34:09.982Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria 2021-11-04T11:34:09.983Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-11-04T11:34:09.986Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T11:34:09.989Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:09.990Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:34:09.990Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria 2021-11-04T11:34:09.990Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-11-04T11:34:09.991Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T11:34:09.991Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:09.991Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:34:09.998Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:10.000Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is not matching search criteria 2021-11-04T11:34:10.000Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-04T11:34:10.000Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-04T11:34:10.000Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-04T11:34:10.000Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-04T11:34:10.000Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:34:10.000Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-04T11:34:10.001Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:34:10.001Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-04T11:34:10.001Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-04T11:34:10.001Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:34:10.001Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-04T11:34:10.002Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-04T11:34:10.002Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-04T11:34:10.002Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-04T11:34:10.002Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:34:10.002Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-04T11:34:10.003Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:10.003Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-04T11:34:10.004Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:10.004Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria 2021-11-04T11:34:10.005Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:34:10.005Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:10.005Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria 2021-11-04T11:34:10.005Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:34:10.005Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:10.006Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria 2021-11-04T11:34:10.006Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:34:10.006Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:10.006Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is not matching search criteria 2021-11-04T11:34:10.006Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-04T11:34:10.006Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-04T11:34:10.007Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-04T11:34:10.007Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-04T11:34:10.007Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-04T11:34:10.007Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:34:10.007Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-04T11:34:10.007Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-04T11:34:10.007Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-04T11:34:10.008Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-04T11:34:10.008Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:34:10.008Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f1c38a56-3a0b-4ba0-a64a-05094265eb94 2021-11-04T11:34:10.008Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:10.008Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is not matching search criteria 2021-11-04T11:34:10.008Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-04T11:34:10.008Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-04T11:34:10.009Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-04T11:34:10.009Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-04T11:34:10.009Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:34:10.009Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-04T11:34:10.009Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:34:10.009Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-04T11:34:10.009Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-04T11:34:10.010Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-04T11:34:10.010Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-04T11:34:10.010Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:34:10.010Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=41e8bd7d-215b-42af-990c-e5e91a7b0903 2021-11-04T11:34:10.011Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:10.011Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is not matching search criteria 2021-11-04T11:34:10.011Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-04T11:34:10.011Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-04T11:34:10.012Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-04T11:34:10.012Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-04T11:34:10.012Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:34:10.012Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-04T11:34:10.013Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:34:10.013Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-04T11:34:10.013Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-04T11:34:10.013Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:34:10.014Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-04T11:34:10.014Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-04T11:34:10.014Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3e0ec143-f268-4eb1-b332-bd2cb7cc8998 2021-11-04T11:34:10.014Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:10.015Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:34:10.015Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:10.015Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:34:10.015Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:10.015Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:34:10.016Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:10.016Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:34:10.016Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-04 11-31-01 Description:catalog service description Model UUID:a7922797-7d93-4f7e-816c-7e1916410151 Model Version:NULL Model InvariantUuid:e35704ef-a932-49fd-84a9-bbd7f7945c97 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 56e28029-4f5f Model UUID:7038f848-f1de-4080-855f-9330d3614fe0 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:a9860f8d-5a8d-4b56-add0-548b9a3f49c4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a2805155-d847-4195-9d90-bc9a804a435b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:113f560d-d2f2-4684-b6ad-ae271a0cff78 ModelName:Vfw56e280294f5f..base_vfw..module-0 ModelUuid:ee8f766a-fc62-4bc0-ae97-53847f0b6e4f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f1c38a56-3a0b-4ba0-a64a-05094265eb94 ModelInvariantUuid:f240d126-6bec-44e4-b0bd-554049a41c5d ModelName:vFW 56e28029-4f5f-nodes.vfwCvfc ModelUuid:710a3382-8ed9-4380-af86-ea3a4e0b6618 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:de837919-4b91-4f87-9c91-e1b337184f47 ModelInvariantUuid:83300ed8-5c20-4e83-a699-d09c6c5275d6 ModelName:Vfw56e280294f5f.compute.nodes.heat.vfw ModelUuid:be975331-4627-4b3f-96d2-dd31b82addad ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:41e8bd7d-215b-42af-990c-e5e91a7b0903 ModelInvariantUuid:4d4a9aee-7059-431c-903f-02f354822ca9 ModelName:vFW 56e28029-4f5f-nodes.vsnCvfc ModelUuid:72ea13c2-6893-4d65-8150-ae3e08970f3a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:e4844242-cbed-42bb-8122-b935094cc22d ModelInvariantUuid:53bb61b7-ec0b-4b47-8a09-7be05585e446 ModelName:Vfw56e280294f5f.compute.nodes.heat.vsn ModelUuid:9b1e4a1a-8932-4164-9eff-3a282301c02b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3e0ec143-f268-4eb1-b332-bd2cb7cc8998 ModelInvariantUuid:556cdaf7-4977-47c2-81ce-511dd1d94acd ModelName:vFW 56e28029-4f5f-nodes.vpgCvfc ModelUuid:76ecb003-a5bf-4127-8c0d-91831a1816b9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:3990d915-11c9-4147-ba8b-49a74812ba50 ModelInvariantUuid:1bfeec4e-7327-455e-a6ec-8f8ad458dc06 ModelName:Vfw56e280294f5f.compute.nodes.heat.vpg ModelUuid:70044d4a-ab6a-4a91-bcff-58edcddb6aed ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-04T11:34:10.072Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: af24ddb2-fd3e-429a-883e-0582889f9a1f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T11:34:10.176Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||vFW 56e28029-4f5f 0 2021-11-04T11:34:10.185Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: af24ddb2-fd3e-429a-883e-0582889f9a1f 2021-11-04T11:34:10.185Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4244b1ef-ea04-4336-9217-f0a1f0b22121 from URL: /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json 2021-11-04T11:34:10.185Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-04T11:34:10.186Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json 2021-11-04T11:34:10.256Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-04T11:34:10.257Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json 4244b1ef-ea04-4336-9217-f0a1f0b22121 785 2021-11-04T11:34:10.258Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json ASDC sendASDCNotification 2021-11-04T11:34:10.258Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json 2021-11-04T11:34:10.258Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T11:34:10.259Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:34:10.263Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:34:10.263Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025650258, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T11:34:10.363Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T11:34:10.364Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:34:10.365Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:34:10.379Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:34:10.380Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:34:11.265Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw56e280294f5f..base_vfw..module-0", "vfModuleModelInvariantUUID": "113f560d-d2f2-4684-b6ad-ae271a0cff78", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ee8f766a-fc62-4bc0-ae97-53847f0b6e4f", "vfModuleModelCustomizationUUID": "27456f3f-9ad3-4597-b0bd-8675a21d542e", "isBase": true, "artifacts": [ "b7866fd5-c11a-4bd7-81d1-b834738304bf", "12c7c064-dc27-424c-9843-224b4f19cadf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-04T11:34:11.285Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw56e280294f5f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ee8f766a-fc62-4bc0-ae97-53847f0b6e4f VfModuleModelInvariantUUID:113f560d-d2f2-4684-b6ad-ae271a0cff78 VfModuleModelDescription:NULL Artifacts UUID List:{ b7866fd5-c11a-4bd7-81d1-b834738304bf , 12c7c064-dc27-424c-9843-224b4f19cadf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-04T11:34:11.289Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw56e280294f5f..base_vfw..module-0", "vfModuleModelInvariantUUID": "113f560d-d2f2-4684-b6ad-ae271a0cff78", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ee8f766a-fc62-4bc0-ae97-53847f0b6e4f", "vfModuleModelCustomizationUUID": "27456f3f-9ad3-4597-b0bd-8675a21d542e", "isBase": true, "artifacts": [ "b7866fd5-c11a-4bd7-81d1-b834738304bf", "12c7c064-dc27-424c-9843-224b4f19cadf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-04T11:34:11.289Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw56e280294f5f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ee8f766a-fc62-4bc0-ae97-53847f0b6e4f VfModuleModelInvariantUUID:113f560d-d2f2-4684-b6ad-ae271a0cff78 VfModuleModelDescription:NULL Artifacts UUID List:{ b7866fd5-c11a-4bd7-81d1-b834738304bf , 12c7c064-dc27-424c-9843-224b4f19cadf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-04T11:34:11.289Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b7866fd5-c11a-4bd7-81d1-b834738304bf from URL: /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml 2021-11-04T11:34:11.289Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-04T11:34:11.290Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml 2021-11-04T11:34:11.420Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-04T11:34:11.421Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml b7866fd5-c11a-4bd7-81d1-b834738304bf 20368 2021-11-04T11:34:11.421Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-04T11:34:11.421Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml 2021-11-04T11:34:11.421Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T11:34:11.422Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:34:11.427Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:34:11.427Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025651421, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T11:34:11.527Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-11-04T11:34:11.528Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:34:11.528Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:34:11.543Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:34:11.544Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:34:12.431Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 12c7c064-dc27-424c-9843-224b4f19cadf from URL: /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env 2021-11-04T11:34:12.432Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-04T11:34:12.432Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env 2021-11-04T11:34:12.521Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-04T11:34:12.522Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env 12c7c064-dc27-424c-9843-224b4f19cadf 2098 2021-11-04T11:34:12.522Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-04T11:34:12.522Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env 2021-11-04T11:34:12.523Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T11:34:12.523Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:34:12.525Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:34:12.526Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025652522, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-04T11:34:12.626Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:34:12.627Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:34:12.627Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:34:12.641Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:34:12.642Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:34:13.526Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a7922797-7d93-4f7e-816c-7e1916410151 2021-11-04T11:34:13.526Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 56e28029-4f5f 0 af24ddb2-fd3e-429a-883e-0582889f9a1f ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T11:34:13.574Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4325acaf, org.onap.sdc.toscaparser.api.parameters.Input@652fe2c2, org.onap.sdc.toscaparser.api.parameters.Input@71a590a9, org.onap.sdc.toscaparser.api.parameters.Input@23266c60, org.onap.sdc.toscaparser.api.parameters.Input@4d08fc7f] 2021-11-04T11:34:13.579Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.579Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:34:13.579Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-11-04T11:34:13.580Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= a2805155-d847-4195-9d90-bc9a804a435b 2021-11-04T11:34:13.580Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2805155-d847-4195-9d90-bc9a804a435b matches Tosca VF Customization UUID: a2805155-d847-4195-9d90-bc9a804a435b 2021-11-04T11:34:13.580Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: a2805155-d847-4195-9d90-bc9a804a435b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-04T11:34:13.588Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.588Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:34:13.589Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id a2805155-d847-4195-9d90-bc9a804a435b: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-11-04T11:34:13.590Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c2de92c 2021-11-04T11:34:13.590Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.590Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-04T11:34:13.590Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 27456f3f-9ad3-4597-b0bd-8675a21d542e 2021-11-04T11:34:13.592Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 27456f3f-9ad3-4597-b0bd-8675a21d542e Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-04T11:34:13.597Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.597Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria 2021-11-04T11:34:13.598Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:34:13.598Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.599Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria 2021-11-04T11:34:13.599Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:34:13.599Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.599Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is not matching search criteria 2021-11-04T11:34:13.599Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-04T11:34:13.599Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-04T11:34:13.600Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-04T11:34:13.600Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-04T11:34:13.600Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-04T11:34:13.600Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:34:13.600Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-04T11:34:13.601Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-04T11:34:13.601Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-04T11:34:13.601Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-04T11:34:13.601Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:34:13.601Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f1c38a56-3a0b-4ba0-a64a-05094265eb94 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-04T11:34:13.612Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.612Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria 2021-11-04T11:34:13.612Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:34:13.613Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.613Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is not matching search criteria 2021-11-04T11:34:13.613Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-04T11:34:13.614Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-04T11:34:13.614Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-04T11:34:13.614Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-04T11:34:13.614Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:34:13.614Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-04T11:34:13.614Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:34:13.615Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-04T11:34:13.615Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-04T11:34:13.615Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-04T11:34:13.615Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-04T11:34:13.615Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:34:13.615Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=41e8bd7d-215b-42af-990c-e5e91a7b0903 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-04T11:34:13.617Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.618Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria 2021-11-04T11:34:13.618Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:34:13.620Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.620Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is not matching search criteria 2021-11-04T11:34:13.620Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-04T11:34:13.621Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-04T11:34:13.621Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-04T11:34:13.621Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-04T11:34:13.621Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:34:13.621Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-04T11:34:13.621Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:34:13.621Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-04T11:34:13.622Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-04T11:34:13.622Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:34:13.622Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-04T11:34:13.622Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-04T11:34:13.622Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3e0ec143-f268-4eb1-b332-bd2cb7cc8998 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-04T11:34:13.624Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.624Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria 2021-11-04T11:34:13.624Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:34:13.625Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.625Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Node template vFW 56e28029-4f5f 0 is matching search criteria 2021-11-04T11:34:13.625Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 56e28029-4f5f 0] matching following query criteria: sdcType=VF, customizationUUID=a2805155-d847-4195-9d90-bc9a804a435b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T11:34:13.627Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.627Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:34:13.628Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a7922797-7d93-4f7e-816c-7e1916410151: vFW 56e28029-4f5f 2021-11-04T11:34:13.628Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.628Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:34:13.629Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.629Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:34:13.629Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.630Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:34:13.630Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.630Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:34:13.630Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:34:13.631Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-31-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:34:13.631Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-11-04 11-31-01 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:34:13.927Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 56e28029-4f5f af24ddb2-fd3e-429a-883e-0582889f9a1f 1 ASDC deployResourceStructure 2021-11-04T11:34:13.928Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json ASDC sendASDCNotification 2021-11-04T11:34:13.928Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json 2021-11-04T11:34:13.928Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T11:34:13.928Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:34:13.931Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:34:13.931Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025653928, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json", "status": "DEPLOY_OK" } 2021-11-04T11:34:14.031Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:34:14.032Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:34:14.032Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:34:14.046Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:34:14.047Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-04T11:34:14.932Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-04T11:34:14.932Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml 2021-11-04T11:34:14.932Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T11:34:14.932Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:34:14.936Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:34:14.936Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025654932, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-04T11:34:15.034Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-11-04T11:34:15.035Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:34:15.036Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:34:15.050Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:34:15.051Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:34:15.937Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-04T11:34:15.938Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env 2021-11-04T11:34:15.938Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T11:34:15.938Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:34:15.940Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:34:15.940Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025655937, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-04T11:34:16.041Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:34:16.042Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:34:16.042Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:34:16.055Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:34:16.055Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-04T11:34:16.942Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar ASDC sendASDCNotification 2021-11-04T11:34:16.942Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar 2021-11-04T11:34:16.942Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T11:34:16.943Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:34:16.945Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:34:16.946Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025656941, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:34:17.046Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T11:34:17.047Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:34:17.047Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:34:17.062Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:34:17.062Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:34:17.948Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:34:17.976Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:34:17.978Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T11:34:17.978Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T11:34:17.980Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T11:34:47.980Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:34:47.992Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:34:47.994Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T11:34:47.994Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T11:34:47.994Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T11:34:55.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:34:55.188Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:34:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:34:55.214Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:34:55.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:34:55.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "dcae-sch", "timestamp": 1636025628129, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:34:55.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:34:55.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:34:55.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "ves-openapi-manager", "timestamp": 1636025631823, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:34:55.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:34:55.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:34:55.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "cds", "timestamp": 1636025634106, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:34:55.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:35:17.994Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:35:18.006Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:35:18.011Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T11:35:18.011Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T11:35:18.011Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T11:35:48.012Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:35:48.025Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:35:48.027Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T11:35:48.027Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T11:35:48.028Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T11:35:55.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:35:55.190Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:35:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:35:55.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:35:55.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:35:55.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "policy-id", "timestamp": 1636025626424, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:35:55.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:35:55.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:35:55.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025635185, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:35:55.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:18.028Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:36:18.036Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:36:18.043Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T11:36:18.044Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T11:36:18.044Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T11:36:48.045Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:36:48.068Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:36:48.071Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T11:36:48.071Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T11:36:48.071Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T11:36:55.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:36:55.190Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:36:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:36:55.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:36:55.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "dcae-sch", "timestamp": 1636025628129, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "multicloud-k8s-id", "timestamp": 1636025631792, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json", "status": "NOTIFIED" } 2021-11-04T11:36:55.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "ves-openapi-manager", "timestamp": 1636025631823, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "cds", "timestamp": 1636025634106, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "policy-id", "timestamp": 1636025626424, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025635185, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json", "status": "NOTIFIED" } 2021-11-04T11:36:55.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "multicloud-k8s-id", "timestamp": 1636025631792, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-04T11:36:55.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "dcae-sch", "timestamp": 1636025628129, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "ves-openapi-manager", "timestamp": 1636025631823, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "policy-id", "timestamp": 1636025626424, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-04T11:36:55.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "cds", "timestamp": 1636025634106, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025635185, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-04T11:36:55.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "multicloud-k8s-id", "timestamp": 1636025631792, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "ves-openapi-manager", "timestamp": 1636025631823, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "dcae-sch", "timestamp": 1636025628129, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "cds", "timestamp": 1636025634106, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "policy-id", "timestamp": 1636025626424, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025635185, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "clamp", "timestamp": 1636025638519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "multicloud-k8s-id", "timestamp": 1636025631792, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-04T11:36:55.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "dcae-sch", "timestamp": 1636025628129, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "ves-openapi-manager", "timestamp": 1636025631823, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "cds", "timestamp": 1636025634106, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "policy-id", "timestamp": 1636025626424, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025635185, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-04T11:36:55.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "clamp", "timestamp": 1636025638519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json", "status": "NOTIFIED" } 2021-11-04T11:36:55.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "multicloud-k8s-id", "timestamp": 1636025631792, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "ves-openapi-manager", "timestamp": 1636025631823, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "dcae-sch", "timestamp": 1636025628129, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "cds", "timestamp": 1636025634106, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "policy-id", "timestamp": 1636025626424, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025635185, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "clamp", "timestamp": 1636025638519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "multicloud-k8s-id", "timestamp": 1636025631792, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:36:55.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "ves-openapi-manager", "timestamp": 1636025631823, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "dcae-sch", "timestamp": 1636025628129, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "cds", "timestamp": 1636025634106, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:36:55.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "policy-id", "timestamp": 1636025626424, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:36:55.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025635185, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:36:55.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "clamp", "timestamp": 1636025638519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "clamp", "timestamp": 1636025638519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "multicloud-k8s-id", "timestamp": 1636025644155, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T11:36:55.747Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "clamp", "timestamp": 1636025638519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "policy-id", "timestamp": 1636025644201, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:36:55.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "cds", "timestamp": 1636025644380, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:36:55.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025644500, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:36:55.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "clamp", "timestamp": 1636025638519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:36:55.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "policy-id", "timestamp": 1636025645212, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:36:55.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "cds", "timestamp": 1636025645405, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:36:55.758Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 297e37ec-4b06-450e-adca-ad06f91cf10c 2021-11-04T11:36:55.759Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e37ec-4b06-450e-adca-ad06f91cf10c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:36:55.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "multicloud-k8s-id", "timestamp": 1636025645455, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T11:36:55.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "policy-id", "timestamp": 1636025646217, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:36:55.773Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 297e37ec-4b06-450e-adca-ad06f91cf10c 2021-11-04T11:36:55.774Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e37ec-4b06-450e-adca-ad06f91cf10c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:36:55.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "multicloud-k8s-id", "timestamp": 1636025646661, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-04T11:36:55.781Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "multicloud-k8s-id", "timestamp": 1636025648635, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:36:55.783Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 297e37ec-4b06-450e-adca-ad06f91cf10c 2021-11-04T11:36:55.783Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e37ec-4b06-450e-adca-ad06f91cf10c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-04T11:36:55.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "aai-ml", "timestamp": 1636025648952, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "multicloud-k8s-id", "timestamp": 1636025649638, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json", "status": "DEPLOY_OK" } 2021-11-04T11:36:55.791Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025650258, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T11:36:55.791Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "aai-ml", "timestamp": 1636025648952, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025651421, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T11:36:55.792Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "aai-ml", "timestamp": 1636025648952, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025652522, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-04T11:36:55.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "aai-ml", "timestamp": 1636025648952, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "clamp", "timestamp": 1636025652971, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:36:55.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "aai-ml", "timestamp": 1636025648952, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025653928, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json", "status": "DEPLOY_OK" } 2021-11-04T11:36:55.796Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "aai-ml", "timestamp": 1636025648952, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025654932, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-04T11:36:55.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "clamp", "timestamp": 1636025654983, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:36:55.799Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "aai-ml", "timestamp": 1636025648952, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:36:55.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025655937, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-04T11:36:55.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "clamp", "timestamp": 1636025655988, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:36:55.804Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 297e37ec-4b06-450e-adca-ad06f91cf10c 2021-11-04T11:36:55.804Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e37ec-4b06-450e-adca-ad06f91cf10c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:36:55.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636025655327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "aai-ml", "timestamp": 1636025656921, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:36:55.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025656941, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:36:55.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636025655327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vfw56e280294f5f0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636025655327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636025655327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636025655327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/resourceInstances/vfw56e280294f5f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636025655327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:36:55.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636025655327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:36:55.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-11-04T11:36:55.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636025664384, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:36:55.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636025669543, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:36:55.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636025670549, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:36:55.821Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 297e37ec-4b06-450e-adca-ad06f91cf10c 2021-11-04T11:36:55.821Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e37ec-4b06-450e-adca-ad06f91cf10c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:36:55.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "aai-ml", "timestamp": 1636025672025, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104113101/1.0/artifacts/service-Vfw20211104113101-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:36:55.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:36:55.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-04T11:36:55.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "aai-ml", "timestamp": 1636025673030, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:36:55.829Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 297e37ec-4b06-450e-adca-ad06f91cf10c 2021-11-04T11:36:55.829Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e37ec-4b06-450e-adca-ad06f91cf10c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:37:18.072Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:37:18.085Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:37:18.090Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T11:37:18.090Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-04T11:37:18.090Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-04T11:37:18.090Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-04T11:37:18.090Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:37:18.090Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:37:18.090Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:37:18.091Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:37:18.091Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:37:18.091Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:37:18.091Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:37:18.097Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-04T11:37:48.099Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 297e37ec-4b06-450e-adca-ad06f91cf10c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-04T11:37:48.128Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 297e37ec-4b06-450e-adca-ad06f91cf10c and serviceModelVersionId: a7922797-7d93-4f7e-816c-7e1916410151 2021-11-04T11:37:48.128Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e35704ef-a932-49fd-84a9-bbd7f7945c97 2021-11-04T11:37:55.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:37:55.189Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:37:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:38:03.736Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?depth=0 2021-11-04T11:38:03.851Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-11-04T11:38:04.403Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?depth=0|INFO|500||Invoke 2021-11-04T11:38:04.416Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[297e37ec-4b06-450e-adca-ad06f91cf10c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5466ca11-ee9f-4e27-87a8-d3cd23c6b77c], X-ECOMP-RequestID=[297e37ec-4b06-450e-adca-ad06f91cf10c], X-TransactionId=[], X-ONAP-RequestID=[297e37ec-4b06-450e-adca-ad06f91cf10c], Content-Type=[application/merge-patch+json]} 2021-11-04T11:38:04.552Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-04T11:38:04.738Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:38:05.767Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?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/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211104-11:38:04:557-47315], vertex-id=[372784], Content-Length=[0], Date=[Thu, 04 Nov 2021 11:38:04 GMT], Content-Type=[application/json]} 2021-11-04T11:38:05.769Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-04T11:38:05.770Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35704ef-a932-49fd-84a9-bbd7f7945c97/model-vers/model-ver/a7922797-7d93-4f7e-816c-7e1916410151?depth=0|INFO|500||InvokeReturn 2021-11-04T11:38:05.776Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-04T11:38:05.776Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T11:38:05.782Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-04T11:38:05.783Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 297e37ec-4b06-450e-adca-ad06f91cf10c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-04T11:38:05.784Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-04T11:38:05.785Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:38:05.788Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:38:05.788Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025885783, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T11:38:05.888Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:38:05.889Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:38:05.889Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:38:05.902Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:38:05.903Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-04T11:38:06.807Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:38:06.808Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:38:06.808Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:38:17.467Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:38:17.468Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:38:17.469Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:38:17.469Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:38:27.058Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:38:27.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:38:27.059Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:38:27.059Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:38:36.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:38:36.595Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:38:36.596Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:38:36.596Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:38:46.134Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:38:55.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:38:55.187Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:38:55.187Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:38:55.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:38:55.188Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:38:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:38:55.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:38:55.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:38:55.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "297e37ec-4b06-450e-adca-ad06f91cf10c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025885783, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T11:38:55.821Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:39:04.747Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:39:55.185Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:39:55.188Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:39:55.188Z|297e37ec-4b06-450e-adca-ad06f91cf10c|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:39:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:39:55.188Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:39:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:40:02.882Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:02.883Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T11:40:02.883Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5aca0d8d-ecd1-410c-93bb-3ab8f6878633","serviceName":"basic_onboard_icxTYH","serviceVersion":"1.0","serviceUUID":"123f92fb-06f2-4804-b1a7-69456f5a1a64","serviceDescription":"service","serviceInvariantUUID":"0ac23b3e-2545-4025-87ef-fce1a0f754f0","resources":[{"resourceInstanceName":"basic_onboard_icxTYH 0","resourceName":"basic_onboard_icxTYH","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3e5b280b-7cd7-4394-9abb-d36a1a504d25","resourceInvariantUUID":"618614b1-d8b1-4459-b4c5-27b9466ec9bf","resourceCustomizationUUID":"0076e3cb-5207-44bf-bb5f-0b0b6bfb304a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml","artifactChecksum":"ZGY2M2RmNDMzZjdmODM1MzRjYzIyZDViNjliN2EzZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19689798-1c2c-4f32-873e-5bdcc51da0bf","artifactVersion":"1"},{"artifactName":"basic_onboard_icxtyh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json","artifactChecksum":"YWE2YmEzOTU2MmU5NzBlOGEzZGY4ZmRmMDllNDhmZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ad599b99-ce87-4caa-95bd-6e65753acef4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d93d8d96-71d2-4568-ae94-ac2f6280d249","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"592428a9-3c0d-43dd-b31a-525a2f6d77d9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0afbea13-3124-41bc-8be5-85324e02caaf","artifactVersion":"2","generatedFromUUID":"d93d8d96-71d2-4568-ae94-ac2f6280d249"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIcxtyh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml","artifactChecksum":"NDk2MzcxMmZjYTUxNTc4MDM3ODc3YzY4YTI1OGM5MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ca03edc-f3e5-40cc-a730-1231192c590a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIcxtyh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar","artifactChecksum":"NjE2NTc2YTljOWY5OTIyMTMxMGZmMzM4NWY1Yjg2OTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f459b487-2261-442e-b12e-80b0fef249db","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-04T11:40:02.889Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:40:02.890Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:40:02.894Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:40:02.894Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025995185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:40:02.994Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:40:02.995Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:40:02.996Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:40:03.011Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:03.012Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:40:03.668Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:03.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:40:03.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025995185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:40:03.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:40:03.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:40:03.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "clamp", "timestamp": 1636025998519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:40:03.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:40:03.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:40:03.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "cds", "timestamp": 1636025994105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:40:03.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:40:03.895Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:40:03.896Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:40:03.898Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:40:03.898Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025995185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json", "status": "NOTIFIED" } 2021-11-04T11:40:03.998Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:40:03.999Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:40:03.999Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:40:04.013Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:04.014Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:40:04.899Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:40:04.900Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:40:04.903Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:40:04.903Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025995185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-04T11:40:05.003Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T11:40:05.004Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:40:05.004Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:40:05.017Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:05.017Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:40:05.905Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:40:05.906Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:40:05.909Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:40:05.910Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025995185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:40:06.011Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-04T11:40:06.013Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:40:06.013Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:40:06.028Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:06.029Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:40:06.911Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:40:06.916Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:40:06.928Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:40:06.929Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025995185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-04T11:40:07.031Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-04T11:40:07.033Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:40:07.033Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:40:07.044Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:07.045Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:40:07.932Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:40:07.936Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:40:07.940Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:40:07.941Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025995185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:40:08.041Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:40:08.042Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:40:08.042Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:40:08.062Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:08.063Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:40:08.949Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:40:08.956Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:40:08.966Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:40:08.967Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025995185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:40:09.066Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T11:40:09.069Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:40:09.070Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:40:09.084Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:09.085Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:40:09.969Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "serviceName": "basic_onboard_icxTYH", "serviceVersion": "1.0", "serviceUUID": "123f92fb-06f2-4804-b1a7-69456f5a1a64", "serviceDescription": "service", "serviceInvariantUUID": "0ac23b3e-2545-4025-87ef-fce1a0f754f0", "resources": [ { "resourceInstanceName": "basic_onboard_icxTYH 0", "resourceCustomizationUUID": "0076e3cb-5207-44bf-bb5f-0b0b6bfb304a", "resourceName": "basic_onboard_icxTYH", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3e5b280b-7cd7-4394-9abb-d36a1a504d25", "resourceInvariantUUID": "618614b1-d8b1-4459-b4c5-27b9466ec9bf", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_icxtyh0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json", "artifactChecksum": "YWE2YmEzOTU2MmU5NzBlOGEzZGY4ZmRmMDllNDhmZDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ad599b99-ce87-4caa-95bd-6e65753acef4", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d93d8d96-71d2-4568-ae94-ac2f6280d249", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0afbea13-3124-41bc-8be5-85324e02caaf", "generatedFromUUID": "d93d8d96-71d2-4568-ae94-ac2f6280d249" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0afbea13-3124-41bc-8be5-85324e02caaf", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardIcxtyh-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "artifactChecksum": "NjE2NTc2YTljOWY5OTIyMTMxMGZmMzM4NWY1Yjg2OTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f459b487-2261-442e-b12e-80b0fef249db" } ], "workloadContext": "Production" } 2021-11-04T11:40:09.971Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-04T11:40:09.971Z|297e37ec-4b06-450e-adca-ad06f91cf10c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 123f92fb-06f2-4804-b1a7-69456f5a1a64 ASDC 2021-11-04T11:40:09.973Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:5aca0d8d-ecd1-410c-93bb-3ab8f6878633 ServiceName:basic_onboard_icxTYH ServiceVersion:1.0 ServiceUUID:123f92fb-06f2-4804-b1a7-69456f5a1a64 ServiceInvariantUUID:0ac23b3e-2545-4025-87ef-fce1a0f754f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardIcxtyh-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar ArtifactUUID:f459b487-2261-442e-b12e-80b0fef249db ArtifactChecksum:NjE2NTc2YTljOWY5OTIyMTMxMGZmMzM4NWY1Yjg2OTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_icxTYH 0 ResourceCustomizationUUID:0076e3cb-5207-44bf-bb5f-0b0b6bfb304a ResourceInvariantUUID:618614b1-d8b1-4459-b4c5-27b9466ec9bf ResourceName:basic_onboard_icxTYH ResourceType:VF ResourceUUID:3e5b280b-7cd7-4394-9abb-d36a1a504d25 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_icxtyh0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json ArtifactUUID:ad599b99-ce87-4caa-95bd-6e65753acef4 ArtifactChecksum:YWE2YmEzOTU2MmU5NzBlOGEzZGY4ZmRmMDllNDhmZDI= 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/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml ArtifactUUID:d93d8d96-71d2-4568-ae94-ac2f6280d249 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/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env ArtifactUUID:0afbea13-3124-41bc-8be5-85324e02caaf 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/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env ArtifactUUID:0afbea13-3124-41bc-8be5-85324e02caaf ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-04T11:40:09.973Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 123f92fb-06f2-4804-b1a7-69456f5a1a64 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:40:10.024Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T11:40:10.028Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-04T11:40:10.028Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-04T11:40:10.029Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f459b487-2261-442e-b12e-80b0fef249db from URL: /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:10.029Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-04T11:40:10.030Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:10.238Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-04T11:40:10.245Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar f459b487-2261-442e-b12e-80b0fef249db 71573 2021-11-04T11:40:10.246Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar ASDC sendASDCNotification 2021-11-04T11:40:10.246Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:10.246Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T11:40:10.247Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:40:10.250Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:40:10.251Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026010245, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:40:10.351Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:40:10.351Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:40:10.351Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:40:10.362Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:10.362Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:40:11.252Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T11:40:11.253Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-04T11:40:11.254Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f459b487-2261-442e-b12e-80b0fef249db, URL: /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar to file: /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:11.255Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:11.255Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:11.255Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:11.492Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1194325180358882527/Definitions/service-BasicOnboardIcxtyh-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-11-04T11:40:12.774Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-04T11:40:12.775Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-11-04T11:40:12.775Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:12.775Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-04T11:40:12.775Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:12.775Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_icxTYH 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-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:12.776Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:12.776Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:12.776Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:12.776Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:12.776Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:12.776Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:12.776Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:12.777Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-11-04T11:40:12.777Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:12.777Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:40:12.777Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria 2021-11-04T11:40:12.778Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-11-04T11:40:12.778Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T11:40:12.778Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:12.778Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:40:12.779Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria 2021-11-04T11:40:12.779Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-11-04T11:40:12.779Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T11:40:12.779Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:12.779Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:40:12.780Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:12.780Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is not matching search criteria 2021-11-04T11:40:12.780Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-04T11:40:12.780Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-04T11:40:12.781Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-04T11:40:12.781Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-04T11:40:12.781Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-04T11:40:12.781Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:12.781Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-04T11:40:12.782Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:12.782Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria 2021-11-04T11:40:12.782Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:40:12.782Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:12.783Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria 2021-11-04T11:40:12.783Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:40:12.783Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:12.783Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria 2021-11-04T11:40:12.783Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:40:12.784Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:12.784Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is not matching search criteria 2021-11-04T11:40:12.784Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-04T11:40:12.784Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-04T11:40:12.784Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=47f68461-24ab-4416-ab58-3d64356b1b11 2021-11-04T11:40:12.785Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:12.785Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:40:12.785Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:12.785Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:40:12.785Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:12.786Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:40:12.786Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:12.786Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:40:12.786Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_icxTYH Description:service Model UUID:123f92fb-06f2-4804-b1a7-69456f5a1a64 Model Version:NULL Model InvariantUuid:0ac23b3e-2545-4025-87ef-fce1a0f754f0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_icxTYH Model UUID:20f3961d-4a50-45d7-b479-13900527a23b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:618614b1-d8b1-4459-b4c5-27b9466ec9bf Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0076e3cb-5207-44bf-bb5f-0b0b6bfb304a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d0068f5a-bb0b-4587-b5c7-8a257066e205 ModelName:BasicOnboardIcxtyh..base_ubuntu18..module-0 ModelUuid:660b65f7-d877-46c0-8b24-dd2754b78882 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:47f68461-24ab-4416-ab58-3d64356b1b11 ModelInvariantUuid:226612a4-cfe7-4c55-8f61-015fc2822140 ModelName:basic_onboard_icxTYH-nodes.ubuntu18Cvfc ModelUuid:9a89ceb2-4cb1-461d-ba21-de83a44af535 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:a770974a-1676-4143-b1d4-935d402a7304 ModelInvariantUuid:069b6ef0-f154-42b3-8d76-03a9394ef733 ModelName:BasicOnboardIcxtyh.compute.nodes.heat.ubuntu18 ModelUuid:652141d2-c148-47e0-afb4-e09383aa9845 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-04T11:40:12.795Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 3e5b280b-7cd7-4394-9abb-d36a1a504d25 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T11:40:12.798Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||basic_onboard_icxTYH 0 2021-11-04T11:40:12.798Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3e5b280b-7cd7-4394-9abb-d36a1a504d25 2021-11-04T11:40:12.798Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ad599b99-ce87-4caa-95bd-6e65753acef4 from URL: /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json 2021-11-04T11:40:12.799Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-04T11:40:12.799Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json 2021-11-04T11:40:12.856Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-04T11:40:12.856Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json ad599b99-ce87-4caa-95bd-6e65753acef4 798 2021-11-04T11:40:12.857Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json ASDC sendASDCNotification 2021-11-04T11:40:12.857Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json 2021-11-04T11:40:12.857Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T11:40:12.857Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:40:12.860Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:40:12.860Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026012857, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T11:40:12.960Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:40:12.961Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:40:12.962Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:40:12.972Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:12.972Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:40:13.861Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardIcxtyh..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d0068f5a-bb0b-4587-b5c7-8a257066e205", "vfModuleModelVersion": "1", "vfModuleModelUUID": "660b65f7-d877-46c0-8b24-dd2754b78882", "vfModuleModelCustomizationUUID": "3074de16-4ffb-4a76-8bbb-0a98b29b66dc", "isBase": true, "artifacts": [ "d93d8d96-71d2-4568-ae94-ac2f6280d249", "0afbea13-3124-41bc-8be5-85324e02caaf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-04T11:40:13.871Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardIcxtyh..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:660b65f7-d877-46c0-8b24-dd2754b78882 VfModuleModelInvariantUUID:d0068f5a-bb0b-4587-b5c7-8a257066e205 VfModuleModelDescription:NULL Artifacts UUID List:{ d93d8d96-71d2-4568-ae94-ac2f6280d249 , 0afbea13-3124-41bc-8be5-85324e02caaf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-04T11:40:13.874Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardIcxtyh..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d0068f5a-bb0b-4587-b5c7-8a257066e205", "vfModuleModelVersion": "1", "vfModuleModelUUID": "660b65f7-d877-46c0-8b24-dd2754b78882", "vfModuleModelCustomizationUUID": "3074de16-4ffb-4a76-8bbb-0a98b29b66dc", "isBase": true, "artifacts": [ "d93d8d96-71d2-4568-ae94-ac2f6280d249", "0afbea13-3124-41bc-8be5-85324e02caaf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-04T11:40:13.874Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardIcxtyh..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:660b65f7-d877-46c0-8b24-dd2754b78882 VfModuleModelInvariantUUID:d0068f5a-bb0b-4587-b5c7-8a257066e205 VfModuleModelDescription:NULL Artifacts UUID List:{ d93d8d96-71d2-4568-ae94-ac2f6280d249 , 0afbea13-3124-41bc-8be5-85324e02caaf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-04T11:40:13.874Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d93d8d96-71d2-4568-ae94-ac2f6280d249 from URL: /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml 2021-11-04T11:40:13.874Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-04T11:40:13.874Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml 2021-11-04T11:40:13.988Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-04T11:40:13.989Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml d93d8d96-71d2-4568-ae94-ac2f6280d249 5033 2021-11-04T11:40:13.989Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-04T11:40:13.989Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml 2021-11-04T11:40:13.989Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T11:40:13.990Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:40:13.991Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:40:13.992Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026013989, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T11:40:14.095Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-04T11:40:14.096Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:40:14.096Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:40:14.108Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:14.109Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:40:14.992Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0afbea13-3124-41bc-8be5-85324e02caaf from URL: /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env 2021-11-04T11:40:14.993Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-04T11:40:14.993Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env 2021-11-04T11:40:15.277Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-04T11:40:15.277Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env 0afbea13-3124-41bc-8be5-85324e02caaf 909 2021-11-04T11:40:15.278Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-04T11:40:15.278Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env 2021-11-04T11:40:15.278Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T11:40:15.278Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:40:15.280Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:40:15.281Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026015278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-04T11:40:15.381Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:40:15.382Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:40:15.382Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:40:15.394Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:15.394Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-04T11:40:16.282Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 123f92fb-06f2-4804-b1a7-69456f5a1a64 2021-11-04T11:40:16.283Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_icxTYH 0 3e5b280b-7cd7-4394-9abb-d36a1a504d25 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T11:40:16.293Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@707fe4ca, org.onap.sdc.toscaparser.api.parameters.Input@47187361, org.onap.sdc.toscaparser.api.parameters.Input@3546b09, org.onap.sdc.toscaparser.api.parameters.Input@45475101, org.onap.sdc.toscaparser.api.parameters.Input@4a11a4d7] 2021-11-04T11:40:16.295Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:16.295Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:40:16.295Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-11-04T11:40:16.296Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0076e3cb-5207-44bf-bb5f-0b0b6bfb304a 2021-11-04T11:40:16.296Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0076e3cb-5207-44bf-bb5f-0b0b6bfb304a matches Tosca VF Customization UUID: 0076e3cb-5207-44bf-bb5f-0b0b6bfb304a 2021-11-04T11:40:16.296Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0076e3cb-5207-44bf-bb5f-0b0b6bfb304a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-04T11:40:16.299Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:16.300Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:40:16.301Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0076e3cb-5207-44bf-bb5f-0b0b6bfb304a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-11-04T11:40:16.301Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@118ae8e8 2021-11-04T11:40:16.301Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:16.301Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-04T11:40:16.301Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3074de16-4ffb-4a76-8bbb-0a98b29b66dc 2021-11-04T11:40:16.302Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3074de16-4ffb-4a76-8bbb-0a98b29b66dc Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-04T11:40:16.305Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:16.305Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria 2021-11-04T11:40:16.305Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:40:16.305Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:16.306Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria 2021-11-04T11:40:16.306Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:40:16.306Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:16.306Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is not matching search criteria 2021-11-04T11:40:16.307Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-04T11:40:16.307Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-04T11:40:16.307Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=47f68461-24ab-4416-ab58-3d64356b1b11 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-04T11:40:16.309Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:16.309Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria 2021-11-04T11:40:16.310Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:40:16.310Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:16.310Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_icxTYH 0 is matching search criteria 2021-11-04T11:40:16.310Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_icxTYH 0] matching following query criteria: sdcType=VF, customizationUUID=0076e3cb-5207-44bf-bb5f-0b0b6bfb304a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T11:40:16.312Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:16.312Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:40:16.312Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 123f92fb-06f2-4804-b1a7-69456f5a1a64: basic_onboard_icxTYH 2021-11-04T11:40:16.312Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:16.313Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:40:16.313Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:16.313Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:40:16.313Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:16.313Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:40:16.314Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:16.314Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:40:16.314Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:40:16.314Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_icxTYH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:40:16.315Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_icxTYH Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:40:16.423Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_icxTYH 3e5b280b-7cd7-4394-9abb-d36a1a504d25 1 ASDC deployResourceStructure 2021-11-04T11:40:16.424Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json ASDC sendASDCNotification 2021-11-04T11:40:16.424Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json 2021-11-04T11:40:16.424Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T11:40:16.424Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:40:16.430Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:40:16.431Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026016423, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json", "status": "DEPLOY_OK" } 2021-11-04T11:40:16.527Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-11-04T11:40:16.529Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:40:16.529Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:40:16.551Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:16.551Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:40:17.439Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-04T11:40:17.439Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml 2021-11-04T11:40:17.439Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T11:40:17.440Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:40:17.468Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:40:17.469Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026017439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-04T11:40:17.542Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 73 ms 2021-11-04T11:40:17.543Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:40:17.543Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:40:17.558Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:17.558Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-04T11:40:18.470Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-04T11:40:18.475Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env 2021-11-04T11:40:18.475Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T11:40:18.476Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:40:18.478Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:40:18.478Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026018469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-04T11:40:18.578Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T11:40:18.579Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:40:18.579Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:40:18.592Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:18.593Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:40:19.481Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar ASDC sendASDCNotification 2021-11-04T11:40:19.482Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar 2021-11-04T11:40:19.482Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T11:40:19.482Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:40:19.484Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:40:19.484Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026019481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:40:19.587Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-04T11:40:19.588Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:40:19.588Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:40:19.601Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:19.601Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:40:20.486Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:40:20.496Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:40:20.499Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T11:40:20.499Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T11:40:20.500Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T11:40:50.500Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:40:50.509Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:40:50.512Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T11:40:50.512Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T11:40:50.513Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T11:40:55.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:40:55.189Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:40:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:40:55.322Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:40:55.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:40:55.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025995185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json", "status": "NOTIFIED" } 2021-11-04T11:40:55.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:20.516Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:41:20.540Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:41:20.542Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T11:41:20.542Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T11:41:20.543Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T11:41:50.544Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:41:50.552Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:41:50.559Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T11:41:50.560Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T11:41:50.560Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T11:41:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:41:55.190Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:41:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:41:55.723Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:41:55.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "clamp", "timestamp": 1636025998519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json", "status": "NOTIFIED" } 2021-11-04T11:41:55.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "cds", "timestamp": 1636025994105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025995185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-04T11:41:55.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "clamp", "timestamp": 1636025998519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "cds", "timestamp": 1636025994105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025995185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "clamp", "timestamp": 1636025998519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "cds", "timestamp": 1636025994105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "clamp", "timestamp": 1636025998519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "cds", "timestamp": 1636025994105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025995185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-04T11:41:55.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "policy-id", "timestamp": 1636026006425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "clamp", "timestamp": 1636025998519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "cds", "timestamp": 1636025994105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025995185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "policy-id", "timestamp": 1636026006425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "dcae-sch", "timestamp": 1636026008129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "clamp", "timestamp": 1636025998519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:41:55.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "cds", "timestamp": 1636025994105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:41:55.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636025995185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:41:55.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "policy-id", "timestamp": 1636026006425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-04T11:41:55.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "aai-ml", "timestamp": 1636026008951, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "dcae-sch", "timestamp": 1636026008129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "policy-id", "timestamp": 1636026006425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "cds", "timestamp": 1636026010239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:41:55.753Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026010245, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:41:55.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "aai-ml", "timestamp": 1636026008951, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "dcae-sch", "timestamp": 1636026008129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "policy-id", "timestamp": 1636026006425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "cds", "timestamp": 1636026011247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:41:55.763Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 2021-11-04T11:41:55.763Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:41:55.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "aai-ml", "timestamp": 1636026008951, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "dcae-sch", "timestamp": 1636026008129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "policy-id", "timestamp": 1636026006425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "multicloud-k8s-id", "timestamp": 1636026011792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "ves-openapi-manager", "timestamp": 1636026011823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "aai-ml", "timestamp": 1636026008951, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "dcae-sch", "timestamp": 1636026008129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026012857, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T11:41:55.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "policy-id", "timestamp": 1636026006425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:41:55.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "multicloud-k8s-id", "timestamp": 1636026011792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json", "status": "NOTIFIED" } 2021-11-04T11:41:55.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "ves-openapi-manager", "timestamp": 1636026011823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "aai-ml", "timestamp": 1636026008951, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "dcae-sch", "timestamp": 1636026008129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026013989, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T11:41:55.789Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "policy-id", "timestamp": 1636026014289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:41:55.790Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "multicloud-k8s-id", "timestamp": 1636026011792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-04T11:41:55.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "ves-openapi-manager", "timestamp": 1636026011823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "aai-ml", "timestamp": 1636026008951, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "dcae-sch", "timestamp": 1636026008129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026015278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-04T11:41:55.792Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "policy-id", "timestamp": 1636026015312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:41:55.793Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "multicloud-k8s-id", "timestamp": 1636026011792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "ves-openapi-manager", "timestamp": 1636026011823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "aai-ml", "timestamp": 1636026008951, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:41:55.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026015327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "policy-id", "timestamp": 1636026016318, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:41:55.799Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 2021-11-04T11:41:55.799Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:41:55.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026016423, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json", "status": "DEPLOY_OK" } 2021-11-04T11:41:55.807Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "multicloud-k8s-id", "timestamp": 1636026011792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-04T11:41:55.807Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "ves-openapi-manager", "timestamp": 1636026011823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026015327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "aai-ml", "timestamp": 1636026017074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:41:55.809Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026017439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-04T11:41:55.809Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "multicloud-k8s-id", "timestamp": 1636026011792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "ves-openapi-manager", "timestamp": 1636026011823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026015327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "multicloud-k8s-id", "timestamp": 1636026011792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:41:55.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026018469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-04T11:41:55.812Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "ves-openapi-manager", "timestamp": 1636026011823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026015327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "clamp", "timestamp": 1636026019040, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:41:55.813Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026019481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:41:55.814Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026015327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "multicloud-k8s-id", "timestamp": 1636026020317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T11:41:55.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026015327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:41:55.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "clamp", "timestamp": 1636026021050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:41:55.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026015327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:41:55.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:41:55.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "clamp", "timestamp": 1636026022055, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:41:55.824Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 2021-11-04T11:41:55.824Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:41:55.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "multicloud-k8s-id", "timestamp": 1636026022367, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T11:41:55.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026024273, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:41:55.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "multicloud-k8s-id", "timestamp": 1636026024463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-04T11:41:55.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "multicloud-k8s-id", "timestamp": 1636026025495, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:41:55.841Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 2021-11-04T11:41:55.841Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-04T11:41:55.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "multicloud-k8s-id", "timestamp": 1636026026501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/resourceInstances/basic_onboard_icxtyh0/artifacts/basic_onboard_icxtyh0_modules.json", "status": "DEPLOY_OK" } 2021-11-04T11:41:55.846Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026027154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:41:55.846Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "aai-ml", "timestamp": 1636026027716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcxtyh/1.0/artifacts/service-BasicOnboardIcxtyh-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:41:55.847Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:41:55.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026028160, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:41:55.849Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 2021-11-04T11:41:55.849Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:41:55.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:41:55.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "aai-ml", "timestamp": 1636026028720, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:41:55.857Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 2021-11-04T11:41:55.857Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:42:20.561Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:42:20.576Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:42:20.578Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T11:42:20.578Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-04T11:42:20.579Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-04T11:42:20.579Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-04T11:42:20.579Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:42:20.579Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:42:20.579Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:42:20.579Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:42:20.579Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:42:20.580Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:42:20.580Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:42:20.583Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-04T11:42:50.585Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-04T11:42:50.600Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 and serviceModelVersionId: 123f92fb-06f2-4804-b1a7-69456f5a1a64 2021-11-04T11:42:50.601Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ac23b3e-2545-4025-87ef-fce1a0f754f0 2021-11-04T11:42:50.602Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ac23b3e-2545-4025-87ef-fce1a0f754f0/model-vers/model-ver/123f92fb-06f2-4804-b1a7-69456f5a1a64?depth=0 2021-11-04T11:42:50.612Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-11-04T11:42:50.733Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ac23b3e-2545-4025-87ef-fce1a0f754f0/model-vers/model-ver/123f92fb-06f2-4804-b1a7-69456f5a1a64?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-11-04T11:42:50.735Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ac23b3e-2545-4025-87ef-fce1a0f754f0/model-vers/model-ver/123f92fb-06f2-4804-b1a7-69456f5a1a64?depth=0|INFO|500||Invoke 2021-11-04T11:42:50.783Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ac23b3e-2545-4025-87ef-fce1a0f754f0/model-vers/model-ver/123f92fb-06f2-4804-b1a7-69456f5a1a64?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-04T11:42:50.987Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ac23b3e-2545-4025-87ef-fce1a0f754f0/model-vers/model-ver/123f92fb-06f2-4804-b1a7-69456f5a1a64?depth=0|INFO|500||InvokeReturn 2021-11-04T11:42:50.989Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ac23b3e-2545-4025-87ef-fce1a0f754f0/model-vers/model-ver/123f92fb-06f2-4804-b1a7-69456f5a1a64?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211104-11:42:50:794-95439], vertex-id=[397360], Content-Length=[0], Date=[Thu, 04 Nov 2021 11:42:50 GMT], Content-Type=[application/json]} 2021-11-04T11:42:50.989Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-11-04T11:42:50.989Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-04T11:42:50.990Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T11:42:51.003Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-04T11:42:51.004Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5aca0d8d-ecd1-410c-93bb-3ab8f6878633 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-04T11:42:51.004Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-04T11:42:51.005Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:42:51.009Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:42:51.009Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026171004, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T11:42:51.109Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:42:51.110Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:42:51.111Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:42:51.127Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:42:51.128Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-04T11:42:52.023Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:42:52.025Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:42:52.025Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:42:55.188Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:42:55.188Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:42:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:42:55.817Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:42:55.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-04T11:42:55.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5aca0d8d-ecd1-410c-93bb-3ab8f6878633", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026171004, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T11:42:55.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:43:02.946Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:43:02.947Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:43:02.947Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:43:02.948Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:43:12.508Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:43:12.508Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:43:12.509Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:43:12.509Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:43:22.044Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:43:55.185Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:43:55.187Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:43:55.187Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:43:55.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:43:55.188Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:43:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:44:04.731Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:44:04.729Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:44:55.185Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:44:55.187Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:44:55.187Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:44:55.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:44:55.188Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:44:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:45:04.754Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:45:04.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:45:55.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:45:55.188Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:45:55.189Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:45:55.189Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:45:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:45:55.189Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:46:04.755Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:46:04.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:46:55.187Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:46:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:46:55.188Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:46:55.188Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:46:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:46:55.188Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:47:04.741Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:47:04.742Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:47:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:47:55.186Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:47:55.190Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:47:55.190Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:47:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:47:55.190Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:47:55.336Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:47:55.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "clamp", "timestamp": 1636026448519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "dcae-sch", "timestamp": 1636026448129, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "ves-openapi-manager", "timestamp": 1636026451825, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "multicloud-k8s-id", "timestamp": 1636026451792, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "policy-id", "timestamp": 1636026446424, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "cds", "timestamp": 1636026444105, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "ves-openapi-manager", "timestamp": 1636026451825, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "dcae-sch", "timestamp": 1636026448129, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "clamp", "timestamp": 1636026448519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json", "status": "NOTIFIED" } 2021-11-04T11:47:55.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "multicloud-k8s-id", "timestamp": 1636026451792, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json", "status": "NOTIFIED" } 2021-11-04T11:47:55.345Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "policy-id", "timestamp": 1636026446424, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.345Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "cds", "timestamp": 1636026444105, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "ves-openapi-manager", "timestamp": 1636026451825, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "clamp", "timestamp": 1636026448519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "dcae-sch", "timestamp": 1636026448129, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "multicloud-k8s-id", "timestamp": 1636026451792, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-04T11:47:55.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "policy-id", "timestamp": 1636026446424, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-04T11:47:55.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "cds", "timestamp": 1636026444105, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "clamp", "timestamp": 1636026448519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "ves-openapi-manager", "timestamp": 1636026451825, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "dcae-sch", "timestamp": 1636026448129, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "multicloud-k8s-id", "timestamp": 1636026451792, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "policy-id", "timestamp": 1636026446424, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "cds", "timestamp": 1636026444105, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "ves-openapi-manager", "timestamp": 1636026451825, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "dcae-sch", "timestamp": 1636026448129, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "clamp", "timestamp": 1636026448519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "multicloud-k8s-id", "timestamp": 1636026451792, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-04T11:47:55.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "policy-id", "timestamp": 1636026446424, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "cds", "timestamp": 1636026444105, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "clamp", "timestamp": 1636026448519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "dcae-sch", "timestamp": 1636026448129, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "ves-openapi-manager", "timestamp": 1636026451825, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "multicloud-k8s-id", "timestamp": 1636026451792, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "policy-id", "timestamp": 1636026446424, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "cds", "timestamp": 1636026444105, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "aai-ml", "timestamp": 1636026458951, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "clamp", "timestamp": 1636026448519, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:47:55.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "dcae-sch", "timestamp": 1636026448129, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "ves-openapi-manager", "timestamp": 1636026451825, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "multicloud-k8s-id", "timestamp": 1636026451792, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:47:55.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "policy-id", "timestamp": 1636026446424, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:47:55.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "cds", "timestamp": 1636026444105, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:47:55.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "aai-ml", "timestamp": 1636026458951, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "multicloud-k8s-id", "timestamp": 1636026461513, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T11:47:55.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:47:55.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "aai-ml", "timestamp": 1636026458951, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "cds", "timestamp": 1636026461986, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:47:55.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:47:55.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "policy-id", "timestamp": 1636026461928, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:47:55.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:47:55.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "aai-ml", "timestamp": 1636026458951, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "policy-id", "timestamp": 1636026462933, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:47:55.362Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:47:55.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "cds", "timestamp": 1636026462993, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:47:55.378Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4d08a4d-9110-4490-bab0-ed11417860a7 2021-11-04T11:47:55.378Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4d08a4d-9110-4490-bab0-ed11417860a7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:47:55.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "aai-ml", "timestamp": 1636026458951, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "multicloud-k8s-id", "timestamp": 1636026463748, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T11:47:55.399Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:47:55.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "policy-id", "timestamp": 1636026463936, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:47:55.403Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4d08a4d-9110-4490-bab0-ed11417860a7 2021-11-04T11:47:55.403Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4d08a4d-9110-4490-bab0-ed11417860a7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:47:55.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "aai-ml", "timestamp": 1636026458951, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "multicloud-k8s-id", "timestamp": 1636026465051, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-04T11:47:55.416Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:47:55.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "aai-ml", "timestamp": 1636026458951, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:47:55.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026465327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "multicloud-k8s-id", "timestamp": 1636026466075, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:47:55.419Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4d08a4d-9110-4490-bab0-ed11417860a7 2021-11-04T11:47:55.419Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4d08a4d-9110-4490-bab0-ed11417860a7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-04T11:47:55.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "aai-ml", "timestamp": 1636026466791, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:47:55.423Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:47:55.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026465327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "multicloud-k8s-id", "timestamp": 1636026467078, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json", "status": "DEPLOY_OK" } 2021-11-04T11:47:55.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:47:55.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026465327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026465327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026465327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026465327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026465327, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:47:55.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:47:55.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026473109, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:47:55.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:47:55.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "clamp", "timestamp": 1636026473179, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:47:55.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:47:55.844Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:47:55.845Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T11:47:55.845Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4d08a4d-9110-4490-bab0-ed11417860a7","serviceName":"vFW 2021-11-04 11-44-43","serviceVersion":"1.0","serviceUUID":"6f10f557-8606-427e-898f-ff2551b391ac","serviceDescription":"catalog service description","serviceInvariantUUID":"5a4fda78-0048-4219-b410-95dc730fd486","resources":[{"resourceInstanceName":"vFW 9a673f84-c9a3 0","resourceName":"vFW 9a673f84-c9a3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ed559ea-df71-48d3-a4da-68d771cb1d9d","resourceInvariantUUID":"04a8a173-d0b2-4fed-990b-0e4fb8dc25c0","resourceCustomizationUUID":"dadcf690-344c-4f7d-8aae-3165643b87fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml","artifactChecksum":"ZjM3ZmEwOTk0MmY5ZWE0YzQ2OTI0ZWU0MWM0OTNmMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a5a5a8c-852f-4dc6-831d-08e9b40fbb2c","artifactVersion":"1"},{"artifactName":"vfw9a673f84c9a30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json","artifactChecksum":"NmU3MDEwMWMwYjg5NDU4Njk4OWM0ZjczODgzYTZmN2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"28fe3332-6bdf-47c3-b535-102368cb75eb","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"afd605eb-bb0a-4687-826c-eb10be7b490f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml","artifactChecksum":"MzIwNDg2ZGZjYzBkOWUwYjNhYzM2ZDliYmI5NGNjMjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51730193-c7bb-4bf2-8f3a-298a639a1734","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a18f81a3-7c0d-49bf-9051-a1676dfe8d49","artifactVersion":"3","generatedFromUUID":"afd605eb-bb0a-4687-826c-eb10be7b490f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211104114443-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml","artifactChecksum":"OWM2YTE2ZDY4ZGQ3ZGUxNjE0ZjAwYzE2YWNmZTA5MDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d61117b1-81c9-4c72-9ffb-6dd9ba46a7ed","artifactVersion":"1"},{"artifactName":"service-Vfw20211104114443-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar","artifactChecksum":"OTlkOWYzZDBmMDMxNmI4NDg1NmUzYmQ1MTBhODdhODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25e7c9a8-bde5-4948-b308-9c4ae7c7459a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-04T11:47:55.849Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:47:55.849Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:47:55.853Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:47:55.853Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026475186, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:55.953Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:47:55.954Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:47:55.954Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:47:55.967Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:47:55.967Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:47:56.853Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:47:56.855Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:47:56.857Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:47:56.858Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026475186, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json", "status": "NOTIFIED" } 2021-11-04T11:47:56.958Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T11:47:56.958Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:47:56.959Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:47:56.970Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:47:56.971Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:47:57.858Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:47:57.859Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:47:57.862Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:47:57.862Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026475186, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-04T11:47:57.962Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T11:47:57.963Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:47:57.963Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:47:57.975Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:47:57.976Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:47:58.863Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:47:58.864Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:47:58.867Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:47:58.867Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026475186, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:47:58.967Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:47:58.968Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:47:58.969Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:47:58.981Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:47:58.982Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:47:59.867Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:47:59.868Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:47:59.871Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:47:59.871Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026475186, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-04T11:47:59.973Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-04T11:47:59.973Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:47:59.974Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:47:59.994Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:47:59.995Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2021-11-04T11:48:00.872Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:48:00.872Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:48:00.875Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:48:00.875Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026475186, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:48:00.975Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:48:00.976Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:48:00.976Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:48:00.988Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:48:00.989Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:48:01.875Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T11:48:01.876Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:48:01.878Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:48:01.878Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026475186, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:48:01.978Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T11:48:01.980Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:48:01.980Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:48:01.992Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:48:01.993Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:48:02.880Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "serviceName": "vFW 2021-11-04 11-44-43", "serviceVersion": "1.0", "serviceUUID": "6f10f557-8606-427e-898f-ff2551b391ac", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5a4fda78-0048-4219-b410-95dc730fd486", "resources": [ { "resourceInstanceName": "vFW 9a673f84-c9a3 0", "resourceCustomizationUUID": "dadcf690-344c-4f7d-8aae-3165643b87fd", "resourceName": "vFW 9a673f84-c9a3", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7ed559ea-df71-48d3-a4da-68d771cb1d9d", "resourceInvariantUUID": "04a8a173-d0b2-4fed-990b-0e4fb8dc25c0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9a673f84c9a30_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json", "artifactChecksum": "NmU3MDEwMWMwYjg5NDU4Njk4OWM0ZjczODgzYTZmN2Q\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "28fe3332-6bdf-47c3-b535-102368cb75eb", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "afd605eb-bb0a-4687-826c-eb10be7b490f", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "a18f81a3-7c0d-49bf-9051-a1676dfe8d49", "generatedFromUUID": "afd605eb-bb0a-4687-826c-eb10be7b490f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "a18f81a3-7c0d-49bf-9051-a1676dfe8d49", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211104114443-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "artifactChecksum": "OTlkOWYzZDBmMDMxNmI4NDg1NmUzYmQ1MTBhODdhODk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "25e7c9a8-bde5-4948-b308-9c4ae7c7459a" } ], "workloadContext": "Production" } 2021-11-04T11:48:02.881Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-04T11:48:02.881Z|5aca0d8d-ecd1-410c-93bb-3ab8f6878633|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6f10f557-8606-427e-898f-ff2551b391ac ASDC 2021-11-04T11:48:02.883Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:b4d08a4d-9110-4490-bab0-ed11417860a7 ServiceName:vFW 2021-11-04 11-44-43 ServiceVersion:1.0 ServiceUUID:6f10f557-8606-427e-898f-ff2551b391ac ServiceInvariantUUID:5a4fda78-0048-4219-b410-95dc730fd486 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211104114443-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar ArtifactUUID:25e7c9a8-bde5-4948-b308-9c4ae7c7459a ArtifactChecksum:OTlkOWYzZDBmMDMxNmI4NDg1NmUzYmQ1MTBhODdhODk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9a673f84-c9a3 0 ResourceCustomizationUUID:dadcf690-344c-4f7d-8aae-3165643b87fd ResourceInvariantUUID:04a8a173-d0b2-4fed-990b-0e4fb8dc25c0 ResourceName:vFW 9a673f84-c9a3 ResourceType:VF ResourceUUID:7ed559ea-df71-48d3-a4da-68d771cb1d9d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9a673f84c9a30_modules.json ArtifactVersion:2 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json ArtifactUUID:28fe3332-6bdf-47c3-b535-102368cb75eb ArtifactChecksum:NmU3MDEwMWMwYjg5NDU4Njk4OWM0ZjczODgzYTZmN2Q= 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/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml ArtifactUUID:afd605eb-bb0a-4687-826c-eb10be7b490f ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env ArtifactUUID:a18f81a3-7c0d-49bf-9051-a1676dfe8d49 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env ArtifactUUID:a18f81a3-7c0d-49bf-9051-a1676dfe8d49 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-04T11:48:02.883Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f10f557-8606-427e-898f-ff2551b391ac ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-04T11:48:02.925Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T11:48:02.927Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-04T11:48:02.927Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-04T11:48:02.927Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 25e7c9a8-bde5-4948-b308-9c4ae7c7459a from URL: /sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:02.928Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-04T11:48:02.928Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:04.155Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-04T11:48:04.159Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar 25e7c9a8-bde5-4948-b308-9c4ae7c7459a 98954 2021-11-04T11:48:04.160Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar ASDC sendASDCNotification 2021-11-04T11:48:04.160Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:04.160Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T11:48:04.160Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:48:04.162Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:48:04.162Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026484160, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:48:04.263Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:48:04.264Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:48:04.264Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:48:04.277Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:48:04.277Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:48:05.165Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T11:48:05.166Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-04T11:48:05.167Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 25e7c9a8-bde5-4948-b308-9c4ae7c7459a, URL: /sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar to file: /app/ASDC/1/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:05.167Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211104114443-csar.csar 2021-11-04T11:48:05.167Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:05.168Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:05.440Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12071855213744542876/Definitions/service-Vfw20211104114443-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 2021-11-04T11:48:07.816Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-04T11:48:07.817Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-11-04T11:48:07.817Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:07.817Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-04T11:48:07.817Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:07.817Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:07.818Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:07.818Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:07.818Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:07.818Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:07.818Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:07.818Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:07.819Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:07.819Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:07.819Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9a673f84-c9a3 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-Vfw20211104114443-csar.csar 2021-11-04T11:48:07.819Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:07.819Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:07.819Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-11-04T11:48:07.819Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:07.820Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:48:07.820Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria 2021-11-04T11:48:07.820Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-11-04T11:48:07.821Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T11:48:07.821Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:07.821Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:48:07.821Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria 2021-11-04T11:48:07.822Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-11-04T11:48:07.822Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T11:48:07.822Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:07.822Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:48:07.823Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:07.823Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is not matching search criteria 2021-11-04T11:48:07.823Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-04T11:48:07.823Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-04T11:48:07.824Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-04T11:48:07.824Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:48:07.824Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-04T11:48:07.824Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-04T11:48:07.824Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:48:07.824Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-04T11:48:07.825Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-04T11:48:07.825Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:48:07.825Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-04T11:48:07.825Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-04T11:48:07.825Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-04T11:48:07.826Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-04T11:48:07.826Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:48:07.826Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-04T11:48:07.826Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:07.826Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-04T11:48:07.827Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:07.827Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria 2021-11-04T11:48:07.827Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:48:07.827Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:07.828Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria 2021-11-04T11:48:07.828Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:48:07.828Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:07.828Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria 2021-11-04T11:48:07.828Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:48:07.829Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:07.829Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is not matching search criteria 2021-11-04T11:48:07.829Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-04T11:48:07.829Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-04T11:48:07.830Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-04T11:48:07.830Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-04T11:48:07.830Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-04T11:48:07.830Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:48:07.830Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-04T11:48:07.831Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-04T11:48:07.831Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-04T11:48:07.831Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-04T11:48:07.831Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:48:07.831Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f983cb25-04ae-4e95-82bb-3a100c368cef 2021-11-04T11:48:07.832Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:07.832Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is not matching search criteria 2021-11-04T11:48:07.832Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-04T11:48:07.832Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-04T11:48:07.832Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-04T11:48:07.833Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:48:07.833Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-04T11:48:07.833Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-04T11:48:07.833Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:48:07.834Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-04T11:48:07.834Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-04T11:48:07.834Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-04T11:48:07.834Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-04T11:48:07.834Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:48:07.835Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b9443451-5404-4558-9acf-08884de402f8 2021-11-04T11:48:07.835Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:07.835Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is not matching search criteria 2021-11-04T11:48:07.835Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-04T11:48:07.835Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-04T11:48:07.836Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-04T11:48:07.836Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:48:07.836Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-04T11:48:07.836Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-04T11:48:07.836Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:48:07.836Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-04T11:48:07.837Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-04T11:48:07.837Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:48:07.837Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-04T11:48:07.837Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-04T11:48:07.837Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e9e0cff9-80c6-4c1c-a200-045ec204ff22 2021-11-04T11:48:07.838Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:07.838Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:48:07.838Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:07.838Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:48:07.838Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:07.839Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:48:07.839Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:07.839Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:48:07.839Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-04 11-44-43 Description:catalog service description Model UUID:6f10f557-8606-427e-898f-ff2551b391ac Model Version:NULL Model InvariantUuid:5a4fda78-0048-4219-b410-95dc730fd486 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9a673f84-c9a3 Model UUID:389938a3-4dcc-4a60-8f9b-45d39b5ffc6b Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:04a8a173-d0b2-4fed-990b-0e4fb8dc25c0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:dadcf690-344c-4f7d-8aae-3165643b87fd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5c4ccd3c-cd6b-4e43-ad15-318ec8d28d98 ModelName:Vfw9a673f84C9a3..base_vfw..module-0 ModelUuid:b1cd5d13-90b8-4b6d-827b-9c8a41ce345f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f983cb25-04ae-4e95-82bb-3a100c368cef ModelInvariantUuid:72a7f3da-b76a-4765-a9a9-3ee3f3b82459 ModelName:vFW 9a673f84-c9a3-nodes.vfwCvfc ModelUuid:ddab1e5e-fe56-41d4-b609-7d0ea46569f5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:70487dda-d28d-4e9d-a5ee-0725867b27a8 ModelInvariantUuid:2b6a03d0-670f-46d2-8b25-9954344ea8d3 ModelName:Vfw9a673f84C9a3.compute.nodes.heat.vfw ModelUuid:c63bd810-a2a2-4c8e-b724-eccb857cf081 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b9443451-5404-4558-9acf-08884de402f8 ModelInvariantUuid:1e1a8f06-9b55-44c8-b0c8-3b0a37202c8d ModelName:vFW 9a673f84-c9a3-nodes.vsnCvfc ModelUuid:38a5bd33-c4b4-4078-b9c4-9e7d89de41d5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:006da9ed-f260-438a-aa4f-25cfd9aa191d ModelInvariantUuid:bf6d01e0-c3c9-4b0b-9ff0-5cd015ee6579 ModelName:Vfw9a673f84C9a3.compute.nodes.heat.vsn ModelUuid:a11b963a-8ed2-407b-9234-47a53b3f540b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e9e0cff9-80c6-4c1c-a200-045ec204ff22 ModelInvariantUuid:de6cc970-08f0-452b-95cd-ea624176b5cc ModelName:vFW 9a673f84-c9a3-nodes.vpgCvfc ModelUuid:a66e3525-0c26-405a-8581-1eea2c32cb83 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c747fa08-62a0-4eea-844a-0f0d45c29c83 ModelInvariantUuid:9dd3eaba-5aaf-43e8-a172-fd7294a59bc2 ModelName:Vfw9a673f84C9a3.compute.nodes.heat.vpg ModelUuid:60ec4143-bcc3-4d52-a9e7-5315fbaea082 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-04T11:48:07.844Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ed559ea-df71-48d3-a4da-68d771cb1d9d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T11:48:07.848Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||vFW 9a673f84-c9a3 0 2021-11-04T11:48:07.848Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ed559ea-df71-48d3-a4da-68d771cb1d9d 2021-11-04T11:48:07.848Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 28fe3332-6bdf-47c3-b535-102368cb75eb from URL: /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json 2021-11-04T11:48:07.848Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-04T11:48:07.848Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json 2021-11-04T11:48:08.121Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-04T11:48:08.122Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json 28fe3332-6bdf-47c3-b535-102368cb75eb 785 2021-11-04T11:48:08.122Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json ASDC sendASDCNotification 2021-11-04T11:48:08.122Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json 2021-11-04T11:48:08.122Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T11:48:08.122Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:48:08.125Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:48:08.125Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026488122, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T11:48:08.225Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:48:08.226Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:48:08.226Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:48:08.239Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:48:08.240Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:48:09.125Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9a673f84C9a3..base_vfw..module-0", "vfModuleModelInvariantUUID": "5c4ccd3c-cd6b-4e43-ad15-318ec8d28d98", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b1cd5d13-90b8-4b6d-827b-9c8a41ce345f", "vfModuleModelCustomizationUUID": "5e4f8351-40eb-4768-a56c-45353af9aace", "isBase": true, "artifacts": [ "afd605eb-bb0a-4687-826c-eb10be7b490f", "a18f81a3-7c0d-49bf-9051-a1676dfe8d49" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-04T11:48:09.132Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9a673f84C9a3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b1cd5d13-90b8-4b6d-827b-9c8a41ce345f VfModuleModelInvariantUUID:5c4ccd3c-cd6b-4e43-ad15-318ec8d28d98 VfModuleModelDescription:NULL Artifacts UUID List:{ afd605eb-bb0a-4687-826c-eb10be7b490f , a18f81a3-7c0d-49bf-9051-a1676dfe8d49 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-04T11:48:09.134Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9a673f84C9a3..base_vfw..module-0", "vfModuleModelInvariantUUID": "5c4ccd3c-cd6b-4e43-ad15-318ec8d28d98", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b1cd5d13-90b8-4b6d-827b-9c8a41ce345f", "vfModuleModelCustomizationUUID": "5e4f8351-40eb-4768-a56c-45353af9aace", "isBase": true, "artifacts": [ "afd605eb-bb0a-4687-826c-eb10be7b490f", "a18f81a3-7c0d-49bf-9051-a1676dfe8d49" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-04T11:48:09.134Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9a673f84C9a3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b1cd5d13-90b8-4b6d-827b-9c8a41ce345f VfModuleModelInvariantUUID:5c4ccd3c-cd6b-4e43-ad15-318ec8d28d98 VfModuleModelDescription:NULL Artifacts UUID List:{ afd605eb-bb0a-4687-826c-eb10be7b490f , a18f81a3-7c0d-49bf-9051-a1676dfe8d49 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-04T11:48:09.134Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: afd605eb-bb0a-4687-826c-eb10be7b490f from URL: /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml 2021-11-04T11:48:09.134Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-04T11:48:09.135Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml 2021-11-04T11:48:09.249Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-04T11:48:09.250Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml afd605eb-bb0a-4687-826c-eb10be7b490f 20368 2021-11-04T11:48:09.251Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-04T11:48:09.251Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml 2021-11-04T11:48:09.251Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T11:48:09.251Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:48:09.254Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:48:09.254Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026489251, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T11:48:09.354Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:48:09.355Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:48:09.355Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:48:09.369Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:48:09.370Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:48:10.258Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a18f81a3-7c0d-49bf-9051-a1676dfe8d49 from URL: /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env 2021-11-04T11:48:10.259Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-04T11:48:10.259Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env 2021-11-04T11:48:10.350Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-04T11:48:10.350Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env a18f81a3-7c0d-49bf-9051-a1676dfe8d49 2098 2021-11-04T11:48:10.351Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-04T11:48:10.351Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env 2021-11-04T11:48:10.351Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T11:48:10.351Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:48:10.353Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:48:10.353Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026490351, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-04T11:48:10.454Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:48:10.455Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:48:10.456Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:48:10.469Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:48:10.470Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:48:11.354Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6f10f557-8606-427e-898f-ff2551b391ac 2021-11-04T11:48:11.355Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9a673f84-c9a3 0 7ed559ea-df71-48d3-a4da-68d771cb1d9d ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T11:48:11.367Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c9cb169, org.onap.sdc.toscaparser.api.parameters.Input@5d587d4f, org.onap.sdc.toscaparser.api.parameters.Input@3ec043c4, org.onap.sdc.toscaparser.api.parameters.Input@56ad4e80, org.onap.sdc.toscaparser.api.parameters.Input@6f83bac5] 2021-11-04T11:48:11.368Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.369Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:48:11.369Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-11-04T11:48:11.369Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= dadcf690-344c-4f7d-8aae-3165643b87fd 2021-11-04T11:48:11.370Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dadcf690-344c-4f7d-8aae-3165643b87fd matches Tosca VF Customization UUID: dadcf690-344c-4f7d-8aae-3165643b87fd 2021-11-04T11:48:11.370Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: dadcf690-344c-4f7d-8aae-3165643b87fd matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-04T11:48:11.372Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.372Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:48:11.375Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id dadcf690-344c-4f7d-8aae-3165643b87fd: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-11-04T11:48:11.375Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71a83d8a 2021-11-04T11:48:11.376Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.376Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-04T11:48:11.377Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5e4f8351-40eb-4768-a56c-45353af9aace 2021-11-04T11:48:11.378Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5e4f8351-40eb-4768-a56c-45353af9aace Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-04T11:48:11.380Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.381Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria 2021-11-04T11:48:11.381Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:48:11.382Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.382Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria 2021-11-04T11:48:11.383Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:48:11.384Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.385Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is not matching search criteria 2021-11-04T11:48:11.385Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-04T11:48:11.386Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-04T11:48:11.387Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-04T11:48:11.387Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-04T11:48:11.388Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-04T11:48:11.388Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:48:11.389Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-04T11:48:11.389Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-04T11:48:11.390Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-04T11:48:11.390Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-04T11:48:11.391Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:48:11.391Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f983cb25-04ae-4e95-82bb-3a100c368cef Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-04T11:48:11.394Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.394Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria 2021-11-04T11:48:11.395Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:48:11.395Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.395Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is not matching search criteria 2021-11-04T11:48:11.396Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-04T11:48:11.397Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-04T11:48:11.397Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-04T11:48:11.397Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:48:11.398Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-04T11:48:11.398Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-04T11:48:11.398Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:48:11.399Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-04T11:48:11.399Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-04T11:48:11.399Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-04T11:48:11.399Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-04T11:48:11.400Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:48:11.400Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b9443451-5404-4558-9acf-08884de402f8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-04T11:48:11.403Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.403Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria 2021-11-04T11:48:11.404Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:48:11.404Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.405Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is not matching search criteria 2021-11-04T11:48:11.405Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-04T11:48:11.405Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-04T11:48:11.406Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-04T11:48:11.406Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:48:11.407Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-04T11:48:11.407Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-04T11:48:11.407Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-04T11:48:11.408Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-04T11:48:11.408Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-04T11:48:11.408Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-04T11:48:11.409Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-04T11:48:11.409Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-04T11:48:11.409Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e9e0cff9-80c6-4c1c-a200-045ec204ff22 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-04T11:48:11.411Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.412Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria 2021-11-04T11:48:11.413Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T11:48:11.414Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.414Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Node template vFW 9a673f84-c9a3 0 is matching search criteria 2021-11-04T11:48:11.415Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 9a673f84-c9a3 0] matching following query criteria: sdcType=VF, customizationUUID=dadcf690-344c-4f7d-8aae-3165643b87fd Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T11:48:11.417Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.418Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:48:11.418Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6f10f557-8606-427e-898f-ff2551b391ac: vFW 9a673f84-c9a3 2021-11-04T11:48:11.419Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.421Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:48:11.422Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.423Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:48:11.425Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.425Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:48:11.426Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.426Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:48:11.427Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T11:48:11.427Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-04 11-44-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T11:48:11.428Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-11-04 11-44-43 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:48:11.573Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9a673f84-c9a3 7ed559ea-df71-48d3-a4da-68d771cb1d9d 1 ASDC deployResourceStructure 2021-11-04T11:48:11.574Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json ASDC sendASDCNotification 2021-11-04T11:48:11.574Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json 2021-11-04T11:48:11.574Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T11:48:11.574Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:48:11.576Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:48:11.576Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026491574, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json", "status": "DEPLOY_OK" } 2021-11-04T11:48:11.677Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:48:11.677Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:48:11.677Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:48:11.692Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:48:11.692Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:48:12.577Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-04T11:48:12.577Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml 2021-11-04T11:48:12.577Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T11:48:12.578Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:48:12.580Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:48:12.580Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026492577, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-04T11:48:12.680Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:48:12.682Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:48:12.682Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:48:12.695Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:48:12.695Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:48:13.582Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-04T11:48:13.582Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env 2021-11-04T11:48:13.582Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T11:48:13.583Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:48:13.585Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:48:13.585Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026493581, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-04T11:48:13.685Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:48:13.686Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:48:13.687Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:48:13.699Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:48:13.700Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-04T11:48:14.586Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar ASDC sendASDCNotification 2021-11-04T11:48:14.586Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar 2021-11-04T11:48:14.587Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T11:48:14.587Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:48:14.589Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:48:14.589Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026494586, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:48:14.690Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:48:14.691Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:48:14.691Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:48:14.704Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:48:14.704Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T11:48:15.591Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4d08a4d-9110-4490-bab0-ed11417860a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:48:15.597Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4d08a4d-9110-4490-bab0-ed11417860a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:48:15.599Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T11:48:15.599Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T11:48:15.599Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T11:48:45.601Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4d08a4d-9110-4490-bab0-ed11417860a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:48:45.625Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4d08a4d-9110-4490-bab0-ed11417860a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:48:45.627Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T11:48:45.627Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T11:48:45.627Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T11:48:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:48:55.190Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:48:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:48:55.220Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:48:55.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:48:55.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "clamp", "timestamp": 1636026475130, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:48:55.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:49:15.627Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4d08a4d-9110-4490-bab0-ed11417860a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:49:15.639Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4d08a4d-9110-4490-bab0-ed11417860a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:49:15.642Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T11:49:15.642Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T11:49:15.643Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T11:49:45.643Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4d08a4d-9110-4490-bab0-ed11417860a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:49:45.650Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4d08a4d-9110-4490-bab0-ed11417860a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:49:45.652Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T11:49:45.652Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T11:49:45.653Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T11:49:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:49:55.188Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:49:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:49:55.718Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:49:55.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026475186, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:49:55.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:49:55.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "clamp", "timestamp": 1636026476136, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:49:55.727Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4d08a4d-9110-4490-bab0-ed11417860a7 2021-11-04T11:49:55.727Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4d08a4d-9110-4490-bab0-ed11417860a7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:49:55.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026476478, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:49:55.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:49:55.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026475186, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json", "status": "NOTIFIED" } 2021-11-04T11:49:55.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:49:55.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636026477484, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:49:55.740Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4d08a4d-9110-4490-bab0-ed11417860a7 2021-11-04T11:49:55.740Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4d08a4d-9110-4490-bab0-ed11417860a7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:49:55.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026475186, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-04T11:49:55.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:49:55.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "aai-ml", "timestamp": 1636026478568, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:49:55.746Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:49:55.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026475186, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T11:49:55.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:49:55.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "aai-ml", "timestamp": 1636026479572, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:49:55.749Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4d08a4d-9110-4490-bab0-ed11417860a7 2021-11-04T11:49:55.749Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4d08a4d-9110-4490-bab0-ed11417860a7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T11:49:55.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026475186, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-04T11:49:55.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:49:55.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026475186, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T11:49:55.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:49:55.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026475186, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "NOTIFIED" } 2021-11-04T11:49:55.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-04T11:49:55.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026484160, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T11:49:55.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:49:55.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026488122, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T11:49:55.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:49:55.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026489251, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T11:49:55.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:49:55.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026490351, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-04T11:49:55.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:49:55.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026491574, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/vfw9a673f84c9a30_modules.json", "status": "DEPLOY_OK" } 2021-11-04T11:49:55.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:49:55.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026492577, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-04T11:49:55.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:49:55.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026493581, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/resourceInstances/vfw9a673f84c9a30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-04T11:49:55.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:49:55.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:49:55.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026494586, "artifactURL": "/sdc/v1/catalog/services/Vfw20211104114443/1.0/artifacts/service-Vfw20211104114443-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T11:49:55.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:50:15.654Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4d08a4d-9110-4490-bab0-ed11417860a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:50:15.676Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4d08a4d-9110-4490-bab0-ed11417860a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T11:50:15.680Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T11:50:15.680Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-04T11:50:15.681Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-04T11:50:15.681Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-04T11:50:15.682Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:50:15.682Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:50:15.682Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:50:15.683Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:50:15.683Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:50:15.683Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T11:50:15.683Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T11:50:15.687Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-04T11:50:45.688Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4d08a4d-9110-4490-bab0-ed11417860a7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-04T11:50:45.692Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4d08a4d-9110-4490-bab0-ed11417860a7 and serviceModelVersionId: 6f10f557-8606-427e-898f-ff2551b391ac 2021-11-04T11:50:45.693Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a4fda78-0048-4219-b410-95dc730fd486 2021-11-04T11:50:45.694Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a4fda78-0048-4219-b410-95dc730fd486/model-vers/model-ver/6f10f557-8606-427e-898f-ff2551b391ac?depth=0 2021-11-04T11:50:45.700Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-11-04T11:50:45.777Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a4fda78-0048-4219-b410-95dc730fd486/model-vers/model-ver/6f10f557-8606-427e-898f-ff2551b391ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-11-04T11:50:45.780Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a4fda78-0048-4219-b410-95dc730fd486/model-vers/model-ver/6f10f557-8606-427e-898f-ff2551b391ac?depth=0|INFO|500||Invoke 2021-11-04T11:50:45.816Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a4fda78-0048-4219-b410-95dc730fd486/model-vers/model-ver/6f10f557-8606-427e-898f-ff2551b391ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-04T11:50:46.367Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a4fda78-0048-4219-b410-95dc730fd486/model-vers/model-ver/6f10f557-8606-427e-898f-ff2551b391ac?depth=0|INFO|500||InvokeReturn 2021-11-04T11:50:46.369Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a4fda78-0048-4219-b410-95dc730fd486/model-vers/model-ver/6f10f557-8606-427e-898f-ff2551b391ac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211104-11:50:45:821-64489], vertex-id=[421936], Content-Length=[0], Date=[Thu, 04 Nov 2021 11:50:45 GMT], Content-Type=[application/json]} 2021-11-04T11:50:46.370Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-11-04T11:50:46.370Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-04T11:50:46.370Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T11:50:46.377Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-04T11:50:46.377Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4d08a4d-9110-4490-bab0-ed11417860a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-04T11:50:46.378Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-04T11:50:46.378Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-04T11:50:46.382Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T11:50:46.382Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026646377, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T11:50:46.482Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T11:50:46.483Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T11:50:46.483Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:50:46.512Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:50:46.513Z||pool-50-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-04T11:50:47.454Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:50:47.454Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:50:47.455Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:50:55.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:50:55.188Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:50:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:50:55.826Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:50:55.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-04T11:50:55.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4d08a4d-9110-4490-bab0-ed11417860a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636026646377, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T11:50:55.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T11:50:58.816Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:50:58.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:50:58.818Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:50:58.818Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:51:08.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:51:08.375Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:51:08.376Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:51:08.376Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:51:17.919Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:51:55.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:51:55.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:51:55.190Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:51:55.190Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:51:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:51:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:52:04.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:52:04.750Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:52:55.186Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:52:55.187Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:52:55.188Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:52:55.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:52:55.188Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:52:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:53:04.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:53:04.746Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:53:55.185Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:53:55.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:53:55.187Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:53:55.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:53:55.188Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:53:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:54:04.783Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:54:04.786Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:54:55.186Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:54:55.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:54:55.189Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:54:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:54:55.189Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:54:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:55:04.756Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:55:04.768Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:55:55.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:55:55.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:55:55.193Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:55:55.193Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:55:55.193Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:55:55.194Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:56:04.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:56:04.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:56:55.186Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:56:55.187Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:56:55.188Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:56:55.188Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:56:55.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:56:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:57:04.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:57:04.767Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:57:55.185Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:57:55.186Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:57:55.186Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:57:55.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:57:55.188Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:57:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:58:04.741Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:58:04.741Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:58:55.186Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:58:55.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:58:55.189Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:58:55.189Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:58:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:58:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:59:04.749Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:59:04.757Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T11:59:55.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:59:55.186Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T11:59:55.191Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:59:55.192Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T11:59:55.191Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T11:59:55.192Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:00:04.739Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:00:04.748Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:00:55.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:00:55.186Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:00:55.186Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:00:55.188Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:00:55.189Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:00:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:01:04.747Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:01:04.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:01:55.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:01:55.186Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:01:55.187Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:01:55.190Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:01:55.190Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:01:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:01:55.822Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:01:55.823Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:01:55.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"24d45241-e802-4419-a519-3edf00f6a4c5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b528cf76-c30c-437d-8c2b-ecc2989618b9","serviceDescription":"service","serviceInvariantUUID":"1c951a24-92c1-4ffd-b7c3-8fabd6727b78","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6236b625-c602-484b-8f53-157b66d2b0f2","resourceInvariantUUID":"c7aa57e5-5416-49f4-8781-fec4ca2ca6e7","resourceCustomizationUUID":"ec447b65-4391-4f1d-9649-c076c5b84198","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"YWQ0ZjA2YWU5NmM4Y2Q3MDkzOWI2MDdkMmE2YjUyNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"251cd9e8-e6ed-4ba1-831e-3e4e4c6f873e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDVlODUxZmJiNTYwNWFiMGIzMjlmN2ZmOTg5YjdhMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a990933-a68d-4261-bef7-e2f11c4b95d4","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-04T12:01:55.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027275327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:01:55.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-04T12:01:55.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "cds", "timestamp": 1636027269105, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:01:55.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-04T12:01:55.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "multicloud-k8s-id", "timestamp": 1636027271792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:01:55.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-04T12:01:55.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "ves-openapi-manager", "timestamp": 1636027271823, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:01:55.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-04T12:01:55.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "aai-ml", "timestamp": 1636027268951, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:01:55.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-04T12:01:55.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "multicloud-k8s-id", "timestamp": 1636027271792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:01:55.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-04T12:01:55.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "ves-openapi-manager", "timestamp": 1636027271823, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:01:55.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-04T12:01:55.830Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:01:55.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "cds", "timestamp": 1636027269105, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:01:55.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-04T12:01:55.830Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:01:55.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027275327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:01:55.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-04T12:01:55.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "aai-ml", "timestamp": 1636027268951, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:01:55.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-04T12:01:55.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "cds", "timestamp": 1636027282656, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:01:55.831Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:01:55.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "aai-ml", "timestamp": 1636027282681, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:01:55.832Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:01:55.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027282779, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:01:55.832Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:01:55.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "cds", "timestamp": 1636027283663, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-11-04T12:01:55.834Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:01:55.835Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027315185, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:01:55.846Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 24d45241-e802-4419-a519-3edf00f6a4c5 2021-11-04T12:01:55.846Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24d45241-e802-4419-a519-3edf00f6a4c5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:01:55.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027284390, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:01:55.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:01:55.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027285393, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:01:55.859Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 24d45241-e802-4419-a519-3edf00f6a4c5 2021-11-04T12:01:55.860Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24d45241-e802-4419-a519-3edf00f6a4c5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:01:55.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "policy-id", "timestamp": 1636027286424, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:01:55.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-04T12:01:55.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "aai-ml", "timestamp": 1636027288014, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:01:55.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:01:55.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "policy-id", "timestamp": 1636027286424, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:01:55.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-04T12:01:55.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "dcae-sch", "timestamp": 1636027288130, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:01:55.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-04T12:01:55.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "aai-ml", "timestamp": 1636027289018, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:01:55.869Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 24d45241-e802-4419-a519-3edf00f6a4c5 2021-11-04T12:01:55.869Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24d45241-e802-4419-a519-3edf00f6a4c5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:01:55.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "clamp", "timestamp": 1636027288519, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:01:55.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-04T12:01:55.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "policy-id", "timestamp": 1636027289558, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:01:55.875Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:01:55.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "dcae-sch", "timestamp": 1636027288130, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:01:55.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-04T12:01:55.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "clamp", "timestamp": 1636027288519, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:01:55.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-04T12:01:55.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "policy-id", "timestamp": 1636027290570, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:01:55.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:01:55.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "policy-id", "timestamp": 1636027291576, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:01:55.879Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24d45241-e802-4419-a519-3edf00f6a4c5 2021-11-04T12:01:55.879Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24d45241-e802-4419-a519-3edf00f6a4c5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:01:55.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "clamp", "timestamp": 1636027302260, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:01:55.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:01:55.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "clamp", "timestamp": 1636027304268, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:01:55.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:01:55.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:01:55.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "clamp", "timestamp": 1636027305273, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:01:55.888Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 24d45241-e802-4419-a519-3edf00f6a4c5 2021-11-04T12:01:55.889Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24d45241-e802-4419-a519-3edf00f6a4c5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:01:55.935Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:01:55.936Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:01:55.937Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:01:55.950Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:01:55.951Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:01:56.835Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:01:56.837Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:01:56.839Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:01:56.839Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027315185, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:01:56.940Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T12:01:56.940Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:01:56.940Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:01:56.956Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:01:56.957Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:01:57.840Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "b528cf76-c30c-437d-8c2b-ecc2989618b9", "serviceDescription": "service", "serviceInvariantUUID": "1c951a24-92c1-4ffd-b7c3-8fabd6727b78", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "ec447b65-4391-4f1d-9649-c076c5b84198", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "6236b625-c602-484b-8f53-157b66d2b0f2", "resourceInvariantUUID": "c7aa57e5-5416-49f4-8781-fec4ca2ca6e7", "category": "Generic", "subcategory": "Network Elements", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-BasicNetwork-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "artifactChecksum": "MDVlODUxZmJiNTYwNWFiMGIzMjlmN2ZmOTg5YjdhMmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4a990933-a68d-4261-bef7-e2f11c4b95d4" } ], "workloadContext": "Production" } 2021-11-04T12:01:57.842Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-04T12:01:57.842Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b528cf76-c30c-437d-8c2b-ecc2989618b9 ASDC 2021-11-04T12:01:57.842Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:24d45241-e802-4419-a519-3edf00f6a4c5 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:b528cf76-c30c-437d-8c2b-ecc2989618b9 ServiceInvariantUUID:1c951a24-92c1-4ffd-b7c3-8fabd6727b78 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicNetwork-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ArtifactUUID:4a990933-a68d-4261-bef7-e2f11c4b95d4 ArtifactChecksum:MDVlODUxZmJiNTYwNWFiMGIzMjlmN2ZmOTg5YjdhMmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:ec447b65-4391-4f1d-9649-c076c5b84198 ResourceInvariantUUID:c7aa57e5-5416-49f4-8781-fec4ca2ca6e7 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:6236b625-c602-484b-8f53-157b66d2b0f2 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-11-04T12:01:57.843Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b528cf76-c30c-437d-8c2b-ecc2989618b9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-04T12:01:57.876Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T12:01:57.877Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-04T12:01:57.878Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-04T12:01:57.878Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4a990933-a68d-4261-bef7-e2f11c4b95d4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-04T12:01:57.879Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-04T12:01:57.879Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-04T12:01:58.292Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-04T12:01:58.296Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4a990933-a68d-4261-bef7-e2f11c4b95d4 52487 2021-11-04T12:01:58.296Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-04T12:01:58.296Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-04T12:01:58.297Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T12:01:58.297Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:01:58.299Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:01:58.299Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027318296, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:01:58.401Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-04T12:01:58.402Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:01:58.402Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:01:58.420Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:01:58.420Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:01:59.300Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T12:01:59.301Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-04T12:01:59.301Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4a990933-a68d-4261-bef7-e2f11c4b95d4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-04T12:01:59.302Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-11-04T12:01:59.302Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-04T12:01:59.302Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-04T12:01:59.441Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7917666999083619441/Definitions/service-BasicNetwork-template.yml 2021-11-04T12:01:59.904Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-04T12:01:59.905Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-04T12:01:59.905Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-04T12:01:59.905Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-11-04T12:01:59.905Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-04T12:01:59.906Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-04T12:01:59.906Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-04T12:01:59.906Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-04T12:01:59.906Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-04T12:01:59.906Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-04T12:01:59.907Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-04T12:01:59.907Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-04T12:01:59.907Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-04T12:01:59.908Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:01:59.908Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:01:59.908Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-04T12:01:59.908Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-04T12:01:59.909Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T12:01:59.909Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:01:59.909Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:01:59.909Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-04T12:01:59.910Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-04T12:01:59.910Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T12:01:59.910Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:01:59.910Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:01:59.911Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:01:59.911Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:01:59.911Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:01:59.912Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:01:59.912Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:01:59.912Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:01:59.913Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:01:59.913Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:01:59.913Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:b528cf76-c30c-437d-8c2b-ecc2989618b9 Model Version:NULL Model InvariantUuid:1c951a24-92c1-4ffd-b7c3-8fabd6727b78 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:c7aa57e5-5416-49f4-8781-fec4ca2ca6e7 Model UUID:1af2fe01-21e3-47e8-bdcc-64e892f0d9cf Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:ec447b65-4391-4f1d-9649-c076c5b84198 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-04T12:01:59.917Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 6236b625-c602-484b-8f53-157b66d2b0f2 2021-11-04T12:01:59.917Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||No resources found for Service: b528cf76-c30c-437d-8c2b-ecc2989618b9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:01:59.923Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500|| 2021-11-04T12:01:59.924Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-11-04T12:01:59.925Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||No resources found for Service: b528cf76-c30c-437d-8c2b-ecc2989618b9 2021-11-04T12:01:59.925Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b528cf76-c30c-437d-8c2b-ecc2989618b9 2021-11-04T12:01:59.925Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-11-04T12:01:59.925Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:01:59.928Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@433bb314, org.onap.sdc.toscaparser.api.parameters.Input@8d00fdd, org.onap.sdc.toscaparser.api.parameters.Input@bdc7875, org.onap.sdc.toscaparser.api.parameters.Input@2d7c80b2, org.onap.sdc.toscaparser.api.parameters.Input@3341351a] 2021-11-04T12:01:59.929Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:01:59.930Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:01:59.930Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:01:59.930Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:01:59.931Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b528cf76-c30c-437d-8c2b-ecc2989618b9: Generic NeutronNet 2021-11-04T12:01:59.931Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:01:59.931Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:01:59.931Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:01:59.932Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-11-04T12:01:59.979Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:01:59.979Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:01:59.979Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:01:59.980Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:01:59.980Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:01:59.980Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:01:59.980Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-04T12:02:00.021Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-11-04T12:02:00.021Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-04T12:02:00.021Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-04T12:02:00.022Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T12:02:00.022Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:02:00.024Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:02:00.024Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027320021, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:02:00.124Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:02:00.125Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:02:00.125Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:02:00.140Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:02:00.140Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:02:01.025Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24d45241-e802-4419-a519-3edf00f6a4c5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:02:01.042Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24d45241-e802-4419-a519-3edf00f6a4c5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:02:01.045Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:02:01.045Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-04T12:02:01.045Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-04T12:02:01.045Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-04T12:02:01.046Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:02:01.046Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:02:01.046Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:02:01.046Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:02:01.046Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:02:01.046Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:02:01.047Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:02:01.049Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-04T12:02:31.050Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 24d45241-e802-4419-a519-3edf00f6a4c5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-04T12:02:31.063Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 24d45241-e802-4419-a519-3edf00f6a4c5 and serviceModelVersionId: b528cf76-c30c-437d-8c2b-ecc2989618b9 2021-11-04T12:02:31.064Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1c951a24-92c1-4ffd-b7c3-8fabd6727b78 2021-11-04T12:02:31.067Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1c951a24-92c1-4ffd-b7c3-8fabd6727b78/model-vers/model-ver/b528cf76-c30c-437d-8c2b-ecc2989618b9?depth=0 2021-11-04T12:02:31.076Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-04T12:02:31.154Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c951a24-92c1-4ffd-b7c3-8fabd6727b78/model-vers/model-ver/b528cf76-c30c-437d-8c2b-ecc2989618b9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-11-04T12:02:31.158Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c951a24-92c1-4ffd-b7c3-8fabd6727b78/model-vers/model-ver/b528cf76-c30c-437d-8c2b-ecc2989618b9?depth=0|INFO|500||Invoke 2021-11-04T12:02:31.191Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c951a24-92c1-4ffd-b7c3-8fabd6727b78/model-vers/model-ver/b528cf76-c30c-437d-8c2b-ecc2989618b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-04T12:02:31.371Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c951a24-92c1-4ffd-b7c3-8fabd6727b78/model-vers/model-ver/b528cf76-c30c-437d-8c2b-ecc2989618b9?depth=0|INFO|500||InvokeReturn 2021-11-04T12:02:31.372Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c951a24-92c1-4ffd-b7c3-8fabd6727b78/model-vers/model-ver/b528cf76-c30c-437d-8c2b-ecc2989618b9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211104-12:02:31:194-97970], vertex-id=[245928], Content-Length=[0], Date=[Thu, 04 Nov 2021 12:02:31 GMT], Content-Type=[application/json]} 2021-11-04T12:02:31.372Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-11-04T12:02:31.373Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-04T12:02:31.373Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:02:31.378Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-04T12:02:31.379Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 24d45241-e802-4419-a519-3edf00f6a4c5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-04T12:02:31.379Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-04T12:02:31.379Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:02:31.383Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:02:31.383Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027351379, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T12:02:31.483Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:02:31.484Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:02:31.484Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:02:31.526Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:02:31.527Z||pool-55-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-04T12:02:55.185Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:02:55.186Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:02:55.186Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:02:55.188Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:02:55.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:02:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:02:55.316Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:02:55.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:02:55.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027315185, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:02:55.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-04T12:03:04.745Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:03:55.187Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:03:55.188Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:03:55.191Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:03:55.190Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:03:55.191Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:03:55.191Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:03:55.228Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:03:55.229Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:03:55.229Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027315185, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:03:55.232Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:03:55.232Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:03:55.232Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027318296, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:03:55.233Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:03:55.233Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:03:55.233Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027320021, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:03:55.233Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:03:55.233Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:03:55.233Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24d45241-e802-4419-a519-3edf00f6a4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027351379, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T12:03:55.233Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:03:55.829Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:03:55.830Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-04T12:03:55.830Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"013f492d-034a-4ffd-8516-b72d8be47dcf","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"5b987d62-8d31-4043-a482-68a1975723b8","serviceDescription":"service","serviceInvariantUUID":"87086b3b-9e83-4794-b61a-0953146aff00","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9e2e3f54-12a1-4493-b1ab-d3e0e53babeb","resourceInvariantUUID":"9cfb53fc-c1c3-4d99-9ade-cb95a00e5bb2","resourceCustomizationUUID":"8b93f581-8ba5-4974-8eac-358bf0592116","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YTMyNzkxZmFlNDc0MTg2MGM5ZTZhOGM5ZWYyYTA3ZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07f510d2-3a14-40ef-aa0b-f7a8bedad732","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YTA5ZWYzYTc3OTgyYjU4OTU2OWRhYjQ1NDdhYzJiMTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76935247-dd93-46f3-af60-81f2841179c1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d1875c06-f6fe-4186-b9e1-34a72fb1e649","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74660b30-0f48-4cb9-a752-5edaa5ee3cc4","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1398b5b0-9c8e-4425-b5cb-c55803d1f7b8","artifactVersion":"2","generatedFromUUID":"d1875c06-f6fe-4186-b9e1-34a72fb1e649"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDQwN2E1ZWNiZDAwZjRmODFlNDM4NmNmN2Q0MmJiZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d9dcf97b-2e10-4604-b483-aecd7ca5c3b3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzJlNDU5ZGFlMGY1YjZhYTdmMGQ1ZjJhMmQwMWE3MDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38eda2ef-4199-461d-9a92-912fd301fd58","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-04T12:03:55.835Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:03:55.836Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:03:55.841Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:03:55.841Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027435186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:03:55.941Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:03:55.942Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:03:55.942Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:03:55.958Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:03:55.959Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:03:56.842Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:03:56.842Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:03:56.844Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:03:56.844Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027435186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-04T12:03:56.945Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:03:56.946Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:03:56.946Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:03:56.959Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:03:56.959Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:03:57.845Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:03:57.846Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:03:57.849Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:03:57.849Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027435186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-04T12:03:57.949Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:03:57.950Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:03:57.950Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:03:57.974Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:03:57.975Z||pool-58-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:03:58.850Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:03:58.851Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:03:58.854Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:03:58.854Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027435186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:03:58.954Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:03:58.955Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:03:58.955Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:03:58.967Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:03:58.968Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:03:59.855Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:03:59.856Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:03:59.858Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:03:59.858Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027435186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-04T12:03:59.958Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:03:59.959Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:03:59.960Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:03:59.997Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:03:59.997Z||pool-60-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:04:00.866Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:04:00.868Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:04:00.874Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:04:00.874Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027435186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:00.971Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-11-04T12:04:00.972Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:04:00.973Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:04:00.984Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:04:00.984Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:04:01.875Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:04:01.876Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:04:01.878Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:04:01.878Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027435186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:04:01.978Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:04:01.980Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:04:01.980Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:04:01.997Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:04:01.998Z||pool-62-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:04:02.879Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "5b987d62-8d31-4043-a482-68a1975723b8", "serviceDescription": "service", "serviceInvariantUUID": "87086b3b-9e83-4794-b61a-0953146aff00", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "8b93f581-8ba5-4974-8eac-358bf0592116", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9e2e3f54-12a1-4493-b1ab-d3e0e53babeb", "resourceInvariantUUID": "9cfb53fc-c1c3-4d99-9ade-cb95a00e5bb2", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "YTA5ZWYzYTc3OTgyYjU4OTU2OWRhYjQ1NDdhYzJiMTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "76935247-dd93-46f3-af60-81f2841179c1", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d1875c06-f6fe-4186-b9e1-34a72fb1e649", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1398b5b0-9c8e-4425-b5cb-c55803d1f7b8", "generatedFromUUID": "d1875c06-f6fe-4186-b9e1-34a72fb1e649" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1398b5b0-9c8e-4425-b5cb-c55803d1f7b8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YzJlNDU5ZGFlMGY1YjZhYTdmMGQ1ZjJhMmQwMWE3MDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "38eda2ef-4199-461d-9a92-912fd301fd58" } ], "workloadContext": "Production" } 2021-11-04T12:04:02.880Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-04T12:04:02.881Z|24d45241-e802-4419-a519-3edf00f6a4c5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b987d62-8d31-4043-a482-68a1975723b8 ASDC 2021-11-04T12:04:02.883Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:013f492d-034a-4ffd-8516-b72d8be47dcf ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:5b987d62-8d31-4043-a482-68a1975723b8 ServiceInvariantUUID:87086b3b-9e83-4794-b61a-0953146aff00 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:38eda2ef-4199-461d-9a92-912fd301fd58 ArtifactChecksum:YzJlNDU5ZGFlMGY1YjZhYTdmMGQ1ZjJhMmQwMWE3MDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:8b93f581-8ba5-4974-8eac-358bf0592116 ResourceInvariantUUID:9cfb53fc-c1c3-4d99-9ade-cb95a00e5bb2 ResourceName:basic_vm ResourceType:VF ResourceUUID:9e2e3f54-12a1-4493-b1ab-d3e0e53babeb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:76935247-dd93-46f3-af60-81f2841179c1 ArtifactChecksum:YTA5ZWYzYTc3OTgyYjU4OTU2OWRhYjQ1NDdhYzJiMTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:d1875c06-f6fe-4186-b9e1-34a72fb1e649 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:1398b5b0-9c8e-4425-b5cb-c55803d1f7b8 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:1398b5b0-9c8e-4425-b5cb-c55803d1f7b8 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-04T12:04:02.883Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b987d62-8d31-4043-a482-68a1975723b8 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:04:02.918Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T12:04:02.920Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-04T12:04:02.920Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-04T12:04:02.920Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 38eda2ef-4199-461d-9a92-912fd301fd58 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-04T12:04:02.920Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-04T12:04:02.921Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-04T12:04:04.158Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-04T12:04:04.162Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 38eda2ef-4199-461d-9a92-912fd301fd58 71047 2021-11-04T12:04:04.162Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-04T12:04:04.162Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-04T12:04:04.162Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T12:04:04.163Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:04:04.164Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:04:04.165Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027444162, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:04:04.264Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T12:04:04.265Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:04:04.266Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:04:04.310Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:04:04.311Z||pool-63-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:04:05.165Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T12:04:05.167Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-04T12:04:05.169Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 38eda2ef-4199-461d-9a92-912fd301fd58, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-04T12:04:05.169Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-11-04T12:04:05.170Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-04T12:04:05.170Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-11-04T12:04:05.341Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14919833322987669959/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-11-04T12:04:06.444Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-04T12:04:06.445Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-04T12:04:06.445Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-04T12:04:06.446Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-04T12:04:06.446Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-04T12:04:06.446Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-04T12:04:06.446Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-04T12:04:06.446Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-04T12:04:06.446Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-04T12:04:06.446Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-04T12:04:06.446Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-04T12:04:06.447Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-04T12:04:06.447Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-04T12:04:06.447Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-04T12:04:06.447Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:06.447Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:04:06.447Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-04T12:04:06.447Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-04T12:04:06.448Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T12:04:06.448Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:06.448Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:04:06.448Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-04T12:04:06.448Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-04T12:04:06.448Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T12:04:06.448Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:06.448Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:04:06.449Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:06.449Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-04T12:04:06.449Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-04T12:04:06.449Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-04T12:04:06.449Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-04T12:04:06.449Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-04T12:04:06.450Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-04T12:04:06.450Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:06.450Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-04T12:04:06.450Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:06.450Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-04T12:04:06.450Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:04:06.451Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:06.451Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-04T12:04:06.451Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:04:06.451Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:06.452Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-04T12:04:06.452Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:04:06.452Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:06.452Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-04T12:04:06.452Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-04T12:04:06.453Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-04T12:04:06.453Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dcebcd06-c6ad-44ed-99eb-8ec32e9d5824 2021-11-04T12:04:06.453Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:06.453Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:04:06.453Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:06.453Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:04:06.454Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:06.454Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:04:06.454Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:06.454Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:04:06.454Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:5b987d62-8d31-4043-a482-68a1975723b8 Model Version:NULL Model InvariantUuid:87086b3b-9e83-4794-b61a-0953146aff00 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:5095bfbd-eb46-4b08-b551-8a184bb8ea50 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9cfb53fc-c1c3-4d99-9ade-cb95a00e5bb2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8b93f581-8ba5-4974-8eac-358bf0592116 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dab733e3-675a-46de-90f3-88a979bab03d ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:95c0cd7c-bf25-4006-9a4a-4d5149378777 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dcebcd06-c6ad-44ed-99eb-8ec32e9d5824 ModelInvariantUuid:255a5c8f-c350-4301-9092-47d38bd2e3d1 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:f285c9c1-1978-4c16-a46b-63cb86f37155 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:30e317c3-c62a-418d-8e4b-4055edcdf5ab ModelInvariantUuid:15ae0ead-cf93-4d79-9fd6-e247285de705 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:66fb5b5c-2c79-4c84-81a2-ba46193f9664 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-04T12:04:06.460Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9e2e3f54-12a1-4493-b1ab-d3e0e53babeb Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:04:06.463Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||basic_vm 0 2021-11-04T12:04:06.464Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9e2e3f54-12a1-4493-b1ab-d3e0e53babeb 2021-11-04T12:04:06.464Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 76935247-dd93-46f3-af60-81f2841179c1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-04T12:04:06.464Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-04T12:04:06.464Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-04T12:04:06.750Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-04T12:04:06.751Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 76935247-dd93-46f3-af60-81f2841179c1 787 2021-11-04T12:04:06.751Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-04T12:04:06.751Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-04T12:04:06.751Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T12:04:06.752Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:04:06.754Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:04:06.754Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027446751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T12:04:06.855Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-04T12:04:06.855Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:04:06.856Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:04:06.869Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:04:06.869Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:04:07.755Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dab733e3-675a-46de-90f3-88a979bab03d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "95c0cd7c-bf25-4006-9a4a-4d5149378777", "vfModuleModelCustomizationUUID": "24ff0d50-8010-4bd7-a9c3-8defe6cfb5dc", "isBase": true, "artifacts": [ "d1875c06-f6fe-4186-b9e1-34a72fb1e649", "1398b5b0-9c8e-4425-b5cb-c55803d1f7b8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-04T12:04:07.759Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:95c0cd7c-bf25-4006-9a4a-4d5149378777 VfModuleModelInvariantUUID:dab733e3-675a-46de-90f3-88a979bab03d VfModuleModelDescription:NULL Artifacts UUID List:{ d1875c06-f6fe-4186-b9e1-34a72fb1e649 , 1398b5b0-9c8e-4425-b5cb-c55803d1f7b8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-04T12:04:07.761Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dab733e3-675a-46de-90f3-88a979bab03d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "95c0cd7c-bf25-4006-9a4a-4d5149378777", "vfModuleModelCustomizationUUID": "24ff0d50-8010-4bd7-a9c3-8defe6cfb5dc", "isBase": true, "artifacts": [ "d1875c06-f6fe-4186-b9e1-34a72fb1e649", "1398b5b0-9c8e-4425-b5cb-c55803d1f7b8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-04T12:04:07.761Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:95c0cd7c-bf25-4006-9a4a-4d5149378777 VfModuleModelInvariantUUID:dab733e3-675a-46de-90f3-88a979bab03d VfModuleModelDescription:NULL Artifacts UUID List:{ d1875c06-f6fe-4186-b9e1-34a72fb1e649 , 1398b5b0-9c8e-4425-b5cb-c55803d1f7b8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-04T12:04:07.762Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d1875c06-f6fe-4186-b9e1-34a72fb1e649 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-04T12:04:07.762Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-04T12:04:07.762Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-04T12:04:08.421Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-04T12:04:08.421Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d1875c06-f6fe-4186-b9e1-34a72fb1e649 5033 2021-11-04T12:04:08.422Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-04T12:04:08.422Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-04T12:04:08.422Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T12:04:08.422Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:04:08.424Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:04:08.424Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027448421, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T12:04:08.525Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:04:08.525Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:04:08.526Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:04:08.537Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:04:08.537Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:04:09.425Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1398b5b0-9c8e-4425-b5cb-c55803d1f7b8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-04T12:04:09.426Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-04T12:04:09.426Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-04T12:04:09.648Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-04T12:04:09.649Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1398b5b0-9c8e-4425-b5cb-c55803d1f7b8 903 2021-11-04T12:04:09.649Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-04T12:04:09.650Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-04T12:04:09.650Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T12:04:09.650Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:04:09.652Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:04:09.652Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027449649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-04T12:04:09.752Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T12:04:09.753Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:04:09.754Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:04:09.764Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:04:09.764Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:04:10.653Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5b987d62-8d31-4043-a482-68a1975723b8 2021-11-04T12:04:10.654Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9e2e3f54-12a1-4493-b1ab-d3e0e53babeb 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=? 2021-11-04T12:04:10.665Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64921909, org.onap.sdc.toscaparser.api.parameters.Input@716a8da5, org.onap.sdc.toscaparser.api.parameters.Input@7caaeebb, org.onap.sdc.toscaparser.api.parameters.Input@783e3239, org.onap.sdc.toscaparser.api.parameters.Input@c103666] 2021-11-04T12:04:10.668Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:10.668Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:04:10.669Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-11-04T12:04:10.669Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8b93f581-8ba5-4974-8eac-358bf0592116 2021-11-04T12:04:10.670Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8b93f581-8ba5-4974-8eac-358bf0592116 matches Tosca VF Customization UUID: 8b93f581-8ba5-4974-8eac-358bf0592116 2021-11-04T12:04:10.670Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8b93f581-8ba5-4974-8eac-358bf0592116 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-04T12:04:10.673Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:10.673Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:04:10.674Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8b93f581-8ba5-4974-8eac-358bf0592116: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2021-11-04T12:04:10.675Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@be02cd4 2021-11-04T12:04:10.675Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:10.675Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-04T12:04:10.676Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 24ff0d50-8010-4bd7-a9c3-8defe6cfb5dc 2021-11-04T12:04:10.677Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 24ff0d50-8010-4bd7-a9c3-8defe6cfb5dc Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-04T12:04:10.682Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:10.682Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-04T12:04:10.683Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:04:10.683Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:10.683Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-04T12:04:10.684Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:04:10.684Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:10.684Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-04T12:04:10.685Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-04T12:04:10.685Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-04T12:04:10.685Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dcebcd06-c6ad-44ed-99eb-8ec32e9d5824 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-04T12:04:10.688Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:10.688Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-04T12:04:10.688Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:04:10.689Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:10.689Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-04T12:04:10.689Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8b93f581-8ba5-4974-8eac-358bf0592116 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:04:10.690Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:10.691Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:04:10.691Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5b987d62-8d31-4043-a482-68a1975723b8: basic_vm 2021-11-04T12:04:10.691Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:10.692Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:04:10.692Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:10.692Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:04:10.693Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:10.693Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:04:10.693Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:10.693Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:04:10.694Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:04:10.694Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:04:10.695Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:04:10.746Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9e2e3f54-12a1-4493-b1ab-d3e0e53babeb 1 ASDC deployResourceStructure 2021-11-04T12:04:10.747Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-04T12:04:10.747Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-04T12:04:10.747Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T12:04:10.748Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:04:10.749Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:04:10.750Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027450747, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-04T12:04:10.850Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:04:10.851Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:04:10.851Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:04:10.863Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:04:10.864Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:04:11.752Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-04T12:04:11.752Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-04T12:04:11.753Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T12:04:11.753Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:04:11.755Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:04:11.755Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027451750, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-04T12:04:11.855Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:04:11.856Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:04:11.856Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:04:11.867Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:04:11.868Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:04:12.756Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-04T12:04:12.756Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-04T12:04:12.756Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T12:04:12.757Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:04:12.762Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:04:12.762Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027452756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-04T12:04:12.859Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-11-04T12:04:12.859Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:04:12.859Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:04:12.870Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:04:12.871Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:04:13.763Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-04T12:04:13.764Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-04T12:04:13.764Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T12:04:13.764Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:04:13.767Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:04:13.767Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027453763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:04:13.867Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:04:13.868Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:04:13.869Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:04:13.881Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:04:13.882Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:04:14.769Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 013f492d-034a-4ffd-8516-b72d8be47dcf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:04:14.777Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 013f492d-034a-4ffd-8516-b72d8be47dcf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:04:14.779Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:04:14.779Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T12:04:14.780Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T12:04:44.782Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 013f492d-034a-4ffd-8516-b72d8be47dcf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:04:44.801Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 013f492d-034a-4ffd-8516-b72d8be47dcf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:04:44.804Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:04:44.804Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T12:04:44.804Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T12:04:55.188Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:04:55.191Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:04:55.191Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:04:55.235Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:04:55.237Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.238Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "multicloud-k8s-id", "timestamp": 1636027411792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.240Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.240Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.240Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "ves-openapi-manager", "timestamp": 1636027411823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.240Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.240Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "aai-ml", "timestamp": 1636027418951, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "cds", "timestamp": 1636027419106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "multicloud-k8s-id", "timestamp": 1636027411792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-04T12:04:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "ves-openapi-manager", "timestamp": 1636027411823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.242Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.242Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.242Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "aai-ml", "timestamp": 1636027418951, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.242Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.242Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.242Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "cds", "timestamp": 1636027419106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.242Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.242Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.242Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "multicloud-k8s-id", "timestamp": 1636027411792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-04T12:04:55.243Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.243Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.243Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "ves-openapi-manager", "timestamp": 1636027411823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.243Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.243Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.243Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "aai-ml", "timestamp": 1636027418951, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.243Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.243Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.243Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "cds", "timestamp": 1636027419106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.244Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.244Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.244Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "multicloud-k8s-id", "timestamp": 1636027411792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.244Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.244Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.244Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "ves-openapi-manager", "timestamp": 1636027411823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.244Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.244Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.244Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "aai-ml", "timestamp": 1636027418951, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.244Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.245Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.245Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "cds", "timestamp": 1636027419106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.245Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.245Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.245Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "multicloud-k8s-id", "timestamp": 1636027411792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-04T12:04:55.245Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.245Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.245Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "ves-openapi-manager", "timestamp": 1636027411823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.246Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.246Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.246Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "aai-ml", "timestamp": 1636027418951, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.246Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.246Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.246Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "cds", "timestamp": 1636027419106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.246Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.246Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.247Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "multicloud-k8s-id", "timestamp": 1636027411792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.247Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.247Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.247Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "ves-openapi-manager", "timestamp": 1636027411823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.247Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.247Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.247Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "aai-ml", "timestamp": 1636027418951, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.247Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.248Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.248Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "cds", "timestamp": 1636027419106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.248Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.248Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.248Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "multicloud-k8s-id", "timestamp": 1636027411792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:04:55.248Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.248Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.248Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "ves-openapi-manager", "timestamp": 1636027411823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.249Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.249Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.249Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "aai-ml", "timestamp": 1636027418951, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:04:55.249Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.249Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.249Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "cds", "timestamp": 1636027419106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:04:55.249Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.250Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.250Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027425327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.250Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.250Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.250Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "multicloud-k8s-id", "timestamp": 1636027426850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T12:04:55.250Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:04:55.250Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.250Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "aai-ml", "timestamp": 1636027426949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:04:55.251Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:04:55.251Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.251Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027425327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.251Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.251Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.251Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "cds", "timestamp": 1636027427068, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:04:55.251Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:04:55.251Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.251Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "policy-id", "timestamp": 1636027426424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.252Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.252Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.252Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027425327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.252Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.252Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.252Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "cds", "timestamp": 1636027428078, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:04:55.257Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 013f492d-034a-4ffd-8516-b72d8be47dcf 2021-11-04T12:04:55.257Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 013f492d-034a-4ffd-8516-b72d8be47dcf and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:04:55.268Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.268Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "policy-id", "timestamp": 1636027426424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.269Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.269Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.269Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "multicloud-k8s-id", "timestamp": 1636027428244, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T12:04:55.269Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:04:55.269Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.269Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "dcae-sch", "timestamp": 1636027428131, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.269Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.269Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.269Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027425327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.269Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.269Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.269Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "policy-id", "timestamp": 1636027426424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-04T12:04:55.270Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.270Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.270Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "multicloud-k8s-id", "timestamp": 1636027429458, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-04T12:04:55.270Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:04:55.270Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.270Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "dcae-sch", "timestamp": 1636027428131, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.270Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.270Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.270Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027425327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.270Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.270Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.270Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "policy-id", "timestamp": 1636027426424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.270Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.271Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.271Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "multicloud-k8s-id", "timestamp": 1636027430488, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:04:55.274Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 013f492d-034a-4ffd-8516-b72d8be47dcf 2021-11-04T12:04:55.274Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 013f492d-034a-4ffd-8516-b72d8be47dcf and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:04:55.282Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.282Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "dcae-sch", "timestamp": 1636027428131, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.282Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.282Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.283Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027425327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.283Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.283Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.283Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "policy-id", "timestamp": 1636027426424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.283Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.283Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.284Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "multicloud-k8s-id", "timestamp": 1636027431504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-04T12:04:55.284Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:04:55.284Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.284Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "dcae-sch", "timestamp": 1636027428131, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.284Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.284Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.284Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027425327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:04:55.284Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.284Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.284Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "policy-id", "timestamp": 1636027426424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.285Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.285Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.285Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "dcae-sch", "timestamp": 1636027428131, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.285Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.285Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.285Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "policy-id", "timestamp": 1636027426424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:04:55.285Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.285Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.285Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027433220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:04:55.285Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:04:55.286Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.286Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "dcae-sch", "timestamp": 1636027428131, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.286Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:04:55.286Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.286Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "policy-id", "timestamp": 1636027434203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:04:55.286Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:04:55.286Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:04:55.286Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "dcae-sch", "timestamp": 1636027428131, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:04:55.287Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:05:14.805Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 013f492d-034a-4ffd-8516-b72d8be47dcf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:05:14.814Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 013f492d-034a-4ffd-8516-b72d8be47dcf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:05:14.817Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:05:14.817Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T12:05:14.817Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T12:05:44.818Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 013f492d-034a-4ffd-8516-b72d8be47dcf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:05:44.826Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 013f492d-034a-4ffd-8516-b72d8be47dcf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:05:44.828Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:05:44.828Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T12:05:44.828Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T12:05:55.189Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:05:55.193Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:05:55.194Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:05:55.265Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:05:55.269Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:05:55.269Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "policy-id", "timestamp": 1636027435208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:05:55.271Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:14.830Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 013f492d-034a-4ffd-8516-b72d8be47dcf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:06:14.855Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 013f492d-034a-4ffd-8516-b72d8be47dcf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:06:14.859Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:06:14.859Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T12:06:14.859Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T12:06:44.859Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 013f492d-034a-4ffd-8516-b72d8be47dcf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:06:44.867Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 013f492d-034a-4ffd-8516-b72d8be47dcf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:06:44.869Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:06:44.869Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T12:06:44.869Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T12:06:55.187Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:06:55.188Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:06:55.188Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:06:55.220Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:06:55.731Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.731Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "aai-ml", "timestamp": 1636027435568, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:06:55.733Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.733Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.733Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027435186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.734Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.734Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.734Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027436017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:06:55.734Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.735Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.735Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "policy-id", "timestamp": 1636027436211, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:06:55.740Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 013f492d-034a-4ffd-8516-b72d8be47dcf 2021-11-04T12:06:55.740Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 013f492d-034a-4ffd-8516-b72d8be47dcf and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-04T12:06:55.748Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.749Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "aai-ml", "timestamp": 1636027436576, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:06:55.753Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 013f492d-034a-4ffd-8516-b72d8be47dcf 2021-11-04T12:06:55.753Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 013f492d-034a-4ffd-8516-b72d8be47dcf and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:06:55.759Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.759Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027435186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-04T12:06:55.760Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.760Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.760Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027437021, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:06:55.763Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 013f492d-034a-4ffd-8516-b72d8be47dcf 2021-11-04T12:06:55.763Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 013f492d-034a-4ffd-8516-b72d8be47dcf and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:06:55.768Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.768Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027435186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-04T12:06:55.769Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.769Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.769Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "clamp", "timestamp": 1636027438519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.769Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.770Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.770Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027435186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.770Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.770Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.771Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "cds", "timestamp": 1636027434105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.771Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.771Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.771Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "multicloud-k8s-id", "timestamp": 1636027432509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.772Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.772Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.772Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "ves-openapi-manager", "timestamp": 1636027431823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.772Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.773Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.773Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "clamp", "timestamp": 1636027438519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-04T12:06:55.773Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.774Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.774Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027435186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-04T12:06:55.774Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.774Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.775Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "cds", "timestamp": 1636027434105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.775Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.775Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.775Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "multicloud-k8s-id", "timestamp": 1636027432509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-04T12:06:55.776Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.776Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.776Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "ves-openapi-manager", "timestamp": 1636027431823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.777Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.777Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.777Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "clamp", "timestamp": 1636027438519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.777Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.778Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.778Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027435186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.778Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.778Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.779Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "multicloud-k8s-id", "timestamp": 1636027432509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-04T12:06:55.779Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.779Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.779Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "cds", "timestamp": 1636027434105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.780Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.780Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.780Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "ves-openapi-manager", "timestamp": 1636027431823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.780Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.780Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.781Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "clamp", "timestamp": 1636027438519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.781Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.781Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.781Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027435186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:06:55.782Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.782Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.782Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "cds", "timestamp": 1636027434105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.782Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.783Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.783Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "multicloud-k8s-id", "timestamp": 1636027432509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-04T12:06:55.783Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.783Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.783Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "ves-openapi-manager", "timestamp": 1636027431823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.784Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.784Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.784Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "clamp", "timestamp": 1636027438519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.784Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.785Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.785Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "cds", "timestamp": 1636027434105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.785Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.785Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.786Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "multicloud-k8s-id", "timestamp": 1636027432509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-04T12:06:55.786Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.786Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.786Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "ves-openapi-manager", "timestamp": 1636027431823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.786Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.787Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.787Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "clamp", "timestamp": 1636027438519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.787Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.787Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.788Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027444162, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:06:55.788Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.788Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.788Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "cds", "timestamp": 1636027434105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.789Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.789Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.789Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "multicloud-k8s-id", "timestamp": 1636027432509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.789Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.789Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.790Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "ves-openapi-manager", "timestamp": 1636027431823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.790Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.790Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.790Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "clamp", "timestamp": 1636027438519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:06:55.791Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.791Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.791Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "cds", "timestamp": 1636027434105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.791Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.792Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.792Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "multicloud-k8s-id", "timestamp": 1636027432509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-04T12:06:55.792Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.792Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.793Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "ves-openapi-manager", "timestamp": 1636027431823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.793Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.793Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.793Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "cds", "timestamp": 1636027434105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.793Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.794Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.794Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "multicloud-k8s-id", "timestamp": 1636027432509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.794Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.794Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.795Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "ves-openapi-manager", "timestamp": 1636027431823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.795Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.795Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.795Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027446751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T12:06:55.796Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.796Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.796Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "policy-id", "timestamp": 1636027446424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.796Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.797Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.797Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "multicloud-k8s-id", "timestamp": 1636027432509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:06:55.797Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.797Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.797Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "cds", "timestamp": 1636027434105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:06:55.798Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.798Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.798Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "ves-openapi-manager", "timestamp": 1636027431823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.798Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.799Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.799Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "policy-id", "timestamp": 1636027446424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.799Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.799Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.800Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027448421, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T12:06:55.800Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.801Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.801Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "dcae-sch", "timestamp": 1636027448128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.801Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.801Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.802Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "policy-id", "timestamp": 1636027446424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.802Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.802Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.802Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "cds", "timestamp": 1636027449130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:06:55.803Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.803Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.803Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "multicloud-k8s-id", "timestamp": 1636027449142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T12:06:55.803Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.803Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.804Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "aai-ml", "timestamp": 1636027448951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.804Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.804Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.804Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027449649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-04T12:06:55.806Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.806Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.806Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "dcae-sch", "timestamp": 1636027448128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.807Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.807Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.807Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "policy-id", "timestamp": 1636027446424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.808Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.808Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.808Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "cds", "timestamp": 1636027450145, "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 (?, ?, ?, ?, ?) 2021-11-04T12:06:55.825Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2183b425-8c2a-4098-8dbb-d0737aad59c5 2021-11-04T12:06:55.825Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2183b425-8c2a-4098-8dbb-d0737aad59c5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:06:55.830Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.831Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "multicloud-k8s-id", "timestamp": 1636027450314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-04T12:06:55.831Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.831Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.831Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "aai-ml", "timestamp": 1636027448951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.832Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.832Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.832Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027450747, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-04T12:06:55.832Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.832Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.833Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "dcae-sch", "timestamp": 1636027448128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.833Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.833Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.833Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "policy-id", "timestamp": 1636027446424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-04T12:06:55.833Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.834Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.834Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "aai-ml", "timestamp": 1636027448951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.834Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.834Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.834Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "multicloud-k8s-id", "timestamp": 1636027451624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T12:06:55.835Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.835Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.835Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027451750, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-04T12:06:55.835Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.835Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.836Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "dcae-sch", "timestamp": 1636027448128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.836Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.836Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.836Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "policy-id", "timestamp": 1636027446424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.836Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.837Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.837Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "aai-ml", "timestamp": 1636027448951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.837Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.837Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.837Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "multicloud-k8s-id", "timestamp": 1636027452729, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-04T12:06:55.838Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.838Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.838Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027452756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-04T12:06:55.838Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.838Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.838Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "dcae-sch", "timestamp": 1636027448128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.839Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.839Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.839Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "policy-id", "timestamp": 1636027446424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.839Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.839Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.840Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "aai-ml", "timestamp": 1636027448951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.840Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.840Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.840Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027453763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:06:55.840Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.841Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.841Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "dcae-sch", "timestamp": 1636027448128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.841Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.841Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.841Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "multicloud-k8s-id", "timestamp": 1636027453778, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:06:55.844Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2183b425-8c2a-4098-8dbb-d0737aad59c5 2021-11-04T12:06:55.845Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2183b425-8c2a-4098-8dbb-d0737aad59c5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:06:55.851Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.851Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "policy-id", "timestamp": 1636027446424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.851Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.851Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.851Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "clamp", "timestamp": 1636027454288, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:06:55.852Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.852Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.852Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "aai-ml", "timestamp": 1636027448951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.852Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.853Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.853Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "multicloud-k8s-id", "timestamp": 1636027454782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-04T12:06:55.853Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.853Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.853Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "dcae-sch", "timestamp": 1636027448128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.854Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.854Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.854Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "policy-id", "timestamp": 1636027446424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:06:55.854Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.854Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.854Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "aai-ml", "timestamp": 1636027448951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.855Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.855Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.855Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "dcae-sch", "timestamp": 1636027448128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.855Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.855Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.856Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027455327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.856Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.856Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.856Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "clamp", "timestamp": 1636027456297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:06:55.856Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.857Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.857Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "policy-id", "timestamp": 1636027456289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:06:55.857Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.857Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.857Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "aai-ml", "timestamp": 1636027448951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.858Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.858Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.858Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "dcae-sch", "timestamp": 1636027448128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.858Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.858Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.858Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027455327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.859Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.859Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.859Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "clamp", "timestamp": 1636027457300, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:06:55.862Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 013f492d-034a-4ffd-8516-b72d8be47dcf 2021-11-04T12:06:55.862Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 013f492d-034a-4ffd-8516-b72d8be47dcf and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:06:55.869Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.869Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "policy-id", "timestamp": 1636027457293, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:06:55.869Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.870Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.870Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "aai-ml", "timestamp": 1636027448951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:06:55.870Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.870Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.870Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027455327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.871Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.871Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.871Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "policy-id", "timestamp": 1636027458298, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:06:55.874Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2183b425-8c2a-4098-8dbb-d0737aad59c5 2021-11-04T12:06:55.875Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2183b425-8c2a-4098-8dbb-d0737aad59c5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-04T12:06:55.880Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.880Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "aai-ml", "timestamp": 1636027458796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:06:55.881Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.881Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.881Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027455327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.881Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.882Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.882Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027455327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.882Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.882Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.882Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027455327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.883Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.883Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.883Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027455327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.883Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.884Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.884Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027455327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.886Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.886Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.887Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027455327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:06:55.887Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.887Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.887Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027465350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:06:55.888Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.888Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.888Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027467858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:06:55.888Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.889Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.889Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027468861, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:06:55.892Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2183b425-8c2a-4098-8dbb-d0737aad59c5 2021-11-04T12:06:55.892Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2183b425-8c2a-4098-8dbb-d0737aad59c5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:06:55.898Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.898Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "clamp", "timestamp": 1636027468520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.899Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.899Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.899Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "aai-ml", "timestamp": 1636027469114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:06:55.899Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.899Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.899Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "clamp", "timestamp": 1636027468520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.900Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.900Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.900Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "aai-ml", "timestamp": 1636027470123, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:06:55.903Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2183b425-8c2a-4098-8dbb-d0737aad59c5 2021-11-04T12:06:55.904Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2183b425-8c2a-4098-8dbb-d0737aad59c5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:06:55.909Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.909Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "clamp", "timestamp": 1636027468520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.910Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.910Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.910Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "clamp", "timestamp": 1636027468520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-04T12:06:55.910Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.911Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.911Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "clamp", "timestamp": 1636027468520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.911Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.911Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.911Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "clamp", "timestamp": 1636027468520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.912Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.912Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.912Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "clamp", "timestamp": 1636027468520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.912Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.912Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.913Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "clamp", "timestamp": 1636027468520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:06:55.913Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.913Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.913Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "clamp", "timestamp": 1636027468520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:06:55.914Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:06:55.914Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.914Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "clamp", "timestamp": 1636027482292, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:06:55.915Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.915Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.915Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "clamp", "timestamp": 1636027484303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:06:55.915Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:06:55.916Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:06:55.916Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "clamp", "timestamp": 1636027485307, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:06:55.920Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2183b425-8c2a-4098-8dbb-d0737aad59c5 2021-11-04T12:06:55.920Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2183b425-8c2a-4098-8dbb-d0737aad59c5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:07:14.872Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 013f492d-034a-4ffd-8516-b72d8be47dcf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:07:14.893Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 013f492d-034a-4ffd-8516-b72d8be47dcf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:07:14.896Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:07:14.897Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-04T12:07:14.897Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-04T12:07:14.897Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-04T12:07:14.897Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:07:14.898Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:07:14.898Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:07:14.898Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:07:14.899Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:07:14.899Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:07:14.899Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:07:14.905Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-04T12:07:44.905Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 013f492d-034a-4ffd-8516-b72d8be47dcf and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-04T12:07:44.910Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 013f492d-034a-4ffd-8516-b72d8be47dcf and serviceModelVersionId: 5b987d62-8d31-4043-a482-68a1975723b8 2021-11-04T12:07:44.910Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87086b3b-9e83-4794-b61a-0953146aff00 2021-11-04T12:07:44.912Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87086b3b-9e83-4794-b61a-0953146aff00/model-vers/model-ver/5b987d62-8d31-4043-a482-68a1975723b8?depth=0 2021-11-04T12:07:44.919Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-04T12:07:44.982Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87086b3b-9e83-4794-b61a-0953146aff00/model-vers/model-ver/5b987d62-8d31-4043-a482-68a1975723b8?depth=0|INFO|500||Invoke 2021-11-04T12:07:44.983Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87086b3b-9e83-4794-b61a-0953146aff00/model-vers/model-ver/5b987d62-8d31-4043-a482-68a1975723b8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87086b3b-9e83-4794-b61a-0953146aff00/model-vers/model-ver/5b987d62-8d31-4043-a482-68a1975723b8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[013f492d-034a-4ffd-8516-b72d8be47dcf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e9caccdf-8e9b-478a-809d-30f7c5dd3dd4], X-ECOMP-RequestID=[013f492d-034a-4ffd-8516-b72d8be47dcf], X-TransactionId=[], X-ONAP-RequestID=[013f492d-034a-4ffd-8516-b72d8be47dcf], Content-Type=[application/merge-patch+json]} 2021-11-04T12:07:45.006Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87086b3b-9e83-4794-b61a-0953146aff00/model-vers/model-ver/5b987d62-8d31-4043-a482-68a1975723b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-04T12:07:45.452Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87086b3b-9e83-4794-b61a-0953146aff00/model-vers/model-ver/5b987d62-8d31-4043-a482-68a1975723b8?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/87086b3b-9e83-4794-b61a-0953146aff00/model-vers/model-ver/5b987d62-8d31-4043-a482-68a1975723b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211104-12:07:45:010-74223], vertex-id=[397424], Content-Length=[0], Date=[Thu, 04 Nov 2021 12:07:45 GMT], Content-Type=[application/json]} 2021-11-04T12:07:45.453Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87086b3b-9e83-4794-b61a-0953146aff00/model-vers/model-ver/5b987d62-8d31-4043-a482-68a1975723b8?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-04T12:07:45.454Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87086b3b-9e83-4794-b61a-0953146aff00/model-vers/model-ver/5b987d62-8d31-4043-a482-68a1975723b8?depth=0|INFO|500||InvokeReturn 2021-11-04T12:07:45.455Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-04T12:07:45.455Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:07:45.461Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-04T12:07:45.462Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 013f492d-034a-4ffd-8516-b72d8be47dcf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-04T12:07:45.462Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-04T12:07:45.463Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:07:45.466Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:07:45.466Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027665462, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T12:07:45.566Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:07:45.568Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:07:45.568Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:07:45.591Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:07:45.591Z||pool-71-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-04T12:07:46.478Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:07:46.478Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:07:46.478Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:07:51.662Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:07:51.663Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-04T12:07:51.663Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2183b425-8c2a-4098-8dbb-d0737aad59c5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"027b7ce4-60af-4803-af10-f976b2ce5672","serviceDescription":"service","serviceInvariantUUID":"c731b003-8b79-417d-8974-bdf703cfc56d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0fb4a6e5-c169-4078-ba61-61e607c6b01b","resourceInvariantUUID":"ad281462-4e6e-4881-abdd-07764acef9dc","resourceCustomizationUUID":"79925435-573d-404e-9826-e58401401039","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":"YzM0NzUzMTNlODNhZGE3ZjIxZGE3NzUxM2IxYTcxNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce9de33a-a885-476b-9151-b76b16dd5e89","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":"3fb4c79e-e6a0-4773-9331-a67a26faa44a","artifactVersion":"2","generatedFromUUID":"c6874a0b-8beb-4e5e-b0f9-e7990a895f94"},{"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":"c6874a0b-8beb-4e5e-b0f9-e7990a895f94","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":"YzUwNzRiOTUzOTkxNWExM2E2MWIzYjk5MGZjNWRkNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b6905c0e-ba7b-4676-a29e-2101231e9971","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":"99e8831b-c552-440d-bef2-2a3f4f847a85","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":"d449bb3e-3774-4570-963c-9eb505b21ee7","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":"4328bf4d-f855-447b-8a4c-98ce7da2791f","artifactVersion":"2","generatedFromUUID":"99e8831b-c552-440d-bef2-2a3f4f847a85"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjkxZTA1MGE0Yzg4MGIwZmNjNzhhZTRjNDRmNjA3NTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"06ed52dc-452b-4acf-b59c-2d025a7d3873","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YWRkMmViNTc2N2U3ODJiMTg0NTcxZjQyNzVlOTE1MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f881d66-3a25-42a6-9b40-e2ff3da219aa","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-04T12:07:51.665Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:07:51.665Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:07:51.667Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:07:51.667Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:07:51.767Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:07:51.769Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:07:51.769Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:07:51.783Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:07:51.784Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:07:52.668Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:07:52.668Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:07:52.671Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:07:52.671Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-04T12:07:52.771Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:07:52.772Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:07:52.772Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:07:52.785Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:07:52.785Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:07:53.671Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:07:53.672Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:07:53.674Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:07:53.674Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-04T12:07:53.774Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:07:53.775Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:07:53.776Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:07:53.790Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:07:53.791Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:07:54.675Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:07:54.675Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:07:54.677Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:07:54.678Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-04T12:07:54.778Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:07:54.779Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:07:54.779Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:07:54.793Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:07:54.794Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:07:55.187Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:07:55.188Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:07:55.188Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:07:55.678Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:07:55.678Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:07:55.681Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:07:55.681Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-04T12:07:55.781Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:07:55.782Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:07:55.782Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:07:55.794Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:07:55.795Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:07:55.803Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:07:55.803Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:07:55.803Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "013f492d-034a-4ffd-8516-b72d8be47dcf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027665462, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T12:07:55.804Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:07:55.804Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:07:55.804Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:07:55.804Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:07:55.804Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:07:55.804Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-04T12:07:55.804Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:07:55.804Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:07:55.804Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-04T12:07:55.805Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:07:55.805Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:07:55.805Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-04T12:07:55.805Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:07:56.681Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:07:56.682Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:07:56.685Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:07:56.685Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:07:56.785Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:07:56.786Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:07:56.786Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:07:56.798Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:07:56.798Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:07:57.687Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:07:57.687Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:07:57.689Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:07:57.690Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-04T12:07:57.790Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:07:57.791Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:07:57.791Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:07:57.804Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:07:57.804Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:07:58.690Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:07:58.691Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:07:58.693Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:07:58.693Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:07:58.793Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:07:58.794Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:07:58.794Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:07:58.806Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:07:58.806Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:07:59.693Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:07:59.694Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:07:59.696Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:07:59.696Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:07:59.797Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:07:59.798Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:07:59.798Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:07:59.810Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:07:59.811Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:08:00.702Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "027b7ce4-60af-4803-af10-f976b2ce5672", "serviceDescription": "service", "serviceInvariantUUID": "c731b003-8b79-417d-8974-bdf703cfc56d", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "79925435-573d-404e-9826-e58401401039", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0fb4a6e5-c169-4078-ba61-61e607c6b01b", "resourceInvariantUUID": "ad281462-4e6e-4881-abdd-07764acef9dc", "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": "3fb4c79e-e6a0-4773-9331-a67a26faa44a", "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": "c6874a0b-8beb-4e5e-b0f9-e7990a895f94", "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": "YzUwNzRiOTUzOTkxNWExM2E2MWIzYjk5MGZjNWRkNmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6905c0e-ba7b-4676-a29e-2101231e9971", "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": "99e8831b-c552-440d-bef2-2a3f4f847a85", "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": "4328bf4d-f855-447b-8a4c-98ce7da2791f", "generatedFromUUID": "99e8831b-c552-440d-bef2-2a3f4f847a85" }, "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": "4328bf4d-f855-447b-8a4c-98ce7da2791f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YWRkMmViNTc2N2U3ODJiMTg0NTcxZjQyNzVlOTE1MDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6f881d66-3a25-42a6-9b40-e2ff3da219aa" } ], "workloadContext": "Production" } 2021-11-04T12:08:00.702Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-04T12:08:00.702Z|013f492d-034a-4ffd-8516-b72d8be47dcf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 027b7ce4-60af-4803-af10-f976b2ce5672 ASDC 2021-11-04T12:08:00.703Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:2183b425-8c2a-4098-8dbb-d0737aad59c5 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:027b7ce4-60af-4803-af10-f976b2ce5672 ServiceInvariantUUID:c731b003-8b79-417d-8974-bdf703cfc56d 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:6f881d66-3a25-42a6-9b40-e2ff3da219aa ArtifactChecksum:YWRkMmViNTc2N2U3ODJiMTg0NTcxZjQyNzVlOTE1MDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:79925435-573d-404e-9826-e58401401039 ResourceInvariantUUID:ad281462-4e6e-4881-abdd-07764acef9dc ResourceName:basic_cnf ResourceType:VF ResourceUUID:0fb4a6e5-c169-4078-ba61-61e607c6b01b 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:3fb4c79e-e6a0-4773-9331-a67a26faa44a 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:c6874a0b-8beb-4e5e-b0f9-e7990a895f94 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:b6905c0e-ba7b-4676-a29e-2101231e9971 ArtifactChecksum:YzUwNzRiOTUzOTkxNWExM2E2MWIzYjk5MGZjNWRkNmU= 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:99e8831b-c552-440d-bef2-2a3f4f847a85 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:4328bf4d-f855-447b-8a4c-98ce7da2791f 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:4328bf4d-f855-447b-8a4c-98ce7da2791f ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-04T12:08:00.703Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 027b7ce4-60af-4803-af10-f976b2ce5672 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-04T12:08:00.736Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T12:08:00.737Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-04T12:08:00.737Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-04T12:08:00.737Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6f881d66-3a25-42a6-9b40-e2ff3da219aa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-04T12:08:00.738Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-04T12:08:00.738Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-04T12:08:02.680Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-04T12:08:02.685Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 6f881d66-3a25-42a6-9b40-e2ff3da219aa 68942 2021-11-04T12:08:02.685Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-04T12:08:02.686Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-04T12:08:02.686Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T12:08:02.687Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:02.690Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:02.690Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027682685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:08:02.790Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T12:08:02.791Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:02.791Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:02.804Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:02.805Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:08:03.691Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T12:08:03.692Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-04T12:08:03.692Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6f881d66-3a25-42a6-9b40-e2ff3da219aa, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-04T12:08:03.693Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-11-04T12:08:03.693Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-04T12:08:03.694Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-04T12:08:03.854Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12547201606770079725/Definitions/service-BasicCnf-template.yml 2021-11-04T12:08:05.022Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-04T12:08:05.023Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-04T12:08:05.023Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-04T12:08:05.023Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-11-04T12:08:05.023Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-04T12:08:05.023Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-04T12:08:05.023Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-04T12:08:05.023Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-04T12:08:05.023Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-04T12:08:05.024Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:05.024Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:08:05.024Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-04T12:08:05.024Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-04T12:08:05.024Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T12:08:05.025Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:05.025Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:08:05.025Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-04T12:08:05.025Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-04T12:08:05.025Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T12:08:05.026Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:05.026Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:08:05.026Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:05.026Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-04T12:08:05.026Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-11-04T12:08:05.026Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2021-11-04T12:08:05.027Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-04T12:08:05.027Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:05.027Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-04T12:08:05.027Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:05.027Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-04T12:08:05.027Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:08:05.027Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:05.028Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-04T12:08:05.028Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:08:05.028Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:05.029Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-04T12:08:05.029Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:08:05.030Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:05.030Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-04T12:08:05.030Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-04T12:08:05.030Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6cfcb614-7012-4bc4-8206-66a580f90ae1 2021-11-04T12:08:05.030Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:05.030Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:08:05.030Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:05.030Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:08:05.031Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:05.031Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:08:05.031Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:05.031Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:08:05.031Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:027b7ce4-60af-4803-af10-f976b2ce5672 Model Version:NULL Model InvariantUuid:c731b003-8b79-417d-8974-bdf703cfc56d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:becfb9da-f369-491f-a151-23e8ff3ccdb3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ad281462-4e6e-4881-abdd-07764acef9dc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:79925435-573d-404e-9826-e58401401039 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d80e8032-70ef-4289-89f3-25a4ddf124e6 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:f444c546-7830-4354-8e9e-7e50d2b01a6e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6cfcb614-7012-4bc4-8206-66a580f90ae1 ModelInvariantUuid:1e3831b7-2896-45e2-a7d9-2df349ed9c1a ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:9c2e456b-2504-48b3-b60b-07c2daea1458 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:91b4078e-670d-47a6-9203-76d3bf84a4c5 ModelInvariantUuid:5838847b-49e5-40ec-822c-13d665dbecc8 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:71d142dd-98c8-4d4a-8642-10975ad63f20 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-04T12:08:05.034Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 0fb4a6e5-c169-4078-ba61-61e607c6b01b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:08:05.037Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||basic_cnf 0 2021-11-04T12:08:05.038Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0fb4a6e5-c169-4078-ba61-61e607c6b01b 2021-11-04T12:08:05.038Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3fb4c79e-e6a0-4773-9331-a67a26faa44a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-04T12:08:05.038Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-04T12:08:05.038Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-04T12:08:05.356Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-04T12:08:05.357Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 3fb4c79e-e6a0-4773-9331-a67a26faa44a 12 2021-11-04T12:08:05.358Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-11-04T12:08:05.358Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-04T12:08:05.358Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T12:08:05.358Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:05.360Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:05.361Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027685358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-04T12:08:05.461Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:08:05.462Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:05.462Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:05.481Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:05.481Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:08:06.362Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c6874a0b-8beb-4e5e-b0f9-e7990a895f94 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-04T12:08:06.363Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-04T12:08:06.363Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-04T12:08:06.556Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-04T12:08:06.557Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c6874a0b-8beb-4e5e-b0f9-e7990a895f94 2688 2021-11-04T12:08:06.557Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-11-04T12:08:06.557Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-04T12:08:06.558Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T12:08:06.558Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:06.560Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:06.560Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027686557, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-04T12:08:06.660Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:08:06.662Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:06.662Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:06.676Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:06.677Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:08:07.566Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b6905c0e-ba7b-4676-a29e-2101231e9971 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-04T12:08:07.567Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-04T12:08:07.568Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-04T12:08:07.819Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-04T12:08:07.820Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b6905c0e-ba7b-4676-a29e-2101231e9971 828 2021-11-04T12:08:07.820Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-11-04T12:08:07.821Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-04T12:08:07.821Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T12:08:07.821Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:07.823Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:07.823Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027687820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T12:08:07.927Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-11-04T12:08:07.928Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:07.929Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:07.941Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:07.941Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:08:08.824Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "d80e8032-70ef-4289-89f3-25a4ddf124e6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f444c546-7830-4354-8e9e-7e50d2b01a6e", "vfModuleModelCustomizationUUID": "e9de5247-9293-4563-be4b-0283e0ee5a6a", "isBase": true, "artifacts": [ "c6874a0b-8beb-4e5e-b0f9-e7990a895f94", "99e8831b-c552-440d-bef2-2a3f4f847a85", "4328bf4d-f855-447b-8a4c-98ce7da2791f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-04T12:08:08.829Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f444c546-7830-4354-8e9e-7e50d2b01a6e VfModuleModelInvariantUUID:d80e8032-70ef-4289-89f3-25a4ddf124e6 VfModuleModelDescription:NULL Artifacts UUID List:{ c6874a0b-8beb-4e5e-b0f9-e7990a895f94 , 99e8831b-c552-440d-bef2-2a3f4f847a85 , 4328bf4d-f855-447b-8a4c-98ce7da2791f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-04T12:08:08.831Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "d80e8032-70ef-4289-89f3-25a4ddf124e6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f444c546-7830-4354-8e9e-7e50d2b01a6e", "vfModuleModelCustomizationUUID": "e9de5247-9293-4563-be4b-0283e0ee5a6a", "isBase": true, "artifacts": [ "c6874a0b-8beb-4e5e-b0f9-e7990a895f94", "99e8831b-c552-440d-bef2-2a3f4f847a85", "4328bf4d-f855-447b-8a4c-98ce7da2791f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-04T12:08:08.831Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f444c546-7830-4354-8e9e-7e50d2b01a6e VfModuleModelInvariantUUID:d80e8032-70ef-4289-89f3-25a4ddf124e6 VfModuleModelDescription:NULL Artifacts UUID List:{ c6874a0b-8beb-4e5e-b0f9-e7990a895f94 , 99e8831b-c552-440d-bef2-2a3f4f847a85 , 4328bf4d-f855-447b-8a4c-98ce7da2791f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-04T12:08:08.831Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 99e8831b-c552-440d-bef2-2a3f4f847a85 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-04T12:08:08.831Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-04T12:08:08.832Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-04T12:08:09.223Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-04T12:08:09.223Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 99e8831b-c552-440d-bef2-2a3f4f847a85 1164 2021-11-04T12:08:09.224Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-11-04T12:08:09.224Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-04T12:08:09.224Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T12:08:09.224Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:09.226Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:09.226Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027689224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T12:08:09.326Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:08:09.327Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:09.327Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:09.339Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:09.339Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:08:10.229Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4328bf4d-f855-447b-8a4c-98ce7da2791f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-04T12:08:10.229Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-04T12:08:10.230Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-04T12:08:10.327Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-04T12:08:10.328Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 4328bf4d-f855-447b-8a4c-98ce7da2791f 200 2021-11-04T12:08:10.328Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-11-04T12:08:10.328Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-04T12:08:10.328Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T12:08:10.328Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:10.353Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:10.353Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027690328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-04T12:08:10.453Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:08:10.458Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:10.458Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:10.477Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:10.478Z||pool-86-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:08:11.353Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 027b7ce4-60af-4803-af10-f976b2ce5672 2021-11-04T12:08:11.356Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 0fb4a6e5-c169-4078-ba61-61e607c6b01b 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 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=? 2021-11-04T12:08:11.371Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:08:11.375Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51bfc22a, org.onap.sdc.toscaparser.api.parameters.Input@39a91106, org.onap.sdc.toscaparser.api.parameters.Input@9f35416, org.onap.sdc.toscaparser.api.parameters.Input@d3f1022, org.onap.sdc.toscaparser.api.parameters.Input@223e3d3d] 2021-11-04T12:08:11.377Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:11.377Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:08:11.378Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-11-04T12:08:11.378Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 79925435-573d-404e-9826-e58401401039 2021-11-04T12:08:11.378Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 79925435-573d-404e-9826-e58401401039 matches Tosca VF Customization UUID: 79925435-573d-404e-9826-e58401401039 2021-11-04T12:08:11.378Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 79925435-573d-404e-9826-e58401401039 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-04T12:08:11.381Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:11.381Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:08:11.381Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 79925435-573d-404e-9826-e58401401039: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-11-04T12:08:11.381Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35e532e5 2021-11-04T12:08:11.382Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:11.382Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-04T12:08:11.382Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e9de5247-9293-4563-be4b-0283e0ee5a6a 2021-11-04T12:08:11.383Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e9de5247-9293-4563-be4b-0283e0ee5a6a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-04T12:08:11.385Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:11.385Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-04T12:08:11.385Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:08:11.386Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:11.386Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-04T12:08:11.386Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:08:11.386Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:11.387Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-04T12:08:11.387Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-04T12:08:11.387Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6cfcb614-7012-4bc4-8206-66a580f90ae1 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-04T12:08:11.390Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:11.390Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-04T12:08:11.390Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:08:11.391Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:11.391Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-04T12:08:11.391Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=79925435-573d-404e-9826-e58401401039 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:08:11.393Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:11.393Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:08:11.393Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 027b7ce4-60af-4803-af10-f976b2ce5672: basic_cnf 2021-11-04T12:08:11.393Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:11.394Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:08:11.394Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:11.394Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:08:11.394Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:11.394Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:08:11.394Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:11.395Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:08:11.395Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:08:11.395Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:08:11.395Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:08:11.497Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 0fb4a6e5-c169-4078-ba61-61e607c6b01b 1 ASDC deployResourceStructure 2021-11-04T12:08:11.499Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-11-04T12:08:11.499Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-11-04T12:08:11.499Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-04T12:08:11.499Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:11.508Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:11.508Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027691498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-11-04T12:08:11.610Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-04T12:08:11.611Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:11.612Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:11.629Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:11.630Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:08:12.511Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-11-04T12:08:12.511Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-11-04T12:08:12.511Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-04T12:08:12.512Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:12.516Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:12.516Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027692510, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-11-04T12:08:12.616Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:08:12.617Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:12.617Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:12.635Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:12.636Z||pool-88-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:08:13.521Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-11-04T12:08:13.546Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-04T12:08:13.546Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T12:08:13.547Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:13.554Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:13.554Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027693520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-04T12:08:13.654Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:08:13.656Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:13.656Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:13.682Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:13.684Z||pool-89-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:08:14.557Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-11-04T12:08:14.558Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-04T12:08:14.558Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T12:08:14.564Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:14.569Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:14.569Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027694557, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-04T12:08:14.668Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-11-04T12:08:14.669Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:14.669Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:14.681Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:14.681Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:08:15.571Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-11-04T12:08:15.571Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-04T12:08:15.571Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T12:08:15.572Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:15.575Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:15.575Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027695570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-04T12:08:15.675Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:08:15.677Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:15.678Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:15.695Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:15.696Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:08:16.576Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-04T12:08:16.577Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-04T12:08:16.577Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T12:08:16.577Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:16.580Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:16.581Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027696576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:08:16.681Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-11-04T12:08:16.682Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:16.682Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:16.694Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:16.695Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:08:17.591Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2183b425-8c2a-4098-8dbb-d0737aad59c5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:08:17.630Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2183b425-8c2a-4098-8dbb-d0737aad59c5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:08:17.633Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:08:17.633Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-04T12:08:17.634Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-04T12:08:17.634Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-04T12:08:17.634Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:08:17.634Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:08:17.634Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:08:17.634Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:08:17.634Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:08:17.634Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:08:17.635Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:08:17.639Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-04T12:08:47.639Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2183b425-8c2a-4098-8dbb-d0737aad59c5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-04T12:08:47.643Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2183b425-8c2a-4098-8dbb-d0737aad59c5 and serviceModelVersionId: 027b7ce4-60af-4803-af10-f976b2ce5672 2021-11-04T12:08:47.644Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c731b003-8b79-417d-8974-bdf703cfc56d 2021-11-04T12:08:47.645Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c731b003-8b79-417d-8974-bdf703cfc56d/model-vers/model-ver/027b7ce4-60af-4803-af10-f976b2ce5672?depth=0 2021-11-04T12:08:47.651Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-04T12:08:47.702Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c731b003-8b79-417d-8974-bdf703cfc56d/model-vers/model-ver/027b7ce4-60af-4803-af10-f976b2ce5672?depth=0|INFO|500||Invoke 2021-11-04T12:08:47.703Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c731b003-8b79-417d-8974-bdf703cfc56d/model-vers/model-ver/027b7ce4-60af-4803-af10-f976b2ce5672?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c731b003-8b79-417d-8974-bdf703cfc56d/model-vers/model-ver/027b7ce4-60af-4803-af10-f976b2ce5672?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2183b425-8c2a-4098-8dbb-d0737aad59c5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e5bf91c8-2aac-4709-8a02-538eb6fd292b], X-ECOMP-RequestID=[2183b425-8c2a-4098-8dbb-d0737aad59c5], X-TransactionId=[], X-ONAP-RequestID=[2183b425-8c2a-4098-8dbb-d0737aad59c5], Content-Type=[application/merge-patch+json]} 2021-11-04T12:08:47.723Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c731b003-8b79-417d-8974-bdf703cfc56d/model-vers/model-ver/027b7ce4-60af-4803-af10-f976b2ce5672?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-04T12:08:48.118Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c731b003-8b79-417d-8974-bdf703cfc56d/model-vers/model-ver/027b7ce4-60af-4803-af10-f976b2ce5672?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/c731b003-8b79-417d-8974-bdf703cfc56d/model-vers/model-ver/027b7ce4-60af-4803-af10-f976b2ce5672?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211104-12:08:47:722-93258], vertex-id=[217272], Content-Length=[0], Date=[Thu, 04 Nov 2021 12:08:47 GMT], Content-Type=[application/json]} 2021-11-04T12:08:48.119Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c731b003-8b79-417d-8974-bdf703cfc56d/model-vers/model-ver/027b7ce4-60af-4803-af10-f976b2ce5672?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-04T12:08:48.119Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c731b003-8b79-417d-8974-bdf703cfc56d/model-vers/model-ver/027b7ce4-60af-4803-af10-f976b2ce5672?depth=0|INFO|500||InvokeReturn 2021-11-04T12:08:48.120Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-04T12:08:48.120Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:08:48.125Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-04T12:08:48.125Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2183b425-8c2a-4098-8dbb-d0737aad59c5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-04T12:08:48.125Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-04T12:08:48.126Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:48.127Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:48.127Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027728125, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T12:08:48.234Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2021-11-04T12:08:48.235Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:48.235Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:48.250Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:48.251Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-04T12:08:49.138Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:08:49.139Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:08:49.139Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:49.763Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:49.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-04T12:08:49.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7edededc-72fd-44f3-bb4c-13520ecf9d79","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"a242d69e-0a86-48a2-a2d8-de4492551b10","serviceDescription":"service","serviceInvariantUUID":"7b994589-3e98-49d5-b5ed-219da0acd691","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6faab3d7-3555-41ba-a1cf-da43d8cd182f","resourceInvariantUUID":"14eb4454-f45c-40f2-9863-fcf6b8ce2911","resourceCustomizationUUID":"207b2285-e900-4305-bc14-cb90984719cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0a7bcc1e-3ba3-4d9c-981a-9a4ebc3a2013","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"OTQ2NTM1OGJlMjMzY2FhYjNmNzMxZTk2ZDJhMmY5Y2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd6f37ff-58fa-4805-a89b-c712df64f799","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MzQ4YjA3MTQ5NzViZDg2ZGEyMGQxNWFmNTg0MWNlODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb92045d-1af3-460b-af3b-13f886254879","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"225c4361-5fd0-42b1-850f-6bf5c59dcc55","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dcd5a310-4c31-4ce0-92ca-cd5528c1bd83","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"97dc6e04-fd83-42d5-b760-672710e8cca5","artifactVersion":"2","generatedFromUUID":"225c4361-5fd0-42b1-850f-6bf5c59dcc55"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MzEwNjg4MjYwNzlkYTJiMmQwZjAyOWY0OGRhZjIzNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18bc5535-da72-47f0-9fe0-77c6ca46f964","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Yjg5ZDU2MDBjMjhlZGY3NGUxYjU5ODE5YmJjYjM2MDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b42e186f-e9bf-47ff-bb18-920aa634bfaa","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-04T12:08:49.768Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:08:49.768Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:49.770Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:49.771Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027729138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:08:49.871Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:08:49.872Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:49.872Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:49.884Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:49.885Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:08:50.771Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:08:50.772Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:50.773Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:50.774Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027729138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:08:50.874Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:08:50.875Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:50.875Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:50.888Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:50.890Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:08:51.775Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:08:51.775Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:51.777Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:51.777Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027729138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-04T12:08:51.877Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:08:51.878Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:51.878Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:51.898Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:51.899Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:08:52.778Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:08:52.778Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:52.780Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:52.780Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027729138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-04T12:08:52.880Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:08:52.881Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:52.881Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:52.894Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:52.894Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:08:53.781Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:08:53.781Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:53.784Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:53.784Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027729138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:08:53.885Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T12:08:53.886Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:53.886Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:53.901Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:53.901Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:08:54.785Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:08:54.786Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:54.788Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:54.788Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027729138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-04T12:08:54.888Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:08:54.889Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:54.889Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:54.900Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:54.900Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:08:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:08:55.188Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:08:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:55.210Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:55.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:08:55.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-04T12:08:55.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:08:55.789Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:08:55.790Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:55.792Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:55.792Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027729138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:08:55.892Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T12:08:55.894Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:55.894Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:55.907Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:55.908Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:08:56.793Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:08:56.794Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:56.796Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:56.796Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027729138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:08:56.897Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:08:56.898Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:56.898Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:56.910Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:56.911Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:08:57.798Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "a242d69e-0a86-48a2-a2d8-de4492551b10", "serviceDescription": "service", "serviceInvariantUUID": "7b994589-3e98-49d5-b5ed-219da0acd691", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "207b2285-e900-4305-bc14-cb90984719cc", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6faab3d7-3555-41ba-a1cf-da43d8cd182f", "resourceInvariantUUID": "14eb4454-f45c-40f2-9863-fcf6b8ce2911", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "MzQ4YjA3MTQ5NzViZDg2ZGEyMGQxNWFmNTg0MWNlODU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fb92045d-1af3-460b-af3b-13f886254879", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "225c4361-5fd0-42b1-850f-6bf5c59dcc55", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "97dc6e04-fd83-42d5-b760-672710e8cca5", "generatedFromUUID": "225c4361-5fd0-42b1-850f-6bf5c59dcc55" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "97dc6e04-fd83-42d5-b760-672710e8cca5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "Yjg5ZDU2MDBjMjhlZGY3NGUxYjU5ODE5YmJjYjM2MDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b42e186f-e9bf-47ff-bb18-920aa634bfaa" } ], "workloadContext": "Production" } 2021-11-04T12:08:57.798Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-04T12:08:57.798Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a242d69e-0a86-48a2-a2d8-de4492551b10 ASDC 2021-11-04T12:08:57.799Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:7edededc-72fd-44f3-bb4c-13520ecf9d79 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:a242d69e-0a86-48a2-a2d8-de4492551b10 ServiceInvariantUUID:7b994589-3e98-49d5-b5ed-219da0acd691 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:b42e186f-e9bf-47ff-bb18-920aa634bfaa ArtifactChecksum:Yjg5ZDU2MDBjMjhlZGY3NGUxYjU5ODE5YmJjYjM2MDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:207b2285-e900-4305-bc14-cb90984719cc ResourceInvariantUUID:14eb4454-f45c-40f2-9863-fcf6b8ce2911 ResourceName:basicclamp ResourceType:VF ResourceUUID:6faab3d7-3555-41ba-a1cf-da43d8cd182f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:fb92045d-1af3-460b-af3b-13f886254879 ArtifactChecksum:MzQ4YjA3MTQ5NzViZDg2ZGEyMGQxNWFmNTg0MWNlODU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:225c4361-5fd0-42b1-850f-6bf5c59dcc55 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:97dc6e04-fd83-42d5-b760-672710e8cca5 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:97dc6e04-fd83-42d5-b760-672710e8cca5 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-04T12:08:57.799Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a242d69e-0a86-48a2-a2d8-de4492551b10 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:08:57.830Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T12:08:57.831Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-04T12:08:57.831Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-04T12:08:57.831Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b42e186f-e9bf-47ff-bb18-920aa634bfaa from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-04T12:08:57.831Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-04T12:08:57.832Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-04T12:08:58.007Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-04T12:08:58.012Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar b42e186f-e9bf-47ff-bb18-920aa634bfaa 73657 2021-11-04T12:08:58.012Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-04T12:08:58.012Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-04T12:08:58.013Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T12:08:58.013Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:08:58.015Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:08:58.015Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027738012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:08:58.116Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:08:58.117Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:08:58.117Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:08:58.132Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:08:58.132Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:08:59.016Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T12:08:59.017Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-04T12:08:59.017Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b42e186f-e9bf-47ff-bb18-920aa634bfaa, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-04T12:08:59.017Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-11-04T12:08:59.018Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-04T12:08:59.018Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-04T12:08:59.183Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13782779656809726523/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-11-04T12:09:00.449Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-04T12:09:00.450Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-04T12:09:00.450Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-04T12:09:00.450Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-04T12:09:00.450Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-04T12:09:00.450Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-04T12:09:00.450Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-04T12:09:00.450Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-04T12:09:00.451Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-04T12:09:00.451Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-04T12:09:00.451Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-04T12:09:00.451Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-04T12:09:00.451Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-04T12:09:00.451Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-04T12:09:00.451Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:00.452Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:09:00.452Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-04T12:09:00.452Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-04T12:09:00.454Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T12:09:00.454Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:00.454Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:09:00.454Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-04T12:09:00.454Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-04T12:09:00.455Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T12:09:00.455Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:00.455Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:09:00.455Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:00.455Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-04T12:09:00.456Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-04T12:09:00.456Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-04T12:09:00.456Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-04T12:09:00.456Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-04T12:09:00.456Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-04T12:09:00.457Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:00.457Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-04T12:09:00.457Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:00.457Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-04T12:09:00.457Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:09:00.458Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:00.458Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-04T12:09:00.458Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:09:00.458Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:00.458Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-04T12:09:00.459Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:09:00.459Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:00.459Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-04T12:09:00.459Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-04T12:09:00.459Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-04T12:09:00.459Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0dc23514-b8cb-4d78-989f-b2a789d36f9b 2021-11-04T12:09:00.460Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:00.460Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:09:00.460Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:00.460Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:09:00.460Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:00.461Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:09:00.461Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:00.461Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:09:00.461Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:a242d69e-0a86-48a2-a2d8-de4492551b10 Model Version:NULL Model InvariantUuid:7b994589-3e98-49d5-b5ed-219da0acd691 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:46d748cf-92d4-4642-b4ec-02bd0bcb7e1e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:14eb4454-f45c-40f2-9863-fcf6b8ce2911 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:207b2285-e900-4305-bc14-cb90984719cc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a0b7fc29-618c-4616-bece-3c678fb28b21 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:35346051-49db-4063-a905-0a2d44e83bef ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0dc23514-b8cb-4d78-989f-b2a789d36f9b ModelInvariantUuid:ce46885e-b0f1-420d-a7d2-566d53a483d6 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:df2cf1ca-1bd1-4386-99b9-4893c8f0423a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b228bdc0-01eb-4b45-8d7a-25c71bf628ed ModelInvariantUuid:70258d2f-350a-4e6e-ad95-9be1be46c06d ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:c2f0e98b-3b4b-4ef3-aa73-7087ff26d421 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-04T12:09:00.466Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 6faab3d7-3555-41ba-a1cf-da43d8cd182f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:09:00.468Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||basicclamp 0 2021-11-04T12:09:00.468Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6faab3d7-3555-41ba-a1cf-da43d8cd182f 2021-11-04T12:09:00.468Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fb92045d-1af3-460b-af3b-13f886254879 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-04T12:09:00.468Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-04T12:09:00.468Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-04T12:09:01.379Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-04T12:09:01.379Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json fb92045d-1af3-460b-af3b-13f886254879 790 2021-11-04T12:09:01.380Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-04T12:09:01.380Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-04T12:09:01.380Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T12:09:01.380Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:09:01.382Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:09:01.382Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027741380, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:01.482Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:09:01.483Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:09:01.483Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:09:01.503Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:09:01.504Z||pool-103-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:09:02.383Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a0b7fc29-618c-4616-bece-3c678fb28b21", "vfModuleModelVersion": "1", "vfModuleModelUUID": "35346051-49db-4063-a905-0a2d44e83bef", "vfModuleModelCustomizationUUID": "d216600e-0e3b-4500-85af-ab594aa087fd", "isBase": true, "artifacts": [ "225c4361-5fd0-42b1-850f-6bf5c59dcc55", "97dc6e04-fd83-42d5-b760-672710e8cca5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-04T12:09:02.386Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:35346051-49db-4063-a905-0a2d44e83bef VfModuleModelInvariantUUID:a0b7fc29-618c-4616-bece-3c678fb28b21 VfModuleModelDescription:NULL Artifacts UUID List:{ 225c4361-5fd0-42b1-850f-6bf5c59dcc55 , 97dc6e04-fd83-42d5-b760-672710e8cca5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-04T12:09:02.388Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a0b7fc29-618c-4616-bece-3c678fb28b21", "vfModuleModelVersion": "1", "vfModuleModelUUID": "35346051-49db-4063-a905-0a2d44e83bef", "vfModuleModelCustomizationUUID": "d216600e-0e3b-4500-85af-ab594aa087fd", "isBase": true, "artifacts": [ "225c4361-5fd0-42b1-850f-6bf5c59dcc55", "97dc6e04-fd83-42d5-b760-672710e8cca5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-04T12:09:02.388Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:35346051-49db-4063-a905-0a2d44e83bef VfModuleModelInvariantUUID:a0b7fc29-618c-4616-bece-3c678fb28b21 VfModuleModelDescription:NULL Artifacts UUID List:{ 225c4361-5fd0-42b1-850f-6bf5c59dcc55 , 97dc6e04-fd83-42d5-b760-672710e8cca5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-04T12:09:02.388Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 225c4361-5fd0-42b1-850f-6bf5c59dcc55 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-04T12:09:02.388Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-04T12:09:02.388Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-04T12:09:03.553Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-04T12:09:03.554Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 225c4361-5fd0-42b1-850f-6bf5c59dcc55 5033 2021-11-04T12:09:03.554Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-04T12:09:03.554Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-04T12:09:03.554Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T12:09:03.554Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:09:03.556Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:09:03.556Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027743554, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:03.656Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:09:03.657Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:09:03.658Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:09:03.676Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:09:03.677Z||pool-104-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:09:04.557Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 97dc6e04-fd83-42d5-b760-672710e8cca5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-04T12:09:04.557Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-04T12:09:04.558Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-04T12:09:04.867Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-04T12:09:04.867Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 97dc6e04-fd83-42d5-b760-672710e8cca5 909 2021-11-04T12:09:04.868Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-04T12:09:04.868Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-04T12:09:04.868Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T12:09:04.868Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:09:04.870Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:09:04.870Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027744868, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:04.971Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:09:04.972Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:09:04.972Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:09:04.987Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:09:04.987Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:09:05.875Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a242d69e-0a86-48a2-a2d8-de4492551b10 2021-11-04T12:09:05.876Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 6faab3d7-3555-41ba-a1cf-da43d8cd182f 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=? 2021-11-04T12:09:05.887Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2171179e, org.onap.sdc.toscaparser.api.parameters.Input@799a12b1, org.onap.sdc.toscaparser.api.parameters.Input@791499b3, org.onap.sdc.toscaparser.api.parameters.Input@73958bb9, org.onap.sdc.toscaparser.api.parameters.Input@5a71afb2] 2021-11-04T12:09:05.888Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:05.888Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:09:05.889Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-11-04T12:09:05.889Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 207b2285-e900-4305-bc14-cb90984719cc 2021-11-04T12:09:05.889Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 207b2285-e900-4305-bc14-cb90984719cc matches Tosca VF Customization UUID: 207b2285-e900-4305-bc14-cb90984719cc 2021-11-04T12:09:05.889Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 207b2285-e900-4305-bc14-cb90984719cc matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-04T12:09:05.891Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:05.891Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:09:05.892Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 207b2285-e900-4305-bc14-cb90984719cc: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-11-04T12:09:05.892Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71c4692f 2021-11-04T12:09:05.892Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:05.892Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-04T12:09:05.892Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d216600e-0e3b-4500-85af-ab594aa087fd 2021-11-04T12:09:05.892Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d216600e-0e3b-4500-85af-ab594aa087fd Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-04T12:09:05.894Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:05.894Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-04T12:09:05.895Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:09:05.895Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:05.895Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-04T12:09:05.895Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:09:05.896Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:05.896Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-04T12:09:05.896Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-04T12:09:05.896Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-04T12:09:05.896Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0dc23514-b8cb-4d78-989f-b2a789d36f9b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-04T12:09:05.898Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:05.900Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-04T12:09:05.900Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-04T12:09:05.900Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:05.900Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-04T12:09:05.900Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=207b2285-e900-4305-bc14-cb90984719cc Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:09:05.901Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:05.901Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:09:05.901Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a242d69e-0a86-48a2-a2d8-de4492551b10: basicclamp 2021-11-04T12:09:05.902Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:05.902Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:09:05.902Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:05.902Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:09:05.902Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:05.902Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:09:05.902Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:05.903Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:09:05.903Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:09:05.903Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:09:05.903Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:09:05.988Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 6faab3d7-3555-41ba-a1cf-da43d8cd182f 1 ASDC deployResourceStructure 2021-11-04T12:09:05.989Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-04T12:09:05.989Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-04T12:09:05.989Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T12:09:05.989Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:09:05.991Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:09:05.991Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027745989, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-04T12:09:06.091Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:09:06.092Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:09:06.092Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:09:06.103Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:09:06.103Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:09:06.992Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-04T12:09:06.992Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-04T12:09:06.992Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T12:09:06.993Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:09:07.011Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:09:07.011Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027746991, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-04T12:09:07.097Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2021-11-04T12:09:07.097Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:09:07.098Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:09:07.112Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:09:07.112Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:09:08.027Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-04T12:09:08.027Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-04T12:09:08.027Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T12:09:08.028Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:09:08.032Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:09:08.033Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027748027, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-04T12:09:08.135Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-04T12:09:08.136Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:09:08.136Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:09:08.148Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:09:08.149Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:09:09.033Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-04T12:09:09.034Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-04T12:09:09.034Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T12:09:09.035Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:09:09.037Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:09:09.037Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027749033, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:09:09.137Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:09:09.138Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:09:09.138Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:09:09.150Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:09:09.150Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:09:10.042Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7edededc-72fd-44f3-bb4c-13520ecf9d79 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:09:10.050Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7edededc-72fd-44f3-bb4c-13520ecf9d79 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:09:10.052Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:09:10.052Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T12:09:10.052Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T12:09:40.054Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7edededc-72fd-44f3-bb4c-13520ecf9d79 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:09:40.073Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7edededc-72fd-44f3-bb4c-13520ecf9d79 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:09:40.076Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:09:40.076Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T12:09:40.077Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T12:09:55.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:09:55.189Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:09:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:09:55.224Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:09:55.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-04T12:09:55.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027666478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:09:55.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027682685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:55.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027685358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:55.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027686557, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:55.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027687820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:55.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027689224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:55.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027690328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:55.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027691498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-11-04T12:09:55.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027692510, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-11-04T12:09:55.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027693520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-04T12:09:55.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027694557, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-04T12:09:55.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027695570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-04T12:09:55.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027696576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:09:55.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027695327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027695327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "cds", "timestamp": 1636027704105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027695327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "cds", "timestamp": 1636027704105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027695327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "cds", "timestamp": 1636027704105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "policy-id", "timestamp": 1636027706424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027695327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "cds", "timestamp": 1636027704105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "policy-id", "timestamp": 1636027706424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027695327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "dcae-sch", "timestamp": 1636027708130, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-11-04T12:09:55.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "cds", "timestamp": 1636027704105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "policy-id", "timestamp": 1636027706424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "clamp", "timestamp": 1636027708520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027695327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "dcae-sch", "timestamp": 1636027708130, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "cds", "timestamp": 1636027704105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "policy-id", "timestamp": 1636027706424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-04T12:09:55.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "clamp", "timestamp": 1636027708520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027695327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:09:55.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "dcae-sch", "timestamp": 1636027708130, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "cds", "timestamp": 1636027704105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "policy-id", "timestamp": 1636027706424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "clamp", "timestamp": 1636027708520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-04T12:09:55.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027711611, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:55.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "cds", "timestamp": 1636027704105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:09:55.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "dcae-sch", "timestamp": 1636027708130, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "policy-id", "timestamp": 1636027706424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "clamp", "timestamp": 1636027708520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "multicloud-k8s-id", "timestamp": 1636027711792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "ves-openapi-manager", "timestamp": 1636027711823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "dcae-sch", "timestamp": 1636027708130, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "cds", "timestamp": 1636027712872, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:55.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "policy-id", "timestamp": 1636027706424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "clamp", "timestamp": 1636027708520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "multicloud-k8s-id", "timestamp": 1636027711792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "ves-openapi-manager", "timestamp": 1636027711823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "dcae-sch", "timestamp": 1636027708130, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "cds", "timestamp": 1636027713878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:09:55.261Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7edededc-72fd-44f3-bb4c-13520ecf9d79 2021-11-04T12:09:55.261Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7edededc-72fd-44f3-bb4c-13520ecf9d79 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:09:55.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027713879, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:09:55.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "policy-id", "timestamp": 1636027706424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:09:55.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "clamp", "timestamp": 1636027708520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "multicloud-k8s-id", "timestamp": 1636027711792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-04T12:09:55.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "ves-openapi-manager", "timestamp": 1636027711823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "dcae-sch", "timestamp": 1636027708130, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636027714883, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:09:55.280Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7edededc-72fd-44f3-bb4c-13520ecf9d79 2021-11-04T12:09:55.280Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7edededc-72fd-44f3-bb4c-13520ecf9d79 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:09:55.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "clamp", "timestamp": 1636027708520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "policy-id", "timestamp": 1636027715397, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:55.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "multicloud-k8s-id", "timestamp": 1636027711792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-04T12:09:55.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "ves-openapi-manager", "timestamp": 1636027711823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "dcae-sch", "timestamp": 1636027708130, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "clamp", "timestamp": 1636027708520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:09:55.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "policy-id", "timestamp": 1636027716405, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:09:55.289Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "multicloud-k8s-id", "timestamp": 1636027711792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "ves-openapi-manager", "timestamp": 1636027711823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "policy-id", "timestamp": 1636027717412, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:09:55.295Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7edededc-72fd-44f3-bb4c-13520ecf9d79 2021-11-04T12:09:55.295Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7edededc-72fd-44f3-bb4c-13520ecf9d79 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:09:55.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "multicloud-k8s-id", "timestamp": 1636027711792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-04T12:09:55.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "ves-openapi-manager", "timestamp": 1636027711823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "dcae-sch", "timestamp": 1636027717975, "artifactURL": "/sdc/v1/catalog/services/a242d69e-0a86-48a2-a2d8-de4492551b10/resourceInstances/basicclamp0/artifacts/0a7bcc1e-3ba3-4d9c-981a-9a4ebc3a2013", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:55.306Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "multicloud-k8s-id", "timestamp": 1636027711792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "ves-openapi-manager", "timestamp": 1636027711823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "dcae-sch", "timestamp": 1636027719330, "artifactURL": "/sdc/v1/catalog/services/a242d69e-0a86-48a2-a2d8-de4492551b10/resourceInstances/basicclamp0/artifacts/0a7bcc1e-3ba3-4d9c-981a-9a4ebc3a2013", "status": "DEPLOY_OK" } 2021-11-04T12:09:55.307Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "multicloud-k8s-id", "timestamp": 1636027711792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:09:55.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "ves-openapi-manager", "timestamp": 1636027711823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "aai-ml", "timestamp": 1636027718952, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "dcae-sch", "timestamp": 1636027720335, "artifactURL": "/sdc/v1/catalog/services/a242d69e-0a86-48a2-a2d8-de4492551b10/resourceInstances/basicclamp0/artifacts/0a7bcc1e-3ba3-4d9c-981a-9a4ebc3a2013", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:09:55.314Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 7edededc-72fd-44f3-bb4c-13520ecf9d79 2021-11-04T12:09:55.314Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7edededc-72fd-44f3-bb4c-13520ecf9d79 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:09:55.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "aai-ml", "timestamp": 1636027718952, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "multicloud-k8s-id", "timestamp": 1636027721163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:55.323Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "aai-ml", "timestamp": 1636027718952, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "aai-ml", "timestamp": 1636027718952, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "multicloud-k8s-id", "timestamp": 1636027723043, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:55.324Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "aai-ml", "timestamp": 1636027718952, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "multicloud-k8s-id", "timestamp": 1636027724265, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:55.324Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "aai-ml", "timestamp": 1636027718952, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "multicloud-k8s-id", "timestamp": 1636027725286, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:09:55.329Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7edededc-72fd-44f3-bb4c-13520ecf9d79 2021-11-04T12:09:55.329Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7edededc-72fd-44f3-bb4c-13520ecf9d79 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-04T12:09:55.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "aai-ml", "timestamp": 1636027718952, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "multicloud-k8s-id", "timestamp": 1636027726294, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-04T12:09:55.336Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "clamp", "timestamp": 1636027726330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:55.337Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "aai-ml", "timestamp": 1636027718952, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:09:55.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "clamp", "timestamp": 1636027727334, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:55.338Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "aai-ml", "timestamp": 1636027728048, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:09:55.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2183b425-8c2a-4098-8dbb-d0737aad59c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027728125, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T12:09:55.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027729138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "clamp", "timestamp": 1636027730398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:09:55.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027729138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "clamp", "timestamp": 1636027731405, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-04T12:09:55.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:09:55.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027729138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-04T12:09:55.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "clamp", "timestamp": 1636027732409, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:09:55.345Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7edededc-72fd-44f3-bb4c-13520ecf9d79 2021-11-04T12:09:55.345Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7edededc-72fd-44f3-bb4c-13520ecf9d79 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:09:55.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027729138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-04T12:09:55.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027729138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:09:55.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027729138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-04T12:09:55.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:09:55.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:09:55.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "aai-ml", "timestamp": 1636027735064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:09:55.355Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:10:10.077Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7edededc-72fd-44f3-bb4c-13520ecf9d79 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:10:10.087Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7edededc-72fd-44f3-bb4c-13520ecf9d79 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:10:10.090Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:10:10.090Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T12:10:10.090Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T12:10:40.090Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7edededc-72fd-44f3-bb4c-13520ecf9d79 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:10:40.100Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7edededc-72fd-44f3-bb4c-13520ecf9d79 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:10:40.103Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:10:40.103Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T12:10:40.103Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T12:10:55.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:10:55.192Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:10:55.192Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:10:55.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:10:55.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:10:55.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027729138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:10:55.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:10:55.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:10:55.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "aai-ml", "timestamp": 1636027736068, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:10:55.741Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7edededc-72fd-44f3-bb4c-13520ecf9d79 2021-11-04T12:10:55.742Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7edededc-72fd-44f3-bb4c-13520ecf9d79 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:10:55.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:10:55.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027729138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:10:55.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-04T12:10:55.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:10:55.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027738012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:10:55.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:10:55.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:10:55.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027741380, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-04T12:10:55.756Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:10:55.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:10:55.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027743554, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T12:10:55.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:10:55.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:10:55.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027744868, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-04T12:10:55.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:10:55.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:10:55.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027745989, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-04T12:10:55.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:10:55.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:10:55.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027746991, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-04T12:10:55.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:10:55.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:10:55.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027748027, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-04T12:10:55.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:10:55.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:10:55.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027749033, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:10:55.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:11:10.104Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7edededc-72fd-44f3-bb4c-13520ecf9d79 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:11:10.118Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7edededc-72fd-44f3-bb4c-13520ecf9d79 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:11:10.121Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:11:10.121Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-04T12:11:10.121Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-04T12:11:10.122Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-04T12:11:10.122Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:11:10.122Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:11:10.122Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:11:10.122Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:11:10.122Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:11:10.122Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:11:10.122Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:11:10.123Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:11:10.127Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-04T12:11:40.128Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7edededc-72fd-44f3-bb4c-13520ecf9d79 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-04T12:11:40.133Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7edededc-72fd-44f3-bb4c-13520ecf9d79 and serviceModelVersionId: a242d69e-0a86-48a2-a2d8-de4492551b10 2021-11-04T12:11:40.134Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7b994589-3e98-49d5-b5ed-219da0acd691 2021-11-04T12:11:40.135Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7b994589-3e98-49d5-b5ed-219da0acd691/model-vers/model-ver/a242d69e-0a86-48a2-a2d8-de4492551b10?depth=0 2021-11-04T12:11:40.141Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-04T12:11:40.200Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b994589-3e98-49d5-b5ed-219da0acd691/model-vers/model-ver/a242d69e-0a86-48a2-a2d8-de4492551b10?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-11-04T12:11:40.202Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b994589-3e98-49d5-b5ed-219da0acd691/model-vers/model-ver/a242d69e-0a86-48a2-a2d8-de4492551b10?depth=0|INFO|500||Invoke 2021-11-04T12:11:40.234Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b994589-3e98-49d5-b5ed-219da0acd691/model-vers/model-ver/a242d69e-0a86-48a2-a2d8-de4492551b10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-04T12:11:40.918Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b994589-3e98-49d5-b5ed-219da0acd691/model-vers/model-ver/a242d69e-0a86-48a2-a2d8-de4492551b10?depth=0|INFO|500||InvokeReturn 2021-11-04T12:11:40.920Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b994589-3e98-49d5-b5ed-219da0acd691/model-vers/model-ver/a242d69e-0a86-48a2-a2d8-de4492551b10?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211104-12:11:40:234-46549], vertex-id=[250056], Content-Length=[0], Date=[Thu, 04 Nov 2021 12:11:40 GMT], Content-Type=[application/json]} 2021-11-04T12:11:40.920Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-11-04T12:11:40.921Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-04T12:11:40.921Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:11:40.927Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-04T12:11:40.927Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7edededc-72fd-44f3-bb4c-13520ecf9d79 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-04T12:11:40.927Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-04T12:11:40.928Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:11:40.931Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:11:40.931Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027900927, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T12:11:41.035Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-11-04T12:11:41.036Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:11:41.036Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:11:41.055Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:11:41.055Z||pool-110-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-04T12:11:41.949Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:11:41.950Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:11:41.950Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:11:52.937Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:11:52.938Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:11:52.939Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:11:52.939Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:11:55.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:11:55.188Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:11:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:11:55.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:11:55.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-04T12:11:55.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7edededc-72fd-44f3-bb4c-13520ecf9d79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636027900927, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T12:11:55.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:12:02.497Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:12:02.498Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:12:02.498Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:12:02.498Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:12:12.055Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:12:12.059Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:12:12.061Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:12:12.061Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:12:21.603Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:12:21.604Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:12:21.605Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:12:21.605Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:12:31.147Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:12:31.148Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:12:31.149Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:12:31.149Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:12:40.690Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:12:55.185Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:12:55.186Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:12:55.186Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:12:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:12:55.188Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:12:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:13:04.745Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:13:04.745Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:13:55.187Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:13:55.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:13:55.192Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:13:55.193Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:13:55.192Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:13:55.193Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:14:04.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:14:04.751Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:14:55.187Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:14:55.187Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:14:55.192Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:14:55.192Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:14:55.193Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:14:55.193Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:14:55.337Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:14:55.339Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.339Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "cds", "timestamp": 1636028064105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.340Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.340Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.340Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "clamp", "timestamp": 1636028068524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.341Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.341Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.341Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "dcae-sch", "timestamp": 1636028068128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.341Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.341Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.341Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "policy-id", "timestamp": 1636028066424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.342Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.342Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.342Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "cds", "timestamp": 1636028064105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.342Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.342Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.342Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "clamp", "timestamp": 1636028068524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.342Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.343Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.343Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "dcae-sch", "timestamp": 1636028068128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.343Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.343Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.343Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "policy-id", "timestamp": 1636028066424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.343Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.343Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.343Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "multicloud-k8s-id", "timestamp": 1636028071792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.344Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.344Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.344Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "ves-openapi-manager", "timestamp": 1636028071824, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.344Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.344Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.344Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "cds", "timestamp": 1636028064105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.345Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.345Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.345Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "clamp", "timestamp": 1636028068524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.345Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.345Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.345Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "dcae-sch", "timestamp": 1636028068128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.346Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.346Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.346Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "policy-id", "timestamp": 1636028066424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.346Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.346Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.346Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "multicloud-k8s-id", "timestamp": 1636028071792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.346Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.347Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.347Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "ves-openapi-manager", "timestamp": 1636028071824, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.347Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.347Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.347Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "cds", "timestamp": 1636028064105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.347Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.347Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.347Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "clamp", "timestamp": 1636028068524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.348Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.348Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.348Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "dcae-sch", "timestamp": 1636028068128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.348Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.348Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.348Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "policy-id", "timestamp": 1636028066424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.348Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.349Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.349Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "multicloud-k8s-id", "timestamp": 1636028071792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.349Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.349Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.349Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "ves-openapi-manager", "timestamp": 1636028071824, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.349Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.349Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.350Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "cds", "timestamp": 1636028064105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.350Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.350Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.350Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "clamp", "timestamp": 1636028068524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.350Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.350Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.353Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "dcae-sch", "timestamp": 1636028068128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.353Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.353Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.353Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "policy-id", "timestamp": 1636028066424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.353Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.353Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.353Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "multicloud-k8s-id", "timestamp": 1636028071792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.354Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.354Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.354Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "ves-openapi-manager", "timestamp": 1636028071824, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.354Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.354Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.354Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "cds", "timestamp": 1636028064105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.354Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.355Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.355Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "clamp", "timestamp": 1636028068524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.355Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.355Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.355Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "dcae-sch", "timestamp": 1636028068128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.355Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.355Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.356Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "policy-id", "timestamp": 1636028066424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.356Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.356Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.356Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "multicloud-k8s-id", "timestamp": 1636028071792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.356Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.356Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.356Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "ves-openapi-manager", "timestamp": 1636028071824, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.356Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.356Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.357Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "cds", "timestamp": 1636028064105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.357Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.357Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.357Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "clamp", "timestamp": 1636028068524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.357Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.357Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.357Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "dcae-sch", "timestamp": 1636028068128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.357Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.357Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.358Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "policy-id", "timestamp": 1636028066424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.358Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.358Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.358Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "multicloud-k8s-id", "timestamp": 1636028071792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.358Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.358Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.358Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "ves-openapi-manager", "timestamp": 1636028071824, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.358Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.359Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.359Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "cds", "timestamp": 1636028064105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.359Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.359Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.359Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "dcae-sch", "timestamp": 1636028068128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.359Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.359Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.359Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "clamp", "timestamp": 1636028068524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.359Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.360Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.360Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "policy-id", "timestamp": 1636028066424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.360Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.360Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.360Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "multicloud-k8s-id", "timestamp": 1636028071792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.360Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.360Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.360Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "ves-openapi-manager", "timestamp": 1636028071824, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-04T12:14:55.360Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.361Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.361Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "cds", "timestamp": 1636028064105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:14:55.361Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.361Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.361Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "dcae-sch", "timestamp": 1636028068128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.361Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.361Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.361Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "clamp", "timestamp": 1636028068524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:14:55.361Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.362Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.362Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "policy-id", "timestamp": 1636028066424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:14:55.362Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.362Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.362Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "multicloud-k8s-id", "timestamp": 1636028071792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.362Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.362Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.362Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "ves-openapi-manager", "timestamp": 1636028071824, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.362Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.363Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.363Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "aai-ml", "timestamp": 1636028078952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.363Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.363Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.363Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "multicloud-k8s-id", "timestamp": 1636028071792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:14:55.363Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.363Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.363Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "ves-openapi-manager", "timestamp": 1636028071824, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.363Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.364Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.364Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "aai-ml", "timestamp": 1636028078952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.364Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.364Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.364Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "cds", "timestamp": 1636028081259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:14:55.364Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:14:55.364Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.364Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "policy-id", "timestamp": 1636028081419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:14:55.365Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:14:55.365Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.365Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "aai-ml", "timestamp": 1636028078952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.365Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.365Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.365Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "policy-id", "timestamp": 1636028082424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:14:55.365Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:14:55.365Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.365Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "aai-ml", "timestamp": 1636028078952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.366Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.366Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.366Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "ves-openapi-manager", "timestamp": 1636028082682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T12:14:55.366Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:14:55.366Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.366Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "policy-id", "timestamp": 1636028083428, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:14:55.390Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8446f1fb-8219-4795-ae68-a1bf5bf42d6a 2021-11-04T12:14:55.391Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8446f1fb-8219-4795-ae68-a1bf5bf42d6a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:14:55.402Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.402Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "cds", "timestamp": 1636028083566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:14:55.406Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8446f1fb-8219-4795-ae68-a1bf5bf42d6a 2021-11-04T12:14:55.406Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8446f1fb-8219-4795-ae68-a1bf5bf42d6a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:14:55.412Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.412Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "aai-ml", "timestamp": 1636028078952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.412Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.412Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.412Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "ves-openapi-manager", "timestamp": 1636028083859, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-04T12:14:55.412Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:14:55.412Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.413Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "aai-ml", "timestamp": 1636028078952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.413Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.413Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.413Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "ves-openapi-manager", "timestamp": 1636028084875, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:14:55.417Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8446f1fb-8219-4795-ae68-a1bf5bf42d6a 2021-11-04T12:14:55.417Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8446f1fb-8219-4795-ae68-a1bf5bf42d6a and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:14:55.425Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.425Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "aai-ml", "timestamp": 1636028078952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.425Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.425Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.425Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028085327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.425Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.425Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.425Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "aai-ml", "timestamp": 1636028078952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.426Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.426Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.426Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028085327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.426Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.426Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.426Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "aai-ml", "timestamp": 1636028078952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:14:55.426Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.426Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.426Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028085327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.426Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.426Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.426Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028085327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.427Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.427Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.427Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "aai-ml", "timestamp": 1636028089164, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:14:55.427Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:14:55.427Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.427Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "clamp", "timestamp": 1636028089395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:14:55.427Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:14:55.427Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.427Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028085327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.428Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.428Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.428Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028085327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.428Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.428Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.428Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028085327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.428Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.428Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.428Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "clamp", "timestamp": 1636028092401, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:14:55.428Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:14:55.428Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.428Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028085327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.428Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.429Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.429Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "clamp", "timestamp": 1636028093404, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:14:55.433Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8446f1fb-8219-4795-ae68-a1bf5bf42d6a 2021-11-04T12:14:55.433Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8446f1fb-8219-4795-ae68-a1bf5bf42d6a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:14:55.449Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.449Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028085327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:14:55.449Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:14:55.450Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.450Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "aai-ml", "timestamp": 1636028094167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:14:55.450Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:14:55.823Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:14:55.824Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-04T12:14:55.825Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"8446f1fb-8219-4795-ae68-a1bf5bf42d6a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"1dba2683-3714-4c7c-8099-bfc4db6721fd","serviceDescription":"service","serviceInvariantUUID":"b60504ac-d730-4956-9bf2-c71872eff861","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7f941b9d-3b78-4e9e-adf2-5eafd42bc949","resourceInvariantUUID":"42870c88-7d7d-409b-a89a-563841e5ef79","resourceCustomizationUUID":"ee0be882-d29e-4995-8235-e1f839b027da","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YmU5ODZiYjAwN2Y3ZGQwNDkzYWZmN2Q1ZWI4NDRhNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ed30d47-52ed-43e9-8d6e-72c141f1bd2b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c6c238e-5414-4283-b9ed-a86999fe0a14","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"80ff0401-876f-4aa1-8b39-46061118ece8","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NWEyMDEzMDEzMWVkNjQyYjliNGU0YjE0MDQwZDcxNGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2b07acfa-2fdd-46f2-b99b-076df405a305","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"be26ac36-32c5-4436-8406-79bc6535b699","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88ab4c19-33fc-48d1-b600-3a5cadd659ed","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"74b5a29d-837e-4c35-a8a4-ee3ccea940af","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ODg0Y2Q3OWRiNTYwNjYyMWNlOGY0YWZiMzllZjM4YzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"42599768-af0a-44aa-8650-4ff5a8fc75a2","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmNmMzkzZWExZDUyYTFjNTBmOTkwMTgwMWUxNTY1ODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"61d066a5-56f2-4593-967d-74a3bc66a7d1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-04T12:14:55.827Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:14:55.828Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:14:55.831Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:14:55.831Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:55.931Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T12:14:55.931Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:14:55.932Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:14:55.946Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:14:55.946Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:14:56.831Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:14:56.832Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:14:56.835Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:14:56.835Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:56.936Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-04T12:14:56.937Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:14:56.937Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:14:56.950Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:14:56.951Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:14:57.836Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:14:57.836Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:14:57.839Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:14:57.839Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:57.939Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-04T12:14:57.940Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:14:57.940Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:14:57.953Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:14:57.953Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:14:58.840Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:14:58.841Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:14:58.843Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:14:58.843Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:58.943Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:14:58.944Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:14:58.944Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:14:58.957Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:14:58.957Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:14:59.844Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:14:59.844Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:14:59.847Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:14:59.847Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:14:59.947Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:14:59.948Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:14:59.948Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:14:59.965Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:14:59.965Z||pool-115-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:15:00.848Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:15:00.848Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:15:00.850Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:15:00.850Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:15:00.950Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:15:00.951Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:15:00.951Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:15:00.982Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:15:00.983Z||pool-116-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:15:01.850Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:15:01.851Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:15:01.853Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:15:01.853Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:15:01.954Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-04T12:15:01.954Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:15:01.955Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:15:01.975Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:15:01.975Z||pool-117-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:15:02.853Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:15:02.854Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:15:02.856Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:15:02.856Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:15:02.956Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:15:02.957Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:15:02.958Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:15:02.974Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:15:02.975Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:15:03.856Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:15:03.857Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:15:03.860Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:15:03.860Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:15:03.960Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:15:03.961Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:15:03.961Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:15:03.977Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:15:03.977Z||pool-119-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:15:04.860Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "1dba2683-3714-4c7c-8099-bfc4db6721fd", "serviceDescription": "service", "serviceInvariantUUID": "b60504ac-d730-4956-9bf2-c71872eff861", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "ee0be882-d29e-4995-8235-e1f839b027da", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7f941b9d-3b78-4e9e-adf2-5eafd42bc949", "resourceInvariantUUID": "42870c88-7d7d-409b-a89a-563841e5ef79", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "MmNmMzkzZWExZDUyYTFjNTBmOTkwMTgwMWUxNTY1ODQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61d066a5-56f2-4593-967d-74a3bc66a7d1" } ], "workloadContext": "Production" } 2021-11-04T12:15:04.861Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-04T12:15:04.861Z|7edededc-72fd-44f3-bb4c-13520ecf9d79|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1dba2683-3714-4c7c-8099-bfc4db6721fd ASDC 2021-11-04T12:15:04.862Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:8446f1fb-8219-4795-ae68-a1bf5bf42d6a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:1dba2683-3714-4c7c-8099-bfc4db6721fd ServiceInvariantUUID:b60504ac-d730-4956-9bf2-c71872eff861 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:61d066a5-56f2-4593-967d-74a3bc66a7d1 ArtifactChecksum:MmNmMzkzZWExZDUyYTFjNTBmOTkwMTgwMWUxNTY1ODQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:ee0be882-d29e-4995-8235-e1f839b027da ResourceInvariantUUID:42870c88-7d7d-409b-a89a-563841e5ef79 ResourceName:test-pnf ResourceType:PNF ResourceUUID:7f941b9d-3b78-4e9e-adf2-5eafd42bc949 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-04T12:15:04.862Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1dba2683-3714-4c7c-8099-bfc4db6721fd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-04T12:15:04.896Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T12:15:04.897Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-04T12:15:04.897Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-04T12:15:04.898Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 61d066a5-56f2-4593-967d-74a3bc66a7d1 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-04T12:15:04.898Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-04T12:15:04.898Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-04T12:15:05.064Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-04T12:15:05.070Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 61d066a5-56f2-4593-967d-74a3bc66a7d1 105642 2021-11-04T12:15:05.071Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-04T12:15:05.071Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-04T12:15:05.071Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T12:15:05.072Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:15:05.077Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:15:05.078Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028105071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:15:05.178Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:15:05.178Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:15:05.179Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:15:05.190Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:15:05.191Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:15:06.079Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T12:15:06.080Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-04T12:15:06.081Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 61d066a5-56f2-4593-967d-74a3bc66a7d1, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-04T12:15:06.081Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-11-04T12:15:06.082Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-04T12:15:06.082Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-04T12:15:06.258Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11055780625355945929/Definitions/service-TestPnfMacro-template.yml 2021-11-04T12:15:07.125Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-04T12:15:07.127Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-04T12:15:07.127Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-04T12:15:07.127Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-04T12:15:07.127Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-04T12:15:07.127Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-04T12:15:07.127Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-04T12:15:07.128Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-04T12:15:07.128Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-04T12:15:07.128Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-04T12:15:07.128Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-04T12:15:07.128Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-04T12:15:07.128Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:15:07.129Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:15:07.129Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-04T12:15:07.129Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-04T12:15:07.129Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T12:15:07.129Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:15:07.130Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:15:07.130Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-04T12:15:07.130Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-04T12:15:07.130Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T12:15:07.130Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:15:07.130Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:15:07.131Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:15:07.131Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:15:07.131Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:15:07.131Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:15:07.131Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:15:07.131Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:15:07.131Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:15:07.132Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:15:07.132Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:1dba2683-3714-4c7c-8099-bfc4db6721fd Model Version:NULL Model InvariantUuid:b60504ac-d730-4956-9bf2-c71872eff861 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-04T12:15:07.135Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7f941b9d-3b78-4e9e-adf2-5eafd42bc949 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:15:07.138Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||test-pnf 0 2021-11-04T12:15:07.138Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7f941b9d-3b78-4e9e-adf2-5eafd42bc949 2021-11-04T12:15:07.138Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 1dba2683-3714-4c7c-8099-bfc4db6721fd 2021-11-04T12:15:07.138Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 1dba2683-3714-4c7c-8099-bfc4db6721fd 2021-11-04T12:15:07.138Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7f941b9d-3b78-4e9e-adf2-5eafd42bc949 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:15:07.141Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c6e6345, org.onap.sdc.toscaparser.api.parameters.Input@1d732870, org.onap.sdc.toscaparser.api.parameters.Input@166f1, org.onap.sdc.toscaparser.api.parameters.Input@20eb1a0d, org.onap.sdc.toscaparser.api.parameters.Input@2f90211e] 2021-11-04T12:15:07.141Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:15:07.141Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:15:07.141Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 1dba2683-3714-4c7c-8099-bfc4db6721fd: test-pnf 2021-11-04T12:15:07.142Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||Processing PNF resource: 7f941b9d-3b78-4e9e-adf2-5eafd42bc949 2021-11-04T12:15:07.142Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:15:07.142Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:15:07.142Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||Resource customization UUID: ee0be882-d29e-4995-8235-e1f839b027da is the same as notified resource customizationUUID: ee0be882-d29e-4995-8235-e1f839b027da Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-04T12:15:07.197Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 7f941b9d-3b78-4e9e-adf2-5eafd42bc949 0 ASDC deployResourceStructure 2021-11-04T12:15:07.197Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-04T12:15:07.198Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-04T12:15:07.198Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T12:15:07.198Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:15:07.227Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:15:07.227Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028107197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:15:07.300Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms 2021-11-04T12:15:07.301Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:15:07.301Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:15:07.314Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:15:07.315Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:15:08.230Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8446f1fb-8219-4795-ae68-a1bf5bf42d6a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:15:08.241Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8446f1fb-8219-4795-ae68-a1bf5bf42d6a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:15:08.244Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:15:08.244Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T12:15:08.244Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T12:15:38.245Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8446f1fb-8219-4795-ae68-a1bf5bf42d6a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:15:38.256Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8446f1fb-8219-4795-ae68-a1bf5bf42d6a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:15:38.259Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:15:38.259Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T12:15:38.260Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T12:15:55.187Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:15:55.188Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:15:55.189Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:15:55.209Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:15:55.210Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:15:55.210Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "aai-ml", "timestamp": 1636028095171, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:15:55.221Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8446f1fb-8219-4795-ae68-a1bf5bf42d6a 2021-11-04T12:15:55.222Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8446f1fb-8219-4795-ae68-a1bf5bf42d6a and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:16:08.261Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8446f1fb-8219-4795-ae68-a1bf5bf42d6a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:16:08.276Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8446f1fb-8219-4795-ae68-a1bf5bf42d6a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:16:08.280Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:16:08.280Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-04T12:16:08.280Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T12:16:08.280Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T12:16:38.282Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8446f1fb-8219-4795-ae68-a1bf5bf42d6a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:16:38.297Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8446f1fb-8219-4795-ae68-a1bf5bf42d6a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:16:38.301Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:16:38.301Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-04T12:16:38.301Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T12:16:38.301Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T12:16:55.191Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:16:55.192Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:16:55.192Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:16:55.225Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:16:55.226Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:16:55.226Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028095276, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:16:55.227Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:17:08.302Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8446f1fb-8219-4795-ae68-a1bf5bf42d6a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:17:08.311Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8446f1fb-8219-4795-ae68-a1bf5bf42d6a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:17:08.313Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:17:08.313Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-04T12:17:08.313Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T12:17:08.313Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T12:17:38.314Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8446f1fb-8219-4795-ae68-a1bf5bf42d6a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:17:38.326Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8446f1fb-8219-4795-ae68-a1bf5bf42d6a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:17:38.329Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:17:38.329Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-04T12:17:38.329Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-04T12:17:38.329Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-04T12:17:55.189Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:17:55.192Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:17:55.192Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:17:55.235Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:17:55.238Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.238Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028097195, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:17:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:17:55.241Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.242Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.242Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.242Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.242Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028098200, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:17:55.253Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8446f1fb-8219-4795-ae68-a1bf5bf42d6a 2021-11-04T12:17:55.254Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8446f1fb-8219-4795-ae68-a1bf5bf42d6a and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:17:55.274Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.274Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.274Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.275Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.275Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.276Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.276Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.276Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.276Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.276Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.277Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.277Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.277Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.277Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.278Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.278Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.278Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028095187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:17:55.278Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.279Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.279Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028105071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:17:55.279Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:17:55.279Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.279Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028107197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:17:55.280Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:17:55.280Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.280Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "cds", "timestamp": 1636028124106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.280Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.281Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.281Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "clamp", "timestamp": 1636028128519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.282Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.282Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.282Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "dcae-sch", "timestamp": 1636028128133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.282Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.283Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.283Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "policy-id", "timestamp": 1636028126424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.283Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.283Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.283Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "cds", "timestamp": 1636028124106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.284Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.284Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.286Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "clamp", "timestamp": 1636028128519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.286Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.287Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.287Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "dcae-sch", "timestamp": 1636028128133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.288Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.288Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.289Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "policy-id", "timestamp": 1636028126424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.289Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.290Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.290Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "multicloud-k8s-id", "timestamp": 1636028131792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.291Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.291Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.291Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "ves-openapi-manager", "timestamp": 1636028131825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.292Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.292Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.292Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "cds", "timestamp": 1636028124106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.293Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.293Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.294Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "clamp", "timestamp": 1636028128519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.294Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.294Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.294Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "dcae-sch", "timestamp": 1636028128133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.295Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.295Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.296Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "policy-id", "timestamp": 1636028126424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.297Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.297Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.298Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "multicloud-k8s-id", "timestamp": 1636028131792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.299Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.300Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.301Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "ves-openapi-manager", "timestamp": 1636028131825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.301Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.302Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.302Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "cds", "timestamp": 1636028124106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.303Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.303Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.303Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "clamp", "timestamp": 1636028128519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.303Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.304Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.304Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "dcae-sch", "timestamp": 1636028128133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.304Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.304Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.304Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "policy-id", "timestamp": 1636028126424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.305Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.305Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.305Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "multicloud-k8s-id", "timestamp": 1636028131792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.305Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.306Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.306Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "ves-openapi-manager", "timestamp": 1636028131825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.306Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.306Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.306Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "cds", "timestamp": 1636028124106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.307Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.308Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.309Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "clamp", "timestamp": 1636028128519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.309Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.309Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.309Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "dcae-sch", "timestamp": 1636028128133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.310Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.310Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.310Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "policy-id", "timestamp": 1636028126424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.311Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.311Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.311Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "multicloud-k8s-id", "timestamp": 1636028131792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.311Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.312Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.312Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "ves-openapi-manager", "timestamp": 1636028131825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.312Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.312Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.312Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "cds", "timestamp": 1636028124106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.313Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.313Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.314Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "clamp", "timestamp": 1636028128519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.314Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.314Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.314Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "dcae-sch", "timestamp": 1636028128133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.315Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.315Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.315Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "policy-id", "timestamp": 1636028126424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.315Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.315Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.316Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "multicloud-k8s-id", "timestamp": 1636028131792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.316Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.316Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.317Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "ves-openapi-manager", "timestamp": 1636028131825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.317Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.317Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.317Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "cds", "timestamp": 1636028124106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.317Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.318Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.318Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "clamp", "timestamp": 1636028128519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.318Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.318Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.318Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "dcae-sch", "timestamp": 1636028128133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.319Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.319Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.319Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "policy-id", "timestamp": 1636028126424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.319Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.320Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.320Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "ves-openapi-manager", "timestamp": 1636028131825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-04T12:17:55.320Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.321Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.321Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "multicloud-k8s-id", "timestamp": 1636028131792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.321Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.321Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.321Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "cds", "timestamp": 1636028124106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:17:55.322Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.322Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.322Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "clamp", "timestamp": 1636028128519, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:17:55.322Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.323Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.323Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "dcae-sch", "timestamp": 1636028128133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.323Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.323Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.323Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "policy-id", "timestamp": 1636028126424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:17:55.324Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.324Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.324Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "multicloud-k8s-id", "timestamp": 1636028131792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.324Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.324Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.325Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "ves-openapi-manager", "timestamp": 1636028131825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.325Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.325Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.325Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "multicloud-k8s-id", "timestamp": 1636028131792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:17:55.325Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.326Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.326Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "ves-openapi-manager", "timestamp": 1636028131825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.326Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.326Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.326Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "cds", "timestamp": 1636028139483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:17:55.327Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:17:55.327Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.327Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "aai-ml", "timestamp": 1636028138951, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.328Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.328Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.328Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "policy-id", "timestamp": 1636028139689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:17:55.328Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:17:55.329Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.329Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "cds", "timestamp": 1636028140489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:17:55.344Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f00ba574-2367-4d1d-b434-2db52caf05b8 2021-11-04T12:17:55.344Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f00ba574-2367-4d1d-b434-2db52caf05b8 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:17:55.354Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.354Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "aai-ml", "timestamp": 1636028138951, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.354Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.355Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.355Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "policy-id", "timestamp": 1636028140695, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:17:55.355Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:17:55.355Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.356Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "ves-openapi-manager", "timestamp": 1636028141071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-04T12:17:55.356Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:17:55.357Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.357Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "aai-ml", "timestamp": 1636028138951, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.357Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.357Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.357Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "policy-id", "timestamp": 1636028141698, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:17:55.363Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f00ba574-2367-4d1d-b434-2db52caf05b8 2021-11-04T12:17:55.363Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f00ba574-2367-4d1d-b434-2db52caf05b8 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:17:55.380Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.380Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "ves-openapi-manager", "timestamp": 1636028142095, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-04T12:17:55.381Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:17:55.381Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.381Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "aai-ml", "timestamp": 1636028138951, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.382Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.382Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.382Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "ves-openapi-manager", "timestamp": 1636028143098, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:17:55.387Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f00ba574-2367-4d1d-b434-2db52caf05b8 2021-11-04T12:17:55.387Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f00ba574-2367-4d1d-b434-2db52caf05b8 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:17:55.395Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.396Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "aai-ml", "timestamp": 1636028138951, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.396Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.396Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.396Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "aai-ml", "timestamp": 1636028138951, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.396Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.397Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.397Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "aai-ml", "timestamp": 1636028138951, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.397Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.397Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.397Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028145327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.398Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.398Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.398Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "clamp", "timestamp": 1636028146407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:17:55.398Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:17:55.398Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.399Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "aai-ml", "timestamp": 1636028138951, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:17:55.399Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.399Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.399Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028145327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.400Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.400Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.400Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "clamp", "timestamp": 1636028147423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:17:55.400Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:17:55.400Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.401Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "aai-ml", "timestamp": 1636028147810, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:17:55.401Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:17:55.401Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.402Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028145327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.402Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.402Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.402Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "clamp", "timestamp": 1636028148426, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:17:55.411Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f00ba574-2367-4d1d-b434-2db52caf05b8 2021-11-04T12:17:55.412Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f00ba574-2367-4d1d-b434-2db52caf05b8 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:17:55.420Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.420Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028145327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.420Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.421Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.421Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028145327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.421Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.421Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.421Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028145327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.422Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.422Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.422Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028145327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:17:55.422Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.423Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.423Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "aai-ml", "timestamp": 1636028152610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:17:55.423Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:17:55.423Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.423Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028145327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:17:55.424Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-04T12:17:55.424Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.424Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "aai-ml", "timestamp": 1636028153614, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:17:55.428Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f00ba574-2367-4d1d-b434-2db52caf05b8 2021-11-04T12:17:55.428Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f00ba574-2367-4d1d-b434-2db52caf05b8 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:17:55.436Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:17:55.436Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028154093, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:17:55.436Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:18:08.330Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8446f1fb-8219-4795-ae68-a1bf5bf42d6a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:18:08.343Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8446f1fb-8219-4795-ae68-a1bf5bf42d6a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:18:08.345Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:18:08.345Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-04T12:18:08.346Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-04T12:18:08.346Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-04T12:18:08.346Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:18:08.346Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:18:08.346Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:18:08.346Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:18:08.347Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:18:08.347Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:18:08.347Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:18:08.347Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:18:08.352Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-04T12:18:38.354Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8446f1fb-8219-4795-ae68-a1bf5bf42d6a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-04T12:18:38.365Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8446f1fb-8219-4795-ae68-a1bf5bf42d6a and serviceModelVersionId: 1dba2683-3714-4c7c-8099-bfc4db6721fd 2021-11-04T12:18:38.365Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b60504ac-d730-4956-9bf2-c71872eff861 2021-11-04T12:18:38.367Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b60504ac-d730-4956-9bf2-c71872eff861/model-vers/model-ver/1dba2683-3714-4c7c-8099-bfc4db6721fd?depth=0 2021-11-04T12:18:38.378Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-04T12:18:38.454Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b60504ac-d730-4956-9bf2-c71872eff861/model-vers/model-ver/1dba2683-3714-4c7c-8099-bfc4db6721fd?depth=0|INFO|500||Invoke 2021-11-04T12:18:38.455Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b60504ac-d730-4956-9bf2-c71872eff861/model-vers/model-ver/1dba2683-3714-4c7c-8099-bfc4db6721fd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b60504ac-d730-4956-9bf2-c71872eff861/model-vers/model-ver/1dba2683-3714-4c7c-8099-bfc4db6721fd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8446f1fb-8219-4795-ae68-a1bf5bf42d6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8a620b57-25b0-4376-9021-6ba6e4c5397a], X-ECOMP-RequestID=[8446f1fb-8219-4795-ae68-a1bf5bf42d6a], X-TransactionId=[], X-ONAP-RequestID=[8446f1fb-8219-4795-ae68-a1bf5bf42d6a], Content-Type=[application/merge-patch+json]} 2021-11-04T12:18:38.475Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b60504ac-d730-4956-9bf2-c71872eff861/model-vers/model-ver/1dba2683-3714-4c7c-8099-bfc4db6721fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-04T12:18:38.871Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b60504ac-d730-4956-9bf2-c71872eff861/model-vers/model-ver/1dba2683-3714-4c7c-8099-bfc4db6721fd?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/b60504ac-d730-4956-9bf2-c71872eff861/model-vers/model-ver/1dba2683-3714-4c7c-8099-bfc4db6721fd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211104-12:18:38:471-33085], vertex-id=[512048], Content-Length=[0], Date=[Thu, 04 Nov 2021 12:18:38 GMT], Content-Type=[application/json]} 2021-11-04T12:18:38.871Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b60504ac-d730-4956-9bf2-c71872eff861/model-vers/model-ver/1dba2683-3714-4c7c-8099-bfc4db6721fd?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-04T12:18:38.872Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b60504ac-d730-4956-9bf2-c71872eff861/model-vers/model-ver/1dba2683-3714-4c7c-8099-bfc4db6721fd?depth=0|INFO|500||InvokeReturn 2021-11-04T12:18:38.873Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-04T12:18:38.873Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:18:38.877Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-04T12:18:38.878Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8446f1fb-8219-4795-ae68-a1bf5bf42d6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-04T12:18:38.878Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-04T12:18:38.878Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:18:38.881Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:18:38.881Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028318878, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T12:18:38.987Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-11-04T12:18:38.994Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:18:38.994Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:18:39.011Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:18:39.012Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-04T12:18:39.897Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:18:39.897Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:18:39.897Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:18:44.864Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:18:44.866Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-04T12:18:44.866Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f00ba574-2367-4d1d-b434-2db52caf05b8","serviceName":"Demo_pNF_DYHDbckHhEbCVjZtiqWs","serviceVersion":"1.0","serviceUUID":"73b41cf4-de0e-4940-8ef1-0ceb0316f183","serviceDescription":"catalog service description","serviceInvariantUUID":"2c1ea936-76cc-4382-8293-9d34743c3603","resources":[{"resourceInstanceName":"pNF fc07c8a1-00ef 0","resourceName":"pNF fc07c8a1-00ef","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"27021688-b4f9-4217-8171-182205e34ba8","resourceInvariantUUID":"2314a523-40da-48ba-85de-36531444e697","resourceCustomizationUUID":"ff1f5a37-0ffb-4ef4-ad38-e8446414199c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vf-license-model.xml","artifactChecksum":"MWY2NzYxYjg3OWYxYmE3OTBiMjBiN2RhMmIxOTI2ZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ef17168-7e4e-42f2-8760-8e25970fe00f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/pNF.csar","artifactChecksum":"NjMzZTUzODc3OTY2ZWRhMWIxYTJlNGQzMTBiM2E3ZDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b8277c41-9a8f-465f-9df7-493fe7b99624","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59668acc-ad5c-471f-9bb0-00ce093c0321","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwNTk3Y2FlNjU3OWIxNTFlZGQ4NGRmYjYyMjg5OTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c4fb6ca2-0ac0-4398-a851-2ebd9fb660e8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4eae664d-ad43-44a0-b4c3-91e85cf1ed27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"402c7db8-0627-4d0d-ada6-064d641574f6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDyhdbckhhebcvjztiqws-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-template.yml","artifactChecksum":"YjhiZDVkMTllOWU4NDliZjYwNzE4MDYxYTg0NjBiM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39e1fd75-966e-464e-8805-6ed4ffc9c52e","artifactVersion":"1"},{"artifactName":"service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar","artifactChecksum":"MjQxMTM2MjY2MjQyMWMyYzMxMmIzZGNjYTk1OWNlMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18855751-c6a8-49ec-bdf9-fab9df2ff8e6","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-04T12:18:44.869Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:18:44.869Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:18:44.872Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:18:44.872Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028319897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:18:44.972Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:18:44.973Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:18:44.973Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:18:44.987Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:18:44.989Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:18:45.872Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:18:45.873Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:18:45.875Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:18:45.875Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028319897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:18:45.976Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:18:45.977Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:18:45.977Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:18:45.991Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:18:45.991Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:18:46.876Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:18:46.877Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:18:46.879Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:18:46.879Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028319897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:18:46.979Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:18:46.980Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:18:46.980Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:18:46.995Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:18:46.996Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:18:47.880Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:18:47.882Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:18:47.884Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:18:47.885Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028319897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:18:47.985Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:18:47.986Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:18:47.987Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:18:48.000Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:18:48.001Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:18:48.885Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:18:48.886Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:18:48.888Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:18:48.888Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028319897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:18:48.989Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:18:48.992Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:18:48.992Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:18:49.019Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:18:49.019Z||pool-127-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:18:49.889Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:18:49.890Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:18:49.893Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:18:49.895Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028319897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:18:49.993Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-11-04T12:18:49.994Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:18:49.994Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:18:50.011Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:18:50.012Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:18:50.896Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:18:50.897Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:18:50.901Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:18:50.901Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028319897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:18:51.006Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-11-04T12:18:51.007Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:18:51.007Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:18:51.023Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:18:51.023Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-04T12:18:51.901Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-04T12:18:51.903Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:18:51.905Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:18:51.905Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028319897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:18:52.005Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:18:52.009Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:18:52.009Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:18:52.020Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:18:52.021Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:18:52.907Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "serviceName": "Demo_pNF_DYHDbckHhEbCVjZtiqWs", "serviceVersion": "1.0", "serviceUUID": "73b41cf4-de0e-4940-8ef1-0ceb0316f183", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2c1ea936-76cc-4382-8293-9d34743c3603", "resources": [ { "resourceInstanceName": "pNF fc07c8a1-00ef 0", "resourceCustomizationUUID": "ff1f5a37-0ffb-4ef4-ad38-e8446414199c", "resourceName": "pNF fc07c8a1-00ef", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "27021688-b4f9-4217-8171-182205e34ba8", "resourceInvariantUUID": "2314a523-40da-48ba-85de-36531444e697", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "artifactChecksum": "MjQxMTM2MjY2MjQyMWMyYzMxMmIzZGNjYTk1OWNlMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "18855751-c6a8-49ec-bdf9-fab9df2ff8e6" } ], "workloadContext": "Production" } 2021-11-04T12:18:52.907Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-04T12:18:52.907Z|8446f1fb-8219-4795-ae68-a1bf5bf42d6a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73b41cf4-de0e-4940-8ef1-0ceb0316f183 ASDC 2021-11-04T12:18:52.913Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:f00ba574-2367-4d1d-b434-2db52caf05b8 ServiceName:Demo_pNF_DYHDbckHhEbCVjZtiqWs ServiceVersion:1.0 ServiceUUID:73b41cf4-de0e-4940-8ef1-0ceb0316f183 ServiceInvariantUUID:2c1ea936-76cc-4382-8293-9d34743c3603 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar ArtifactUUID:18855751-c6a8-49ec-bdf9-fab9df2ff8e6 ArtifactChecksum:MjQxMTM2MjY2MjQyMWMyYzMxMmIzZGNjYTk1OWNlMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF fc07c8a1-00ef 0 ResourceCustomizationUUID:ff1f5a37-0ffb-4ef4-ad38-e8446414199c ResourceInvariantUUID:2314a523-40da-48ba-85de-36531444e697 ResourceName:pNF fc07c8a1-00ef ResourceType:PNF ResourceUUID:27021688-b4f9-4217-8171-182205e34ba8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-04T12:18:52.913Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73b41cf4-de0e-4940-8ef1-0ceb0316f183 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-04T12:18:52.993Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T12:18:52.993Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-04T12:18:52.994Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-04T12:18:52.994Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 18855751-c6a8-49ec-bdf9-fab9df2ff8e6 from URL: /sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar 2021-11-04T12:18:52.994Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-11-04T12:18:52.995Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar 2021-11-04T12:18:53.290Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-11-04T12:18:53.294Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar 18855751-c6a8-49ec-bdf9-fab9df2ff8e6 82624 2021-11-04T12:18:53.294Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar ASDC sendASDCNotification 2021-11-04T12:18:53.294Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar 2021-11-04T12:18:53.294Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-04T12:18:53.295Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:18:53.296Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:18:53.296Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028333294, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:18:53.400Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-11-04T12:18:53.401Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:18:53.401Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:18:53.413Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:18:53.414Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:18:54.297Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-04T12:18:54.298Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-11-04T12:18:54.298Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 18855751-c6a8-49ec-bdf9-fab9df2ff8e6, URL: /sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar to file: /app/ASDC/1/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar 2021-11-04T12:18:54.300Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar 2021-11-04T12:18:54.300Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar 2021-11-04T12:18:54.300Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar 2021-11-04T12:18:54.410Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10055143139548801810/Definitions/service-DemoPnfDyhdbckhhebcvjztiqws-template.yml 2021-11-04T12:18:55.119Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-04T12:18:55.120Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-04T12:18:55.120Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar 2021-11-04T12:18:55.120Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-04T12:18:55.120Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar 2021-11-04T12:18:55.120Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar 2021-11-04T12:18:55.120Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar 2021-11-04T12:18:55.120Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar 2021-11-04T12:18:55.121Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fc07c8a1-00ef 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar 2021-11-04T12:18:55.121Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar 2021-11-04T12:18:55.121Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar 2021-11-04T12:18:55.121Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-11-04T12:18:55.121Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:18:55.121Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DYHDbckHhEbCVjZtiqWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:18:55.121Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Node template pNF fc07c8a1-00ef 0 is matching search criteria 2021-11-04T12:18:55.122Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-04T12:18:55.122Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF fc07c8a1-00ef 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T12:18:55.122Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:18:55.122Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DYHDbckHhEbCVjZtiqWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:18:55.122Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Node template pNF fc07c8a1-00ef 0 is matching search criteria 2021-11-04T12:18:55.122Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-11-04T12:18:55.122Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF fc07c8a1-00ef 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-04T12:18:55.122Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:18:55.122Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DYHDbckHhEbCVjZtiqWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:18:55.123Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:18:55.123Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DYHDbckHhEbCVjZtiqWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:18:55.123Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:18:55.123Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DYHDbckHhEbCVjZtiqWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:18:55.123Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:18:55.123Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DYHDbckHhEbCVjZtiqWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:18:55.123Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:18:55.123Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DYHDbckHhEbCVjZtiqWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:18:55.124Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_DYHDbckHhEbCVjZtiqWs Description:catalog service description Model UUID:73b41cf4-de0e-4940-8ef1-0ceb0316f183 Model Version:NULL Model InvariantUuid:2c1ea936-76cc-4382-8293-9d34743c3603 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-04T12:18:55.127Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 27021688-b4f9-4217-8171-182205e34ba8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:18:55.132Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||pNF fc07c8a1-00ef 0 2021-11-04T12:18:55.133Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 27021688-b4f9-4217-8171-182205e34ba8 2021-11-04T12:18:55.133Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 73b41cf4-de0e-4940-8ef1-0ceb0316f183 2021-11-04T12:18:55.134Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 73b41cf4-de0e-4940-8ef1-0ceb0316f183 2021-11-04T12:18:55.134Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fc07c8a1-00ef 0 27021688-b4f9-4217-8171-182205e34ba8 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:18:55.141Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@209a5b39, org.onap.sdc.toscaparser.api.parameters.Input@6eced589, org.onap.sdc.toscaparser.api.parameters.Input@70c29c1f, org.onap.sdc.toscaparser.api.parameters.Input@4b9a68cd, org.onap.sdc.toscaparser.api.parameters.Input@392bb114] 2021-11-04T12:18:55.141Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:18:55.142Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DYHDbckHhEbCVjZtiqWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:18:55.142Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 73b41cf4-de0e-4940-8ef1-0ceb0316f183: pNF fc07c8a1-00ef 2021-11-04T12:18:55.142Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||Processing PNF resource: 27021688-b4f9-4217-8171-182205e34ba8 2021-11-04T12:18:55.142Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-04T12:18:55.142Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DYHDbckHhEbCVjZtiqWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-04T12:18:55.143Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||Resource customization UUID: ff1f5a37-0ffb-4ef4-ad38-e8446414199c is the same as notified resource customizationUUID: ff1f5a37-0ffb-4ef4-ad38-e8446414199c Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-04T12:18:55.173Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fc07c8a1-00ef 27021688-b4f9-4217-8171-182205e34ba8 0 ASDC deployResourceStructure 2021-11-04T12:18:55.174Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar ASDC sendASDCNotification 2021-11-04T12:18:55.174Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar 2021-11-04T12:18:55.174Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-04T12:18:55.174Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:18:55.176Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:18:55.176Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028335173, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:18:55.187Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:18:55.188Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:18:55.188Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:18:55.208Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:18:55.208Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:18:55.208Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028156044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:18:55.209Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:18:55.209Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-04T12:18:55.209Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636028157049, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:18:55.214Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f00ba574-2367-4d1d-b434-2db52caf05b8 2021-11-04T12:18:55.214Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f00ba574-2367-4d1d-b434-2db52caf05b8 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-04T12:18:55.276Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:18:55.277Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:18:55.277Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:18:55.288Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:18:55.288Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-04T12:18:56.177Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f00ba574-2367-4d1d-b434-2db52caf05b8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:18:56.186Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f00ba574-2367-4d1d-b434-2db52caf05b8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-04T12:18:56.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-04T12:18:56.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-04T12:18:56.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-04T12:18:56.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-04T12:18:56.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:18:56.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:18:56.189Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:18:56.189Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:18:56.189Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:18:56.189Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:18:56.189Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-04T12:18:56.189Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-04T12:18:56.193Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-04T12:19:26.194Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f00ba574-2367-4d1d-b434-2db52caf05b8 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-04T12:19:26.206Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f00ba574-2367-4d1d-b434-2db52caf05b8 and serviceModelVersionId: 73b41cf4-de0e-4940-8ef1-0ceb0316f183 2021-11-04T12:19:26.206Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2c1ea936-76cc-4382-8293-9d34743c3603 2021-11-04T12:19:26.208Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2c1ea936-76cc-4382-8293-9d34743c3603/model-vers/model-ver/73b41cf4-de0e-4940-8ef1-0ceb0316f183?depth=0 2021-11-04T12:19:26.216Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-11-04T12:19:26.264Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c1ea936-76cc-4382-8293-9d34743c3603/model-vers/model-ver/73b41cf4-de0e-4940-8ef1-0ceb0316f183?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-11-04T12:19:26.267Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c1ea936-76cc-4382-8293-9d34743c3603/model-vers/model-ver/73b41cf4-de0e-4940-8ef1-0ceb0316f183?depth=0|INFO|500||Invoke 2021-11-04T12:19:26.294Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c1ea936-76cc-4382-8293-9d34743c3603/model-vers/model-ver/73b41cf4-de0e-4940-8ef1-0ceb0316f183?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-04T12:19:26.670Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c1ea936-76cc-4382-8293-9d34743c3603/model-vers/model-ver/73b41cf4-de0e-4940-8ef1-0ceb0316f183?depth=0|INFO|500||InvokeReturn 2021-11-04T12:19:26.671Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c1ea936-76cc-4382-8293-9d34743c3603/model-vers/model-ver/73b41cf4-de0e-4940-8ef1-0ceb0316f183?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211104-12:19:26:293-71096], vertex-id=[438448], Content-Length=[0], Date=[Thu, 04 Nov 2021 12:19:26 GMT], Content-Type=[application/json]} 2021-11-04T12:19:26.673Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-11-04T12:19:26.674Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-04T12:19:26.674Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-04T12:19:26.678Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-04T12:19:26.678Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f00ba574-2367-4d1d-b434-2db52caf05b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-04T12:19:26.678Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-04T12:19:26.679Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-11-04T12:19:26.681Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-04T12:19:26.681Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028366678, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T12:19:26.781Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-04T12:19:26.783Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-04T12:19:26.784Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:19:26.800Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:19:26.801Z||pool-133-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-04T12:19:27.698Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:19:27.698Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:19:27.699Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:19:37.254Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:19:37.255Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:19:37.255Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:19:37.255Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:19:46.795Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:19:46.796Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:19:46.797Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:19:46.797Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:19:55.187Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:19:55.188Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:19:55.188Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:19:55.208Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:19:55.208Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-04T12:19:55.209Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8446f1fb-8219-4795-ae68-a1bf5bf42d6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028318878, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T12:19:55.211Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:19:55.211Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-04T12:19:55.211Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028319897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:19:55.211Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-04T12:19:55.211Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-04T12:19:55.211Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028319897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-04T12:19:55.211Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-04T12:19:55.212Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-04T12:19:55.212Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028319897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-04T12:19:55.212Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-04T12:19:55.212Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-04T12:19:55.212Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028319897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-04T12:19:55.212Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-04T12:19:55.212Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-04T12:19:55.212Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028319897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:19:55.212Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-04T12:19:55.212Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-04T12:19:55.212Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028319897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/resourceInstances/pnffc07c8a100ef0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-04T12:19:55.212Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-04T12:19:55.213Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-04T12:19:55.213Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028319897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-template.yml", "status": "NOT_NOTIFIED" } 2021-11-04T12:19:55.213Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-04T12:19:55.213Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-04T12:19:55.213Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028319897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "NOTIFIED" } 2021-11-04T12:19:55.213Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-11-04T12:19:55.213Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-04T12:19:55.213Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028333294, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-04T12:19:55.213Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:19:56.339Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:19:56.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:19:56.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:19:56.340Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:20:05.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:20:55.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:20:55.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:20:55.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:20:55.187Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:20:55.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:20:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:20:55.219Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:20:55.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-04T12:20:55.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028335173, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyhdbckhhebcvjztiqws/1.0/artifacts/service-DemoPnfDyhdbckhhebcvjztiqws-csar.csar", "status": "DEPLOY_OK" } 2021-11-04T12:20:55.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:21:04.748Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:21:55.186Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:21:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:21:55.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:21:55.188Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:21:55.188Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:21:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:21:55.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:21:55.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-04T12:21:55.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f00ba574-2367-4d1d-b434-2db52caf05b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636028366678, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-04T12:21:55.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-04T12:22:04.750Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:22:55.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:22:55.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:22:55.192Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:22:55.192Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:22:55.192Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:22:55.193Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:23:04.752Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:23:04.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:23:55.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:23:55.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:23:55.187Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:23:55.187Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:23:55.188Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:23:55.188Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:24:04.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:24:04.770Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:24:55.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:24:55.186Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:24:55.186Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:24:55.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:24:55.188Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:24:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:25:04.771Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:25:04.771Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:25:55.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:25:55.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:25:55.189Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:25:55.189Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:25:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:25:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:26:04.743Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:26:04.746Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:26:55.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:26:55.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:26:55.188Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:26:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:26:55.188Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:26:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:27:04.738Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:27:04.738Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:27:55.187Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:27:55.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:27:55.190Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:27:55.190Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:27:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:27:55.191Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:28:04.756Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:28:04.761Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:28:55.185Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:28:55.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:28:55.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:28:55.187Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:28:55.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:28:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:29:04.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:29:04.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:29:55.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:29:55.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:29:55.187Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:29:55.187Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:29:55.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:29:55.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:30:04.751Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:30:04.769Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:30:55.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:30:55.188Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:30:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:30:55.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:30:55.189Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:30:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:31:04.743Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:31:04.768Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:31:55.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:31:55.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:31:55.191Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:31:55.191Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:31:55.192Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:31:55.192Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:32:04.757Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:32:04.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:32:55.187Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:32:55.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:32:55.191Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:32:55.191Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:32:55.191Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:32:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:33:04.769Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:33:04.770Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:33:55.185Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:33:55.186Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:33:55.186Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:33:55.188Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:33:55.189Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:33:55.189Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:34:04.749Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:34:04.751Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:34:55.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:34:55.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:34:55.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:34:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:34:55.188Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:34:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:35:04.736Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:35:04.738Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:35:55.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:35:55.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:35:55.190Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:35:55.190Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:35:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:35:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:36:04.745Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:36:04.756Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:36:55.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:36:55.188Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:36:55.190Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:36:55.190Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:36:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:36:55.190Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:37:04.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:37:04.767Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:37:55.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:37:55.187Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:37:55.191Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:37:55.191Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:37:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:37:55.191Z|f00ba574-2367-4d1d-b434-2db52caf05b8|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:38:04.744Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:38:04.744Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:38:55.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:38:55.187Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:38:55.188Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:38:55.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:38:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:38:55.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:39:04.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:39:04.754Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:39:55.185Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:39:55.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:39:55.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:39:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:39:55.190Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:39:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:40:04.781Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:40:04.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:40:55.186Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:40:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:40:55.187Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:40:55.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:40:55.188Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:40:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:41:04.739Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:41:04.739Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:41:55.186Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:41:55.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:41:55.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:41:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:41:55.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:41:55.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:42:04.738Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:42:04.742Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:42:55.186Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:42:55.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:42:55.188Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:42:55.188Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:42:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:42:55.188Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:43:04.736Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:43:04.738Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:43:55.186Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:43:55.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:43:55.189Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:43:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:43:55.189Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:43:55.190Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:44:04.745Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:44:04.745Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:44:55.188Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:44:55.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:44:55.191Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:44:55.191Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:44:55.191Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:44:55.191Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:45:04.762Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:45:04.765Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:45:55.187Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:45:55.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:45:55.192Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:45:55.192Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:45:55.192Z|f00ba574-2367-4d1d-b434-2db52caf05b8|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:45:55.192Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:46:04.742Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:46:04.743Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:46:55.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:46:55.195Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:46:55.196Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:46:55.196Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:46:55.197Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:46:55.197Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:47:04.749Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:47:04.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:47:55.185Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:47:55.187Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:47:55.187Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:47:55.187Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:47:55.189Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:47:55.189Z|b4d08a4d-9110-4490-bab0-ed11417860a7|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:48:04.774Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:48:04.773Z|b4d08a4d-9110-4490-bab0-ed11417860a7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:48:55.186Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:48:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:48:55.188Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:48:55.188Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:48:55.188Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:48:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:49:04.746Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:49:04.766Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:49:55.186Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:49:55.187Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:49:55.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:49:55.188Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:49:55.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:49:55.188Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:50:04.745Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:50:04.776Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:50:55.186Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:50:55.187Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:50:55.187Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:50:55.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:50:55.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:50:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:51:04.764Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:51:04.775Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:51:55.186Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:51:55.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:51:55.187Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:51:55.188Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:51:55.188Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:51:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:52:00.648Z||http-nio-8085-exec-9|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-04T12:52:04.748Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:52:04.748Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:52:55.186Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:52:55.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:52:55.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:52:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:52:55.188Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:52:55.194Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:53:04.746Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:53:04.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:53:55.186Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:53:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:53:55.188Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:53:55.188Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:53:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:53:55.188Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:54:04.753Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:54:04.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:54:55.185Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:54:55.186Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:54:55.187Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:54:55.187Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:54:55.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:54:55.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:55:04.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:55:04.770Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:55:55.186Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:55:55.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:55:55.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:55:55.188Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:55:55.188Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:55:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:56:04.743Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:56:04.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:56:55.186Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:56:55.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:56:55.187Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:56:55.187Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:56:55.188Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:56:55.188Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:57:04.767Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:57:04.774Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:57:55.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:57:55.187Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:57:55.187Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:57:55.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:57:55.192Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:57:55.192Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:58:04.766Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:58:04.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:58:55.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:58:55.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:58:55.188Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:58:55.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:58:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:58:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:59:04.743Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:59:04.743Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T12:59:55.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:59:55.187Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T12:59:55.187Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:59:55.188Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T12:59:55.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T12:59:55.188Z|f00ba574-2367-4d1d-b434-2db52caf05b8|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T13:00:04.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T13:00:04.783Z|f00ba574-2367-4d1d-b434-2db52caf05b8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T13:00:55.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T13:00:55.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T13:00:55.190Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T13:00:55.190Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T13:00:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T13:00:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T13:01:04.745Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T13:01:04.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T13:01:55.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T13:01:55.187Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-04T13:01:55.189Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T13:01:55.189Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T13:01:55.189Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-04T13:01:55.190Z||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 kMsYmJ6SMhmN3CQe) ... 2021-11-04T13:02:04.744Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-04T13:02:04.745Z|2183b425-8c2a-4098-8dbb-d0737aad59c5|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK